]> jfr.im git - irc/rqf/shadowircd.git/blob - TODO
Add SNONOTICE stuff to 3.1 todo.
[irc/rqf/shadowircd.git] / TODO
1 / = in progress, x = done, ? = to be discussed, F = charybdis3.1 or next releases
2
3 [/] finish legacy code removal
4 [x] remove 2.8 report_error() in ratbox imported stuff
5 [F] client.c, channel.c is very 2.8 style still. it'd be nice to pack them into their own
6 namespace and such. moreover, the other 2.8 code needs similar rewriting/reworking too...
7 [ ] rewrite s_auth.c
8 [ ] authentication state/lock manager
9 [ ] move resolver/auth checker code into separated modules
10 [x] port to libratbox
11 [x] get it running
12 [x] clean up maxconnections kludges &c
13 [x] in-process SSL
14 [x] port and use ratbox ssld for server links
15 [/] ssl stuff
16 [x] client-to-client ssl
17 [x] server-to-server ssl
18 [x] ssl usermode (+Z)
19 [x] ssl channelmode (done by extban and chm_compat)
20 [ ] acknowledgement message for SSL users like '* *** You are connected using SSL cipher "DHE RSA-AES 128 CBC-SHA"'
21 [ ] ssl stuff files generator in ./configure time
22 [x] merge some stuff from ircd-seven directly (to be determined what)
23 [x] remote d:lines support
24 [F] kline/xline/resv sync
25 [F] make an ability of using bandb instead of .conf files as bans storage
26 [F] drop non-TS6 (legacy protocol) support
27 [F] Doxygen code documentation
28 [F] module engine rework
29 [F] more beautiful way of adding new channel modes by module
30 [F] make nick/user/host validation functions/match tables able to work in separated modules,
31 this will help us making support for native characters sets/slashes in host etc
32 [F] auth checker module
33 [F] resolver module
34 [x] Remove glines entirely
35 --- other stuff
36 [?] PASS selector:password for auth{} from ircd-seven? (useful for dynamic IPs)
37 [?] +C (noctcp) channel/usermode from ircd-seven?
38 [?] internally split out +o/+v "ranks" into a series of permissions. this could allow for configure-defined
39 special access levels, halfops, etc. (would need to match globally, somehow. extra SVINFO param?)
40 [?] somehow hide channel operators like ircnet can do?
41 [x] merge m_join.c and m_sjoin.c in one module (same functions, done in ratbox3)
42 [x] create chmode.h and put there all declarations of chm_* - this will make some modules clean
43 [F] Move most use of server WALLOPS to a global mechanism.
44 [F] Add SNONOTICE protocol command (like in InspIRCd) to broadcast to a specific SNOMASK.
45 (Using ENCAP?)
46 [F] Adopt commands to this framework.
47