]> jfr.im git - solanum.git/blame - TODO
Remove another mention of glines from the sgml documentation.
[solanum.git] / TODO
CommitLineData
a2001bb3 1/ = in progress, x = done, ? = to be discussed, F = charybdis3.1 or next releases
638768c9
AC
2
3[/] finish legacy code removal
4 [x] remove 2.8 report_error() in ratbox imported stuff
056e3c60
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...
a2001bb3
VY
7 ### well, I suggest working on it in 3.1 if you're not against ;)
8 [F] rewrite s_auth.c
9 [F] authentication state/lock manager
10 [F] move resolver/auth checker code into separated modules
11 (or maybe give user ability to run them as ratbox3-style helpers (./configure option)?)
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
c74e4245 17[/] ssl stuff
8cc12805
VY
18 [x] client-to-client ssl
19 [x] server-to-server ssl
20 [x] ssl usermode (+Z)
c84557ac 21 [x] ssl channelmode (done by extban and chm_compat)
c74e4245 22 [ ] acknowledgement message for SSL users like '* *** You are connected using SSL cipher "DHE RSA-AES 128 CBC-SHA"'
14485efa 23 [ ] ssl stuff files generator in ./configure time
8ebc7a6b 24[?] merge some stuff from ircd-seven directly (to be determined what)
638768c9 25 [?] remote d:lines support?
8cc12805 26 [?] +C (noctcp) channel/usermode
8ebc7a6b
VY
27[F] kline/xline/resv sync
28[F] make an ability of using bandb instead of .conf files as bans storage
dc7aebdc 29[ ] drop non-TS6 (legacy protocol) support
a2001bb3
VY
30[F] module engine rework
31 [F] more beautiful way of adding new channel modes by module
32 [F] make nick/user/host validation functions/match tables able to work in separated modules,
33 this will help us making support for native characters sets/slashes in host etc
34 [F] auth checker module
35 [F] resolver module
170703fe 36[x] Remove glines entirely
8cc12805 37[ ] other stuff
056e3c60
VY
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?
c84557ac 41 [x] merge m_join.c and m_sjoin.c in one module (same functions, done in ratbox3)
c84557ac 42 [x] create chmode.h and put there all declarations of chm_* - this will make some modules clean