summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2015-03-22Make the signed kick/ban message format configurable.Robby-
2015-03-12Merge pull request #113 from attilamolnar/2.0+opensslAdam
m_ssl_openssl: SSL context option changes
2015-03-12m_ssl_openssl: Allow disabling SSLv3 via the configAttila Molnar
2015-03-12Document that m_ldap_authentication:disable_register_reason blocks groupingAdam
2015-03-11SendConfirmMail: Replace %E with new emailPeter Tseng
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.
2015-03-11Hide set desc because set description existsAdam
2015-01-10Log user away messagesAdam
2015-01-10Add networkinfo:nick_chars option to allow configuring additional characters ↵Adam
allowed in nicknames
2015-01-10Include botserv/* in default Services Administrator opertype to behave like 1.8Adam
2014-11-06Fix typo in botserv.example.confAdam
2014-10-12Add exempts and optionally allow authenticated users past m_dnsblAdam
2014-10-12Add an operserv/oper/modify privilege.Thomas Fargeix
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.
2014-10-12Add a chanserv/access/list privilegeThomas Fargeix
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.
2014-10-09operserv.example.conf: Add missing permission definition to os_defcon's ↵Robby-
command. Fixes bug #1617.
2014-08-03Make botserv fantasy override its own privilegeAdam
2014-08-03Fix some botserv help entries from showing when they shouldn'tAdam
2014-08-03Add cs_mode:max config optionAdam
2014-08-03Add ms_ignore:max config optionAdam
2014-07-04Correct the help text of options:useprivmsg ("defmsg" -> "msg")Attila Molnar
2014-05-30Remove version.logAdam
2014-05-30Merge pull request #80 from attilamolnar/2.0+exampleconfAdam
Fix the name of the SSL modules in comments in modules.conf.example
2014-05-30example.chk: Use a more reliable way to detect if services are running.Robby-
2014-05-30Fix the name of the SSL modules in comments in modules.conf.exampleAttila Molnar
2014-05-22Make command group descriptions translatable.Jyzee
2014-05-01Add config options to ns_suspend and cs_suspend to configure which ↵Adam
information is shown to non opers
2014-04-25Add "virtual mode" supportAdam
This allows fully tracking extbans and other modes set by a different underlying mode, such as InspIRCd's namedmodes Add two configuration options to cs_ban to configure which mode is set and whether or not to kick banned users. Add default "mute" fantasy command to botserv.example.conf
2014-04-06Document that memo_mail can be in nickserv defaults. These should move to ↵Adam
memoserv.conf one day.
2014-03-23Update version.logAdam
2014-03-13Do not allow users to add certs that other users are using. Only allow ↵Adam
adding certfps if the user is using it.
2014-03-10Merge pull request #64 from ShutterQuick/2.0+hsgroupsyncAdam
2.0+hsgroupsync
2014-03-10Do not allow nickserv/ungroup to bypass ns_maxemail, and allow opers to ↵Adam
bypass ns_maxemail
2014-03-09Remove mail:restrict as it is no longer useful. Changes nickserv/resetpass ↵Adam
default to allow normal users to use it.
2014-03-06hs_group: Allow automatic HS GROUP-ing on NS GROUP, and allow vhosts to be ↵Daniel Vassdal
per account rather than nick.
2014-03-01Fix incorrect comment in modules.example.confAdam
2014-02-24Update version.log (why do we keep this around?)Adam
2014-02-21Merge pull request #56 from ShutterQuick/2.0+noxcryptAdam
enc_bcrypt.cpp: Get rid of the libxcrypt dependency by including code fr...
2014-02-21fix comment, activate not activeLee Holmes
2014-02-20enc_bcrypt.cpp: Get rid of the libxcrypt dependency by including code from ↵Daniel Vassdal
libxcrypt, and move enc_bcrypt out of extras
2014-02-18Alphabetically order modules in modules.example.conf ('r' < 's' and 'w' < 'x')Attila Molnar
2014-02-17Add m_ssl_gnutlsAttila Molnar
2014-02-17Rename m_ssl to m_ssl_openssl and update docsAttila Molnar
2014-02-16modules.example.conf: Update examples for bcrypt - also clearify that ↵Daniel Vassdal
m_sasl_dh* requires openssl
2014-02-14modules.example.conf: Add info about m_sasl_dh-aes and m_sasl_dh-blowfishDaniel Vassdal
2014-02-12Disable m_sasl by defaultAdam
2014-02-12Add SASL EXTERNAL support. Thanks to ShutterQuick for fixing and testing.Adam
2014-02-09Add an opertype priv "protected" to not allow services to kick a user.Adam
Also classify ulines as protected
2014-02-05Document a little more accurrately the privilege stuff and document why the ↵Adam
access lists behave as they do
2014-02-05Make it easier to use fantasy without botserv, and document itAdam
2014-01-26Revert "Rename db_old hash plain -> none which is what 1.8 calls it"Adam
This reverts commit 9a9ca417500e3de64013583e3f6db8dd165d9a95.
2014-01-21Update version.logAdam