]> jfr.im git - irc/rqf/shadowircd.git/blame - TODO
Generating cflags bufs dynamically: one for RPL_MYINFO and one for
[irc/rqf/shadowircd.git] / TODO
CommitLineData
ac8428cc 1/ = in progress, x = done, ? = to be discussed, F = charybdis3.1 or next 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...
62702fc1
WP
7 [ ] rewrite s_auth.c
8 [ ] authentication state/lock manager
9 [ ] move resolver/auth checker code into separated modules
045f362f 10[x] port to libratbox
bdddb280 11 [x] get it running
045f362f
VY
12 [x] clean up maxconnections kludges &c
13 [x] in-process SSL
14 [x] port and use ratbox ssld for server links
fea57676 15[/] ssl stuff
452382d0
VY
16 [x] client-to-client ssl
17 [x] server-to-server ssl
18 [x] ssl usermode (+Z)
b5482c91 19 [x] ssl channelmode (done by extban and chm_compat)
fea57676 20 [ ] acknowledgement message for SSL users like '* *** You are connected using SSL cipher "DHE RSA-AES 128 CBC-SHA"'
02e13326 21 [x] tool for generating ssl certificates and other stuff
af6f5d47 22 [ ] gnutls backend for at least SSL connections (replacing libcrypto use in m_challenge would be nice too)
3da818ec
VY
23[x] merge some stuff from ircd-seven directly (to be determined what)
24 [x] remote d:lines support
8403b99a
VY
25[F] kline/xline/resv sync
26[F] make an ability of using bandb instead of .conf files as bans storage
5295cde2 27[/] drop non-TS6 (legacy protocol) support
95d7b51f 28[F] Doxygen code documentation
081ad25f 29[/] module engine rework
c3f71f60 30 [x] more beautiful way of adding new channel modes by module
02e13326 31 [ ] make nick/user/host validation functions/match tables able to work in separated modules,
ac8428cc 32 this will help us making support for native characters sets/slashes in host etc
02e13326
VY
33 [ ] auth checker module
34 [ ] resolver module
d5a432fa 35[x] Remove glines entirely
193b0481
VY
36[ ] Bug fixes
37 [ ] Compilation without zlib headers fails
38 [ ] Compilation date and time in server welcome message is in OS locale - looks ugly 'cause often it's not match user's codepage
3da818ec 39--- other stuff
e600f6b4 40 [?] allow to set up configfiles path (etc/) instead of separated configfiles names (kline.conf, ircd.conf etc) like it is in ratbox3?
3da818ec
VY
41 [?] PASS selector:password for auth{} from ircd-seven? (useful for dynamic IPs)
42 [?] +C (noctcp) channel/usermode from ircd-seven?
5cdd296e
VY
43 [?] internally split out +o/+v "ranks" into a series of permissions. this could allow for configure-defined
44 special access levels, halfops, etc. (would need to match globally, somehow. extra SVINFO param?)
45 [?] somehow hide channel operators like ircnet can do?
b5482c91 46 [x] merge m_join.c and m_sjoin.c in one module (same functions, done in ratbox3)
b5482c91 47 [x] create chmode.h and put there all declarations of chm_* - this will make some modules clean
5cb528f1 48[?] Move oper override server WALLOPS to global server notices?