Age | Commit message (Collapse) | Author |
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use it in a few places
|
|
- Pass topic set time and optionally the setter to SetTopic()
- Don't do anything if the topic is changed by a local user to what it is currently
|
|
|
|
|
|
|
|
|
|
SpanningTree::RemoteUser
|
|
|
|
|
|
It builds numerics where the individual components are parameters of the numeric
|
|
|
|
|
|
|
|
Sends a NOTICE from the local server to the user which can be local or remote
|