mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 10:12:39 +01:00
start working on TS5 removal.
This commit is contained in:
parent
851119864a
commit
729d5e3558
3 changed files with 5 additions and 25 deletions
14
TODO
14
TODO
|
@ -19,12 +19,12 @@
|
|||
[x] ssl channelmode (done by extban and chm_compat)
|
||||
[ ] acknowledgement message for SSL users like '* *** You are connected using SSL cipher "DHE RSA-AES 128 CBC-SHA"'
|
||||
[ ] ssl stuff files generator in ./configure time
|
||||
[x] merge some stuff from ircd-seven directly (to be determined what)
|
||||
[x] remote d:lines support
|
||||
[?] merge some stuff from ircd-seven directly (to be determined what)
|
||||
[?] remote d:lines support?
|
||||
[?] +C (noctcp) channel/usermode
|
||||
[F] kline/xline/resv sync
|
||||
[F] make an ability of using bandb instead of .conf files as bans storage
|
||||
[F] drop non-TS6 (legacy protocol) support
|
||||
[F] Doxygen code documentation
|
||||
[/] drop non-TS6 (legacy protocol) support
|
||||
[F] module engine rework
|
||||
[F] more beautiful way of adding new channel modes by module
|
||||
[F] make nick/user/host validation functions/match tables able to work in separated modules,
|
||||
|
@ -32,13 +32,9 @@
|
|||
[F] auth checker module
|
||||
[F] resolver module
|
||||
[x] Remove glines entirely
|
||||
--- other stuff
|
||||
[?] PASS selector:password for auth{} from ircd-seven? (useful for dynamic IPs)
|
||||
[?] +C (noctcp) channel/usermode from ircd-seven?
|
||||
[ ] other stuff
|
||||
[?] internally split out +o/+v "ranks" into a series of permissions. this could allow for configure-defined
|
||||
special access levels, halfops, etc. (would need to match globally, somehow. extra SVINFO param?)
|
||||
[?] somehow hide channel operators like ircnet can do?
|
||||
[x] merge m_join.c and m_sjoin.c in one module (same functions, done in ratbox3)
|
||||
[x] create chmode.h and put there all declarations of chm_* - this will make some modules clean
|
||||
[?] Move oper override server WALLOPS to global server notices?
|
||||
|
||||
|
|
|
@ -88,14 +88,6 @@
|
|||
*/
|
||||
#define HIDE_SERVERS_IPS
|
||||
|
||||
/* TS6_ONLY
|
||||
*
|
||||
* If this is defined only TS6 servers may link to the network. See
|
||||
* doc/TS6.txt for more information. If your network has old servers
|
||||
* (hyb7.0, ircd-ratbox-1.x, +CSr) or hybserv you should NOT define this.
|
||||
*/
|
||||
#undef TS6_ONLY
|
||||
|
||||
/* HANGONGOODLINK and HANGONRETRYDELAY
|
||||
* Often net breaks for a short time and it's useful to try to
|
||||
* establishing the same connection again faster than CONNECTFREQUENCY
|
||||
|
|
|
@ -88,14 +88,6 @@
|
|||
*/
|
||||
#define HIDE_SERVERS_IPS
|
||||
|
||||
/* TS6_ONLY
|
||||
*
|
||||
* If this is defined only TS6 servers may link to the network. See
|
||||
* doc/TS6.txt for more information. If your network has old servers
|
||||
* (hyb7.0, ircd-ratbox-1.x, +CSr) or hybserv you should NOT define this.
|
||||
*/
|
||||
#undef TS6_ONLY
|
||||
|
||||
/* HANGONGOODLINK and HANGONRETRYDELAY
|
||||
* Often net breaks for a short time and it's useful to try to
|
||||
* establishing the same connection again faster than CONNECTFREQUENCY
|
||||
|
|
Loading…
Reference in a new issue