]> jfr.im git - irc/rqf/shadowircd.git/commit
Disable autoconnect for a server with excessive TS delta.
authorJilles Tjoelker <redacted>
Thu, 5 Feb 2009 22:43:07 +0000 (23:43 +0100)
committerJilles Tjoelker <redacted>
Thu, 5 Feb 2009 22:43:07 +0000 (23:43 +0100)
commit6b2cf989b6f77ca06d6d46efa3b26c0ea22d76e4
treeb9386c0dacd6c5f2c9842a687935c8213b767e59
parent71059b1f3bde9b99bff4db1b9ef2abf703ac0c45
Disable autoconnect for a server with excessive TS delta.
Note that in some cases (different TS delta settings,
heavy lag) it is possible only one of the servers
detects the problem and autoconnect may be left enabled.
The mechanism used for disabling is the same as
/quote set autoconn <server> 0; the A flag in /stats c
disappears and a rehash or /quote set autoconn can put
it back.
include/s_newconf.h
modules/m_svinfo.c
src/s_newconf.c