Age | Commit message (Collapse) | Author |
|
|
|
|
|
Fixed stupid simple type, changed "bot not both" to "but not both"
|
|
Also improve the hide_* descriptions slightly.
|
|
|
|
with example.conf, etc.
|
|
Make it more clear where the uplink config goes.
|
|
|
|
|
|
Missing permissions that otherwise allow any registered user to turn on/off chanstats option to any other user
|
|
|
|
|
|
Disable the os_oline module by default.
|
|
|
|
|
|
This only works on UnrealIRCd 3.2 (which has been EOL for over a
year now) and regularly confuses users who think that "your IRCd
does not support OMODE" is an error they need to fix.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
As seen within this commit: https://github.com/anope/anope/commit/22658d63bdb1e52a66f4514af45fa55ca5891345
'expiretimeout' is no longer set within cs_seen and I can't see it used elsewhere to be needed in the config.
|
|
|
|
These SASL mechanisms are considered insecure and should not be
used anymore.
|
|
|
|
|
|
example.conf: announce operserv/chankill as well
|
|
|
|
|
|
|
|
|
|
Fix a ton of typos.
|
|
|
|
|
|
account
|
|
|
|
m_ssl_openssl: SSL context option changes
|
|
|
|
|
|
The old mailer message said the user is changing email "to %e", which is
changing TO the OLD email. But instead, the user is actually changing
the email to the new email.
We could change %e to be the new email, but maybe some users of Anope
have already configured their messages to assume %e is the old email. So
instead, add a new %E that is replaced with the new email.
|
|
|
|
|
|
allowed in nicknames
|
|
|
|
|
|
|
|
The operserv/oper command privilege allows to add operators
with fewer or the same privileges as ourself.
This new privilege allows to have operators who can use operserv/oper
to see the list of operators and their privileges, but cannot add new
operators.
|