]> jfr.im git - solanum.git/blob - TODO
add SSL cipher notice to todo list.
[solanum.git] / TODO
1 / = in progress, x = done, ? = to be discussed, F = for future 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 -> split into three distinct parts
8 [ ] authentication state/lock manager
9 [ ] identd check
10 [ ] dns check
11 ### this should be a nice framework to let modules hook the
12 ### auth state imo. it'd also be cool to make the DNS checker and
13 ### auth checker modules (loaded by default, of course). --nenolod
14 [x] port to libratbox
15 [x] get it running
16 [x] clean up maxconnections kludges &c
17 [x] in-process SSL
18 [x] port and use ratbox ssld for server links
19 [/] ssl stuff
20 [x] client-to-client ssl
21 [x] server-to-server ssl
22 [x] ssl usermode (+Z)
23 [x] ssl channelmode (done by extban and chm_compat)
24 [ ] acknowledgement message for SSL users like '* *** You are connected using SSL cipher "DHE RSA-AES 128 CBC-SHA"'
25 [ ] merge some stuff from ircd-seven directly (to be determined what)
26 [?] remote d:lines support?
27 [?] +C (noctcp) channel/usermode
28 [ ] gk:line/akill syncing
29 [ ] drop non-TS6 (legacy protocol) support
30 [ ] module engine rework
31 [ ] more beautiful way of adding new channel modes by module
32 [ ] other stuff
33 [?] internally split out +o/+v "ranks" into a series of permissions. this could allow for configure-defined
34 special access levels, halfops, etc. (would need to match globally, somehow. extra SVINFO param?)
35 [?] somehow hide channel operators like ircnet can do?
36 [x] merge m_join.c and m_sjoin.c in one module (same functions, done in ratbox3)
37 [ ] merge s_gline.c and m_gline.c in one module (for pretty look, done in ratbox3)
38 [x] create chmode.h and put there all declarations of chm_* - this will make some modules clean