TODO
changeset 34 8206d7cb1447
parent 33 db5396037b43
child 35 8deda77c72e5
equal deleted inserted replaced
33:db5396037b43 34:8206d7cb1447
     1 
     1 
     2 print should allow other types to be printed
     2 print should allow other types to be printed
     3 finish roster list information
     3 finish roster list information
     4 non-setting settings?
     4 non-setting settings?
     5 mcabber_config_file uses option to set dir? eliminate main.config_file, use modules_dir option instead in lua paths?
     5 mcabber_config_file use option to set dir?
     6 do uninitialization of commands and features with objects?
     6 do uninitialization of commands and features with objects?
     7 help system accessors (needs major rewrite and planning)
     7 help system accessors (needs major rewrite and planning)
     8 object access to roster and buddies?
     8 object access to roster and buddies?
     9 in mcabber add hook/call to also handle room status changes
     9 in mcabber add hook/call to also handle room status changes
    10 well, so, mcabber will pass all arguments to hooks in utf. but do we really need to convert names to utf?
    10 well, so, mcabber will pass all arguments to hooks in utf. but do we really need to convert names to utf?
    11 use glib filename charset conversion functions?
    11 use glib filename charset conversion functions?
    12 toggle routine should handle multiple status toggles
    12 toggle routine should handle multiple status toggles
    13 think about how tune notification should act on start/quit
    13 think about how tune notification should act on start/quit
    14 clarify situation with disco, maybe it is due to this we are unable to receive pep events
    14 clarify situation with disco, maybe it is due to this we are unable to receive pep events
    15 lm debug should be more flexible
    15 lm debug should be more flexible
       
    16 common pubsub infrastructure, in particular, xmlns-based event handlers?
       
    17 forms abandoning hook to inform server
       
    18 eliminate main.parse_args?
    16 
    19