Age | Commit message (Collapse) | Author |
|
|
|
- Split common stuff into a generic configuration file.
- Reserve all nicknames used by services by default.
- Exempt all services clients from filtering.
- Add missing aliases for services pseudoclients.
|
|
Fix OpenSSL build errors caused by BIO/BIO_METHOD now being opaque.
|
|
Allow the reason for locking to be specified in m_lockserv.
|
|
Improvements to flood modules
|
|
|
|
|
|
|
|
|
|
Fix various compiler warnings
|
|
Rewrite the build system directive parser.
|
|
Replace snprintf usage with InspIRCd::Format.
|
|
|
|
|
|
|
|
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
|
|
|
|
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()
|