Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
Always append the SSL fingerprint even if EXTERNAL is not used.
|
|
|
|
Store config values in a map instead of a unique vector of pairs.
|
|
Add CXX11_OVERRIDE to overridden members that lack it.
|
|
[master] m_dnsbl: Correct the address in the Z-line snomask message.
|
|
This fixes a ton of warnings when building on compilers that
default to C++11 or newer.
|
|
|
|
Automatically apply +P to all permanent channels.
|
|
|
|
This is left over from the old hashing system that allowed you to
customise these values.
|
|
|
|
fix override issue
|
|
m_sakick: remove unused "Unable to kick" notice
|
|
m_cloaking: don't apply cloak to already cloaked users during registration
|
|
This can happen if services set a vhost during registration (like with
SASL)
|
|
[2.0] Warn when a user configures a permanent channel without +P.
|
|
m_sasl: send host/ip info
|
|
This has never worked due to the channel lookup using the user's nick
|
|
|
|
|
|
|
|
|
|
|