Age | Commit message (Collapse) | Author |
|
Fix OpenSSL build errors caused by BIO/BIO_METHOD now being opaque.
|
|
Allow classes to take a port range.
|
|
Strip carriage returns in the config parser.
|
|
Allow the reason for locking to be specified in m_lockserv.
|
|
Improvements to flood modules
|
|
|
|
|
|
|
|
|
|
This prevents problems when configuration files have been edited
on a Windows machine.
|
|
We should only use OperMaxChans if they have the right privilege.
|
|
|
|
|
|
|
|
Fix various compiler warnings
|
|
Rewrite the build system directive parser.
|
|
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
|