]> jfr.im git - irc/rqf/shadowircd.git/blame - TODO
Last reorganization for today - renaming diffs/ to patches/ as jilles suggested ...
[irc/rqf/shadowircd.git] / TODO
CommitLineData
5cdd296e 1/ = in progress, x = done, ? = to be discussed, F = for future releases
bdddb280
WP
2
3[/] finish legacy code removal
4 [x] remove 2.8 report_error() in ratbox imported stuff
5cdd296e
VY
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...
bdddb280
WP
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
045f362f 14[x] port to libratbox
bdddb280 15 [x] get it running
045f362f
VY
16 [x] clean up maxconnections kludges &c
17 [x] in-process SSL
18 [x] port and use ratbox ssld for server links
452382d0
VY
19[x] ssl stuff
20 [x] client-to-client ssl
21 [x] server-to-server ssl
22 [x] ssl usermode (+Z)
b5482c91 23 [x] ssl channelmode (done by extban and chm_compat)
bdddb280
WP
24[ ] merge some stuff from ircd-seven directly (to be determined what)
25 [?] remote d:lines support?
452382d0 26 [?] +C (noctcp) channel/usermode
bdddb280 27[ ] gk:line/akill syncing
2a100593 28[ ] drop non-TS6 (legacy protocol) support
452382d0
VY
29[ ] module engine rework
30 [ ] more beautiful way of adding new channel modes by module
31[ ] other stuff
5cdd296e
VY
32 [?] internally split out +o/+v "ranks" into a series of permissions. this could allow for configure-defined
33 special access levels, halfops, etc. (would need to match globally, somehow. extra SVINFO param?)
34 [?] somehow hide channel operators like ircnet can do?
b5482c91 35 [x] merge m_join.c and m_sjoin.c in one module (same functions, done in ratbox3)
452382d0 36 [ ] merge s_gline.c and m_gline.c in one module (for pretty look, done in ratbox3)
b5482c91 37 [x] create chmode.h and put there all declarations of chm_* - this will make some modules clean