view mcabber/TODO @ 2260:972dd83d1c18

configure.ac: Default modules directory not set correctly on OpenBSD $ mcabber -V | grep Modules Modules directory: 23722{exec_prefix}/lib/mcabber This is caused by the following line in mcabber's configure.ac: AC_DEFINE_DIR(PKGLIB_DIR, "${libdir}/${PACKAGE}", [Modules directory]) It looks like AC_DEFINE_DIR is used incorrectly: it seems its second argument is supposed to be a single unquoted variable.
author Tim van der Molen <tim@openbsd.org>
date Tue, 22 Mar 2016 08:01:42 +0100
parents 3655f52687f0
children
line wrap: on
line source


TODO:

Please see the issue tracker for other features/bugs:
http://bitbucket.org/McKael/mcabber-crew/issues/?status=new&status=open

The following list isn't necessarily up-to-date:

* Improve the completion system
* Enable /roster search for offline (hidden) buddies (hidden groups, etc.)
* Publish personal information (a module exists)
* MUC: advanced settings for room creation
* MUC: ignore patterns
* "Offline roster" (when disconnected)
* Maybe cache iq:version and show version in /info, if available
* Sort roster by status
* 2-levels roster display (jids, resources)
* XEP-0186: Invisible
* "Ignore list" (privacy lists)
  See XEP-0191: Simple Communications Blocking
* Human-readable key binding config?
* Possibility to hide log window(?)
* Improve /info, esp. in MUC rooms
* Data Forms (a module exists)

* File transfer!!
  Cf. GSoC 2010: http://github.com/alkino/mcabber-jingle/

* Commands:

  - /roster enable|disable xml
  - /highlight nick
  - /info [jid]
    (request info to the server if the buddy is not in the roster)
  - /server register|unregister
  - /search <jid>|name
    (server search)