Age | Commit message (Collapse) | Author |
|
Make domainparts in m_cloaking configureable.
|
|
|
|
Also, fix a minor issue caused by the last insp20 merge.
|
|
|
|
SASL-3.2 allows SASL auth to happen post-registration so this is
no longer correct.
|
|
This is unnecessary since 852dd0337a.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These methods are not supported by any widely used gateways that I
can find. If your gateway uses this then you should rewrite it to
use the webirc method. For more details see the IRCv3 WEBIRC
specification at http://ircv3.net/specs/extensions/webirc.html.
|
|
|
|
|
|
|
|
|
|
This function is being misused in all but one scenario. It isn't
really worth keeping IMO.
|
|
- Get rid of unnecessary temporary values.
- Remove an erroneous usage comment.
- Reset errno before the call to setgroups.
- Unify the two stage initialisation of g/u.
|
|
|
|
|
|
Also move the command name to a parameter so that it is more easily
parseable by software.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is used to directly read the settings from the config tag like
how ServerLimits works.
|
|
|
|
|
|
|
|
The compile time on boot is not accurate as it will only change
when the translation unit containing it is edited.
The startup time in RPL_SERVERCREATED is a lot more useful than
the compilation time. ngIRCd also implements this behaviour.
|
|
|
|
|
|
|
|
This was never documented and seems pretty useless.
|
|
|
|
|
|
|
|
|
|
Allow filtering WebIRC connections into a connect class by gateway.
|
|
|
|
|
|
Move the OnCheckExemption hook out of the core.
|
|
|
|
|
|
|
|
|