Age | Commit message (Collapse) | Author |
|
|
|
space as the sep char
|
|
|
|
|
|
|
|
Changes to the original module:
- Parse settings using a sepstream, accept remote mode changes regardless of our config
- Refuse to link when config settings differ
- Style changes
All ideas and features are the brainchild and work of Daniel Vassdal
|
|
|
|
|
|
|
|
|
|
|
|
Initialize clientlist and uuidlist in UserManager constructor
|
|
|
|
ModeHandler::GetPrefixRank() to be non-virtual
|
|
|
|
Purge MAXBUF in favour of a configuration option.
|
|
|
|
|
|
|
|
|
|
|
|
- Replace use of MAXBUF with INET_ADDRSTRLEN/INET6_ADDRSTRLEN.
- Replace use of sprintf with InspIRCd::Format.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix incorrect version being reported when the minor version is longer than one digit (2.10.x)
|
|
A new FIDENT was broadcast for each incoming FIDENT causing harmless but unnecessary server to server traffic
|
|
Code from Anope win32/socket.cpp by @Adam-
|
|
|
|
|
|
|
|
|
|
- Remove uline checks from KickUser()
- Disallow the kick if done by a local user and the victim is ulined in cmd_kick
- Remove call to RemoveAllPrefixes() as it has no additional effect, the Membership object containing the prefixes is destroyed soon after the call
|
|
Passing NULL to these functions are not permitted and must be avoided by the caller
|
|
handed over to the daemon before data is ready from the client.
|
|
|
|
Rewrote sepstream and tokenstream to be less ugly
|
|
|
|
|
|
|
|
|
|
parsing the mode change
|
|
|
|
|