mcabber/TODO
changeset 270 6f6ee7e0bb43
parent 268 b31db4da1766
child 274 640a008c4b2f
equal deleted inserted replaced
269:5062cbaa80a2 270:6f6ee7e0bb43
    10 * Presence notification is always accepted.  We should ask...
    10 * Presence notification is always accepted.  We should ask...
    11 * Resource priority
    11 * Resource priority
    12 * UTF-8 support (Can somebody help me?)
    12 * UTF-8 support (Can somebody help me?)
    13 * Display status / chat mode
    13 * Display status / chat mode
    14 * /connect /disconnect ?
    14 * /connect /disconnect ?
    15 * Key bindings (ex: F5 <-> /group toggle)
       
    16 * Pending message flag is not displayed when buddy is outside Contact window,
    15 * Pending message flag is not displayed when buddy is outside Contact window,
    17   maybe we could show it someway (maybe just a flag?).
    16   maybe we could show it someway (maybe just a flag?).
    18 * Show number of online contacts in folded groups
    17 * Show number of online contacts in folded groups
    19 * Buddy buffer in full width (handy for cut'n paste!)
    18 * Buddy buffer in full width (handy for cut'n paste!)
    20   (i.e. hide roster window)
    19   (i.e. hide roster window)
    23 * Get info from server about a user
    22 * Get info from server about a user
    24 * Publish personal information
    23 * Publish personal information
    25 * Handle message type "error"
    24 * Handle message type "error"
    26 * Show status changes in buddy window (if open)?
    25 * Show status changes in buddy window (if open)?
    27 * Auto away
    26 * Auto away
       
    27 * Maybe Ctrl-c should not quit mcabber.  What about:
       
    28   - 1 Ctrl-c leaves completion/multi-line modes
       
    29   - 2 Ctrl-c in less than 2 seconds leave mcabber
    28 
    30 
    29 * File transfer? :)
    31 * File transfer? :)
    30 * Conferences
    32 * Conferences
    31 
    33 
    32 * Commands! :-)
    34 * Commands! :-)
       
    35   - /bind $keynum = command
       
    36     Ex.: "/bind 269 = /group toggle"  Map F5 to group toggle
    33   - /buffer <clear|top|bottom>
    37   - /buffer <clear|top|bottom>
    34     + /buffer % 50          (jump to 50 %)
    38     + /buffer % 50          (jump to 50 %)
    35     + /buffer date $date    (jump to first msg after $date)
    39     + /buffer date $date    (jump to first msg after $date)
    36     + /buffer search $string
    40     + /buffer search $string
    37       (backward or forward? maybe search_backward/search_forward)
    41       (backward or forward? maybe search_backward/search_forward)