Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Many clients don't reconnect automatically and it can take a while
for them to reconnect.
|
|
|
|
- Save the nick of the setter to use in the expiry message.
- Change both notice messages to a standard and informative style.
|
|
|
|
|
|
This is a lot safer and handles users changing servers properly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This new mode is recommended but disabled by default for compat
reasons.
Closes #480.
Closes #1419.
Co-Authored-By: B00mX0r <b00mx0r@aureus.pw>
|
|
Closes #1704.
|
|
|
|
|
|
|
|
character, not the entire string (#1698).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If the client does not send a PONG message in time then they will
receive a registration timeout. The client will only receive a ping
timeout in response to a unanswered PING whilst fuilly connected to
the server.
|
|
A '.' gets added to the end of `reversedip` when creating the DNSBL
hostname for the resolver. We need to remove the trailing '.' on the
IPv6 form of `reversedip` or the resolver will fail.
|
|
|
|
Also, deprecate the old SerializeFormat/serialize/unserialise API.
|
|
Closes #1657.
|
|
|
|
Closes #1687.
|
|
Fixes #1684.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
There is no reason to have these events in one big handler and it
causes unnecessary event hooks to be created by having them like
this.
The ServerEventListener class still exists for compatibility
|