start working on TS5 removal.
This commit is contained in:
parent
62702fc1f0
commit
5295cde25d
2
TODO
2
TODO
|
@ -24,7 +24,7 @@
|
|||
[?] +C (noctcp) channel/usermode
|
||||
[F] kline/xline/resv sync
|
||||
[F] make an ability of using bandb instead of .conf files as bans storage
|
||||
[ ] drop non-TS6 (legacy protocol) support
|
||||
[/] 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,
|
||||
|
|
|
@ -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 New Issue