docs/todo.mdwn
changeset 144 690b5524b895
parent 129 ea30cf6c5bea
equal deleted inserted replaced
143:4232a5da1af2 144:690b5524b895
     1 
     1 
     2 * finish roster list information
     2 * finish roster list information
     3 * non-setting settings?
     3 * non-setting settings?
     4 * mcabber_config_file use option to set dir?
       
     5 * do uninitialization of commands and features with objects?
     4 * do uninitialization of commands and features with objects?
     6 * help system accessors (needs major rewrite and planning)
     5 * help system accessors (needs major rewrite and planning)
     7 * object access to roster and buddies?
     6 * object access to roster and buddies?
     8 * in mcabber add hook/call to also handle room status changes
     7 * in mcabber add hook/call to also handle room status changes
     9 * well, so, mcabber will pass all arguments to hooks in utf. but do we really need to convert names to utf?
     8 * well, so, mcabber will pass all arguments to hooks in utf. but do we really
       
     9   need to convert names to utf?
    10 * use glib filename charset conversion functions?
    10 * use glib filename charset conversion functions?
    11 * toggle routine should handle multiple status toggles
    11 * toggle routine should handle multiple status toggles
    12 * think about how tune notification should act on start/quit
       
    13 * clarify situation with disco, maybe it is due to this we are unable to receive pep events
       
    14 * lm debug should be more flexible
    12 * lm debug should be more flexible
    15 * common pubsub infrastructure, in particular, xmlns-based event handlers?
       
    16 * forms abandoning hook to inform server
    13 * forms abandoning hook to inform server
    17 * eliminate main.parse_args?
    14 * eliminate main.parse_args?
    18 * common disco routines should get connection object from outer space - no mcabber dependency, the same for forms parsing, pep sending (though it anyway needs to be converted to pubsub)...
    15 * common disco routines should get connection object from outer space - no
    19 * tune should set self-song only on reply from server
    16   mcabber dependency, the same for forms parsing, pep sending (though it anyway
       
    17   needs to be converted to pubsub)...
    20 * test node config
    18 * test node config
    21 * publish library handlers?
    19 * publish library handlers?
    22 * check all that callbacks for empty 'to' fields in print_info
    20 * check all that callbacks for empty 'to' fields in print_info
    23 * reply routine?
    21 * reply routine?
    24 * put here mcabber headers snapshot
       
    25 * put here mcabber-modules patch
       
    26 * change module name to just lua?
       
    27 * go through TODO and remove done :/
       
    28 * update build system
       
    29 * check for resource freeing on unloading
    22 * check for resource freeing on unloading
       
    23 * update TODO :/
    30 
    24