Age | Commit message (Collapse) | Author |
|
Also use the behaviour behind this to fix #1290.
|
|
|
|
Prefix the returned string with '+'
|
|
|
|
|
|
Create LocalUser::OverruleNick(), call it from User::ChangeNick() and the UID handler in spanningtree
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Mark the method as const
|
|
IsParameterMode()
|
|
|
|
|
|
extract into a method
|
|
|
|
be a member of query
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Make StrHashComp a wrapper around it
|
|
case-insensitive comparison
|
|
|
|
irc::insensitive_swo set
|
|
|
|
|
|
|
|
|
|
Readable() and Writeable() was removed long ago
|
|
OnEventHandler*()
|
|
No classes inherit from it and it is only used as the return value from Module::GetVersion() which returns it by value
|
|
|
|
This adds the <bind:hook> config option which works together with <bind:ssl>
|
|
|
|
No code was using the return value
|
|
|
|
|
|
ReadToRecvQ()
|
|
FlushSendQ()
|
|
module
Use it to simplify logic in all modules using or providing IOHooks
|
|
|
|
|
|
|