Age | Commit message (Collapse) | Author |
|
Mark the method as const
|
|
|
|
methods expecting std::string
|
|
|
|
|
|
be a member of query
|
|
|
|
Fixes issue #1019 reported by @B00mX0r
Also add back a missing word caused by an oversight in #531
|
|
Issue #1006
|
|
Avoids a call to the templated ConvToStr() which uses std::stringstream for conversion
|
|
|
|
|
|
Switch to stdalgo::string::equalsci()
|
|
|
|
|
|
comparing names of IRC objects
|
|
case-insensitive comparison
|
|
Gets rid of assign()
|
|
|
|
NO_CLIENT_LONG_LONG was removed in a recent version of MySQL.
|
|
|
|
commands into the SpanningTree namespace
This fixes issues in static builds
|
|
IRCv3::Monitor::Manager::ExtItem::unserialize to fix static builds
|
|
|
|
|
|
|
|
|
|
|
|
certificates
|
|
|
|
|
|
This adds the <bind:hook> config option which works together with <bind:ssl>
|
|
module
Use it to simplify logic in all modules using or providing IOHooks
|
|
|
|
|
|
|
|
|
|
Fixes issue reported by @m4rkw on IRC
|
|
remains in the buffer of the SSL library
|
|
|
|
ConfigTag::readString()
Checking is only necessary in ModuleSSLInfo::OnPostConnect() as oper types are not encountered in the other cases but check anyway to be sure
|
|
|
|
using SSL
|
|
m_sslinfo
|
|
|
|
Use it in a few places
|
|
Issue #812
|
|
|
|
|
|
so it runs for all lost servers
|