Age | Commit message (Collapse) | Author |
|
|
|
|
|
This will allow people to send emails using HTML or non UTF-8 text.
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>.
|
|
|
|
|
|
|
|
|
|
|
|
with example.conf, etc.
|
|
Make it more clear where the uplink config goes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
Replace the existing chanserv/access/list command access,
only used in cs_xop, by a privilege with the same name.
It which allows read-only access to cs_access, cs_flags, cs_xop
and cs_akick, while the already-existing chanserv/access/modify
privilege allows to modify them.
|
|
|
|
|
|
default to allow normal users to use it.
|
|
libxcrypt, and move enc_bcrypt out of extras
|
|
|
|
|
|
Also classify ulines as protected
|
|
This reverts commit 9a9ca417500e3de64013583e3f6db8dd165d9a95.
|
|
|
|
|
|
defaultlanguage really works
|
|
settings, but people seem to leave the default and then get confused when it only logs operserv commands
|
|
identified to use. This changes the behavior of hideprivilegedcommands to only hide commands users don't have the oper privileges to execute.
|
|
|
|
lessens the insanity of renaming services
|
|
|
|
|
|
|