Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-06 | Update nickserv.example.conf | TheMythPT | |
This breaks the `killprotect' functionality, because a user is expected to turn into guest after the specified amount of time. Also new users that register their nicknames will wonder why they can't join a +R channel but they didn't change their nick to Guest* | |||
2020-10-02 | Minor spelling fix in operserv.example.conf. it's vs its | miwob | |
2020-09-14 | Clarify that unreal4 also works for UnrealIRCd 5. | Sadie Powell | |
2019-11-03 | Rename a few instances of 'services' to 'stats' in ↵ | Robby | |
stats.standalone.example.conf and irc2sql.example.conf. | |||
2019-10-14 | ns_recover: add privilege for admins to recover other users | Adam | |
2019-09-23 | Add the InspIRCd v3 module to the example configs. | Peter Powell | |
2019-08-18 | Fixed stupid simple typos. | Clem Morton | |
Fixed stupid simple type, changed "bot not both" to "but not both" | |||
2019-08-04 | Add hide_status as an available option to nickserv.example.conf. | Robby | |
Also improve the hide_* descriptions slightly. | |||
2019-05-10 | Fix globops logging if there is no predefined sender. | Robby | |
2019-04-05 | Config files: Fix some typos, bring stats.standalone.example.conf up to par ↵ | Robby | |
with example.conf, etc. | |||
2019-02-09 | Merge pull request #221 from SaberUK/2.0+uplink | Adam | |
Make it more clear where the uplink config goes. | |||
2019-01-03 | Allow multiple IP addresses in extforward_ip separated by spaces | linuxdaemon | |
2018-11-10 | Update most URLs to use HTTPS if available, and fix some dead ones too. | Robby | |
2018-10-28 | Update chanstats.example.conf | Vitor | |
Missing permissions that otherwise allow any registered user to turn on/off chanstats option to any other user | |||
2018-06-19 | Make it more clear where the uplink config goes. | Peter Powell | |
2018-06-12 | example.conf: update example link block for Unreal 4 | Vitor | |
2018-06-12 | Merge pull request #216 from SaberUK/2.0+oline | Adam | |
Disable the os_oline module by default. | |||
2018-04-25 | Document that negating is possible for commands and privs in opertype blocks. | Robby | |
2018-04-25 | Clarify available tokens for the email templates. | Robby | |
2018-03-03 | Disable the os_oline module by default. | Peter Powell | |
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. | |||
2017-12-30 | Update chanserv.example.conf (#206) | nekoswag | |
2017-10-09 | Load sasl module by default. | Bram Matthys | |
2017-05-17 | m_dnsbl: fix exempts, allow cidrs, default exempt 127.0.0.0/8 | Adam | |
2017-03-30 | example.conf: disable regexengine directive by default | Adam | |
2017-03-26 | example.conf: update to reflect deprecated status of older encryption modules | Adam | |
2017-03-18 | Fix ns_keep_modes default option in nickserv.conf | Adam | |
2017-01-16 | Revert "Remove efnetrbl from example dnsbl configuration" | Adam | |
2017-01-08 | Remove efnetrbl from example dnsbl configuration | Adam | |
2016-08-08 | Remove 'expiretimeout' from chanserv.example.conf | genius3000 | |
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. | |||
2016-08-08 | Remove unused commands from oper config. | bonnedav | |
2016-04-13 | Remove support for DH-AES and DH-BLOWFISH. | Peter Powell | |
These SASL mechanisms are considered insecure and should not be used anymore. | |||
2016-01-29 | The default xop access for PROTECTME should really be SOP, not AOP. | Robby | |
2016-01-25 | Remove default session exception expiry time | Adam | |
2016-01-23 | Merge pull request #144 from miwob/chankill_example | Adam | |
example.conf: announce operserv/chankill as well | |||
2016-01-19 | Document ns_no_expire nick default | Adam | |
2016-01-12 | example.conf: announce operserv/chankill as well | miwob | |
2015-12-30 | Unreal 4 changes | Adam | |
2015-12-13 | Add some replacement tokens for akick reason and welcome notice | Adam | |
2015-09-06 | Merge pull request #126 from SaberUK/2.0+typos | Adam | |
Fix a ton of typos. | |||
2015-07-23 | Remove unused variables from m_ldap | Adam | |
2015-07-08 | Fix a ton of typos. | Peter Powell | |
2015-06-29 | Add ns_identify:maxlogins to limit the max number of concurrent logins per ↵ | Adam | |
account | |||
2015-03-22 | Make the signed kick/ban message format configurable. | Robby- | |
2015-03-12 | Merge pull request #113 from attilamolnar/2.0+openssl | Adam | |
m_ssl_openssl: SSL context option changes | |||
2015-03-12 | m_ssl_openssl: Allow disabling SSLv3 via the config | Attila Molnar | |
2015-03-12 | Document that m_ldap_authentication:disable_register_reason blocks grouping | Adam | |
2015-03-11 | SendConfirmMail: Replace %E with new email | Peter 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-11 | Hide set desc because set description exists | Adam | |
2015-01-10 | Log user away messages | Adam | |
2015-01-10 | Add networkinfo:nick_chars option to allow configuring additional characters ↵ | Adam | |
allowed in nicknames |