]> jfr.im git - erebus.git/blame - TODO
control - show ignored status in whois
[erebus.git] / TODO
CommitLineData
f8a35028
JR
1vim: expandtab sw=2 ts=2
2
ef3b759c
JR
3- add (optional) timeout for wait_for_hidden_host
4
5- add ability for modules to register additional sockets to monitor
6 (and socket_listener example module)
7 also FDs so the bot can monitor a pipe
8 - add a pipe which allows to input commands even when IRC connection is gone
9 this might be difficult since there won't be a bot or user or chan object...
13ccb3ee
JR
10
11- implement timers in the core and/or modlib, by adjusting the select timeout whenever a timer is pending.
12 call timers as part of the event loop.
13 this has the potential to remove a LOT of the threading.
6037142c
JR
14
15- a module to set config settings at runtime
16 or at least commands to set some config settings like autoloading a module
17
5f685f53 18- fix crash when joining a channel that is forwarded (or otherwise force-joined by the server)
f8a35028
JR
19
20- fix urls:
21 - disallow private addresses as much as possible
22 - add a time limit if possible
0034a8f9
JR
23
24- add module with !join / !part / is there clevel management? etc
5f685f53
JR
25
26- add SQL "migrations" support to core for modules
27 and store module data in SQL instead of json's
d04cbd33
JR
28
29- better config... or better yet just move non-DB-related config into the database
30 - needs a better format if its used for generic module data; particularly because /\s#/ starts a comment instead of naming a channel
31 - needs to retain comments when config file is saved
25bf8fc5
JR
32
33- a module for administering channel users (copy from admin_user) and adding/removing channels