Age | Commit message (Collapse) | Author |
|
|
|
Listmodes store their list in an extension that must be present when they are unset to show the modes being unset
|
|
extract into a method
|
|
|
|
methods expecting std::string
|
|
|
|
being unloaded
|
|
|
|
be a member of query
|
|
|
|
|
|
Issue #1112
|
|
|
|
UserManager::AddUser()
|
|
|
|
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
|
|
Make StrHashComp a wrapper around it
|
|
case-insensitive comparison
|
|
Gets rid of assign()
|
|
|
|
|
|
irc::insensitive_swo set
|
|
|
|
|
|
|
|
Fix Travis builds on master.
|
|
NO_CLIENT_LONG_LONG was removed in a recent version of MySQL.
|
|
All of the files will have already been removed by test-build.
|
|
|
|
|
|
|
|
|
|
commands into the SpanningTree namespace
This fixes issues in static builds
|
|
IRCv3::Monitor::Manager::ExtItem::unserialize to fix static builds
|
|
|
|
|