Age | Commit message (Collapse) | Author |
|
|
|
commands into the SpanningTree namespace
This fixes issues in static builds
|
|
IRCv3::Monitor::Manager::ExtItem::unserialize to fix static builds
|
|
|
|
|
|
assuming it is first
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
certificates
|
|
|
|
|
|
|
|
This adds the <bind:hook> config option which works together with <bind:ssl>
|
|
|
|
No code was using the return value
|
|
|
|
|
|
Call it whenever the recvq gets bigger than it was before the read
|
|
ReadToRecvQ()
|
|
FlushSendQ()
|
|
module
Use it to simplify logic in all modules using or providing IOHooks
|
|
|
|
|
|
[2.0] Fix challenge auth when using m_hash_gnutls instead of m_sha256.
|
|
|
|
Fix bursting channel bans
|
|
|
|
[2.0] Force link sqlite3 on OS X when doing Travis builds.
|
|
The system version of this library does not include support for pkg-config.
|
|
|
|
|
|
|
|
Fixes issue reported by @m4rkw on IRC
|
|
[2.0] GCC should never assume that this can not be null.
|
|
Fix a minor oversight in ERR_NONICKNAMEGIVEN.
|
|
|
|
|
|
Pass INSPIRCD_VERBOSE through the environment to unit-cc.
|
|
Fix sending the wrong numeric when an empty new nick is received.
|
|
|
|
This is an oversight from f79a55616b5ff05d4f2e6b031a17be5668d1d3ea.
|