Move 'info' up one level so it can be used when clients connect while there is no...
[jelmer/ctrlproxy.git] / TODO
1 2.7 showstoppers:
2 - handle some currently unhandled responses (especially wrt JOIN's)
3  - Special handler for join stuff
4 - test and fix SSL support
5 - update documentation
6
7 - fix SWIG build
8 - finish python module hooks:
9         typedef gboolean (*filter_function) (struct line *);
10         typedef gboolean (*new_client_hook) (struct client *);
11         typedef void (*lose_client_hook) (struct client *);
12         typedef char ** (*motd_hook) (struct network *n);
13         typedef void (*server_connected_hook) (struct network *);
14         typedef void (*server_disconnected_hook) (struct network *);
15         admin_command
16
17 next release (2.7.1 ?):
18 - properly expand second argument of PRIVMSG in log_irssi and log_custom
19 - <allow/> rules in socks and listener based on ip addresses/ranges
20 - support passwords in listener for selecting between networks
21 - some sort of cascading filters, remove client, network and options from 
22   line struct
23 - more advanced repl backends, rules-based perhaps?