Age | Commit message (Collapse) | Author |
|
Replace snprintf usage with InspIRCd::Format.
|
|
- Replace the deprecated MAXCHANNELS token with CHANLIMIT.
- Remove the deprecated FNC token (other implementations can force
a nick change without sending this token so informing clients of
that we might force a nick change is pointless)
|
|
Issue #1195
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SecurityIPResolver
|
|
|
|
|
|
This is a workaround until the protocol is updated
|
|
we quit
|
|
|
|
|
|
Inserting members who lack the required status into the except list makes no difference, they won't get the message either way
|
|
|
|
|
|
|
|
Mark the method as const
|
|
|
|
|
|
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()
|