]> jfr.im git - solanum.git/blame - TODO
Added diffs/ directory for various patches/diffs with the features which are unuseful...
[solanum.git] / TODO
CommitLineData
638768c9
AC
1/ = in progress, x = done, ? = to be discussed
2
3[/] finish legacy code removal
4 [x] remove 2.8 report_error() in ratbox imported stuff
5 [ ] rewrite s_auth.c -> split into three distinct parts
6 [ ] authentication state/lock manager
7 [ ] identd check
8 [ ] dns check
9 ### this should be a nice framework to let modules hook the
10 ### auth state imo. it'd also be cool to make the DNS checker and
11 ### auth checker modules (loaded by default, of course). --nenolod
6484936e 12[x] port to libratbox
638768c9 13 [x] get it running
6484936e
VY
14 [x] clean up maxconnections kludges &c
15 [x] in-process SSL
16 [x] port and use ratbox ssld for server links
8cc12805
VY
17[x] ssl stuff
18 [x] client-to-client ssl
19 [x] server-to-server ssl
20 [x] ssl usermode (+Z)
21 [ ] ssl channelmode (by module?)
638768c9
AC
22[ ] merge some stuff from ircd-seven directly (to be determined what)
23 [?] remote d:lines support?
8cc12805 24 [?] +C (noctcp) channel/usermode
638768c9 25[ ] gk:line/akill syncing
dc7aebdc 26[ ] drop non-TS6 (legacy protocol) support
8cc12805
VY
27[ ] module engine rework
28 [ ] more beautiful way of adding new channel modes by module
29[ ] other stuff
30 [ ] merge m_join.c and m_sjoin.c in one module (same functions, done in ratbox3)
31 [ ] merge s_gline.c and m_gline.c in one module (for pretty look, done in ratbox3)