Age | Commit message (Collapse) | Author |
|
|
|
Closes #1568.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is presently a typedef but will soon be replaced with a class
that encapsulates both tags and parameters.
|
|
GCCs warnings for this are much better than Clangs.
|
|
|
|
This removes the need to invalidate the cache after changing a
user's hostname.
|
|
Prefix the returned string with '+'
|
|
|
|
|
|
Mark the method as const
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Passing a position equal to length() to the non-const version of operator[] is undefined
|
|
|
|
problems on systems not supporting it (Windows)
|
|
|
|
|
|
|
|
|
|
|
|
never NULL
|
|
|
|
Spotted by @barosl
|
|
|
|
|
|
|
|
|
|
|
|
- Replaces std::string server in User
- Replaces InspIRCd::ULine() and SilentULine()
|
|
- Remove the CHARSET entry from ISUPPORT.
CHARSET was removed in draft-brocklesby-irc-isupport-03 and we
always used the default value anyway. This has also been removed
in the latest version of Charybdis.
- Remove irc::sockets::satouser.
This helper method was longer than the code it replaced.
|
|
Remove Module::ProtoSendMode() and ListModeBase::DoSyncChannel()
|
|
|
|
|
|
User class to the snomask modehandler
|
|
|
|
|
|
|
|
The spaces are converted to '_' characters in OPERTYPE for 2.0 servers
Issue #533 suggested by @ankitkv
|