Age | Commit message (Collapse) | Author |
|
|
|
This might be used later by m_dnsbl to get reasons for listings
|
|
|
|
warning: macro name is a reserved identifier [-Wreserved-id-macro]
warning: extra ';' after member function definition [-Wextra-semi]
|
|
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
|
|
|
|
|