]> jfr.im git - irc/rqf/shadowircd.git/blame - TODO
libratbox: Clean up uses of strcpy().
[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...
913bafd1 7 [x] merge m_join.c and m_sjoin.c in one module (same functions, done in ratbox3)
62702fc1
WP
8 [ ] rewrite s_auth.c
9 [ ] authentication state/lock manager
10 [ ] move resolver/auth checker code into separated modules
045f362f 11[x] port to libratbox
bdddb280 12 [x] get it running
045f362f
VY
13 [x] clean up maxconnections kludges &c
14 [x] in-process SSL
15 [x] port and use ratbox ssld for server links
38d38268 16 [x] merge with libratbox SVN
858646f1 17[x] ssl stuff
452382d0
VY
18 [x] client-to-client ssl
19 [x] server-to-server ssl
20 [x] ssl usermode (+Z)
b5482c91 21 [x] ssl channelmode (done by extban and chm_compat)
02e13326 22 [x] tool for generating ssl certificates and other stuff
61e30999 23 [x] gnutls backend for at least SSL connections (replacing libcrypto use in m_challenge would be nice too)
4d2ae0d0 24[x] merge some stuff from ircd-seven directly (to be determined what)
3da818ec 25 [x] remote d:lines support
913bafd1 26 [x] PASS selector:password for auth{} (useful for dynamic IPs)
761f82c5 27[ ] kline/xline/resv sync (what about spb's extension?)
61e30999 28[x] drop non-TS6 (legacy protocol) support
b01b826d 29[?] Patch or core-feature - libguess on-fly any-charset-to-utf8 translation
761f82c5 30[x] module engine rework
60b3d9e5 31 [?] MODULE_DEPEND and MODULE_CONFLICT for building extension dependencies (backport from shadowircd)
761f82c5 32 [x] more beautiful way of adding new channel modes by module
858646f1
WP
33 [x] basic functionality
34 [x] some example modules
858646f1 35 [x] another idea is too make that work with privilege groups, like "serveradmins" or "ircops"
02e13326 36 [ ] make nick/user/host validation functions/match tables able to work in separated modules,
ac8428cc 37 this will help us making support for native characters sets/slashes in host etc
02e13326
VY
38 [ ] auth checker module
39 [ ] resolver module
858646f1 40 [x] privilege system for privilege groups, something like
4d2ae0d0 41 in .conf: helper { kill_global, rehash, kline_local }
f48c47b7 42 in modules: privilege_add("kill_global"), has_privilege(source_p, "kill_global") etc, should work the way dynamic cflags/umodes done
858646f1 43 -- this is done kinda like this, but not really. See HasPrivilege() calls. privilege_add() was not needed ~nenolod
d5a432fa 44[x] Remove glines entirely
858646f1 45[/] test suite as in ircu
2b97b8ed 46[?] win32
2b97b8ed 47 [?] mingw support
60b3d9e5 48 [R] win32 native support - VS doesn't follow C99, this will require us switching back to C89 with libratbox and (future) core
761f82c5 49[x] Bug fixes
cddb360c 50 [x] Compilation without zlib headers fails - fixed
c08e7f2d 51 [x] Compilation date and time in server welcome message is in OS locale - looks ugly 'cause often it's not match user's codepage
200e53e8
VY
52[ ] Improvments
53 [ ] ircd shouldn't need bison/byacc/yacc or flex for compilation
3da818ec 54--- other stuff
5cdd296e
VY
55 [?] internally split out +o/+v "ranks" into a series of permissions. this could allow for configure-defined
56 special access levels, halfops, etc. (would need to match globally, somehow. extra SVINFO param?)
60b3d9e5 57 might be backported from shadowircd in future (chanroles planned)
5cdd296e 58 [?] somehow hide channel operators like ircnet can do?
60b3d9e5 59 couldn't be done via extension currently - compilation-time option acceptable?
b5482c91 60 [x] create chmode.h and put there all declarations of chm_* - this will make some modules clean
60b3d9e5 61 [?] Move oper override server WALLOPS to global server notices?