summaryrefslogtreecommitdiff
path: root/data/example.conf
AgeCommit message (Collapse)Author
2020-09-28Rename things from services to anope.Sadie Powell
2020-09-28Remove nickserv/getpass and Anope::Decrypt.Sadie Powell
There is no point having these now plain text passwords are deprecated.
2020-09-28Require a secure password hashing algorithm for new accounts.Sadie Powell
Insecure algorithms can still be used for existing accounts.
2020-09-28Remove operserv/oline and CanSVSO/SendSVSO in IRCDProto.Sadie Powell
Now UnrealIRCd 3.2.x support has been removed nothing uses this.
2020-09-28Drop support for InspIRCd 1.2, InspIRCd 2.0, and UnrealIRCd 3.2.Sadie Powell
None of these are supported by upstream anymore.
2020-09-14Clarify that unreal4 also works for UnrealIRCd 5.Sadie Powell
2019-10-14ns_recover: add privilege for admins to recover other usersAdam
2019-09-23Add the InspIRCd v3 module to the example configs.Peter Powell
2019-05-10Fix globops logging if there is no predefined sender.Robby
2019-04-05Config files: Fix some typos, bring stats.standalone.example.conf up to par ↵Robby
with example.conf, etc.
2019-02-09Merge pull request #221 from SaberUK/2.0+uplinkAdam
Make it more clear where the uplink config goes.
2018-11-10Update most URLs to use HTTPS if available, and fix some dead ones too.Robby
2018-06-19Make it more clear where the uplink config goes.Peter Powell
2018-06-12example.conf: update example link block for Unreal 4Vitor
2018-04-25Document that negating is possible for commands and privs in opertype blocks.Robby
2018-04-25Clarify available tokens for the email templates.Robby
2017-03-30example.conf: disable regexengine directive by defaultAdam
2017-03-26example.conf: update to reflect deprecated status of older encryption modulesAdam
2016-08-08Remove unused commands from oper config.bonnedav
2016-01-12example.conf: announce operserv/chankill as wellmiwob
2015-12-30Unreal 4 changesAdam
2015-07-08Fix a ton of typos.Peter Powell
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-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-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-08-03Make botserv fantasy override its own privilegeAdam
2014-07-04Correct the help text of options:useprivmsg ("defmsg" -> "msg")Attila Molnar
2014-03-09Remove mail:restrict as it is no longer useful. Changes nickserv/resetpass ↵Adam
default to allow normal users to use it.
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-17Rename m_ssl to m_ssl_openssl and update docsAttila Molnar
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-01-26Revert "Rename db_old hash plain -> none which is what 1.8 calls it"Adam
This reverts commit 9a9ca417500e3de64013583e3f6db8dd165d9a95.
2014-01-09Rename db_old hash plain -> none which is what 1.8 calls itAdam
2014-01-02Add an explicit privilege for os_config's modifyAdam
2013-12-25Fix setting english language in db_old, document how not setting ↵Adam
defaultlanguage really works
2013-12-13Log all admin commands by default. I was trying to give an example of log ↵Adam
settings, but people seem to leave the default and then get confused when it only logs operserv commands
2013-11-15Add general:hideregisteredcommands to hide commands that require you to be ↵Adam
identified to use. This changes the behavior of hideprivilegedcommands to only hide commands users don't have the oper privileges to execute.
2013-11-09Remove db_plainAdam
2013-11-01Use Config::GetClient for looking up services for command{} blocks which ↵Adam
lessens the insanity of renaming services
2013-11-01People often seem to get tripped up by this, so document more clearlyAdam
2013-10-26added the irc2sql gateway moduleDukePyrolator
2013-10-26moved some config options from example.conf to nickserv.example.confDukePyrolator
2013-10-05cs_entrymsg: Check for the correct override privilege.Robby-
Make some more commands check if Read-Only mode is active. cs_flags: Show a meaningful message when a user is not found on the access list. os_set: Add missing capabilities to the readonly help output. OperServ: Add logging to certain commands. NickServ: Undo logging for listings.
2013-09-29ns_access: Allow LIST by Services Operators on suspended nicks. Change wording.Robby-
ns_ajoin: Fix the number of command parameters. Check for nick suspension. Do not allow just any Services Operator to access other users' AJOIN, require nickserv/ajoin. Change wording. ns_cert: Add ability for Services Operators to modify other users' certificate lists.
2013-09-29Correct expiretmeout and updatetimeout descriptions in example.conf, it is ↵Adam
no longer triggerd by /os update
2013-09-27example.conf: nickserv:emailregistration -> nickserv:registrationRobby-