summaryrefslogtreecommitdiff
path: root/data/example.conf
AgeCommit message (Expand)Author
2024-11-15Clarify how to import databases from flatfile to SQL.Sadie Powell
2024-09-17Remove config option for options:warningtimeout.Sadie Powell
2024-09-01Fix the documentation of mail:usemail.TehPeGaSuS
2024-07-11Make it clear that inspircd3 also works with InspIRCd 4.Sadie Powell
2024-05-16Remove some unnecessary advice.Sadie Powell
2023-07-09Allow customising the email content type.Sadie Powell
2022-01-29Include the required modules in the example InspIRCd config.Sadie Powell
2021-12-23Document log files having their creation date appended.Sadie Powell
2021-11-14Use example.com instead of localhost.net in the example configs.Sadie Powell
2021-06-17Overwritten has two t's in it.Sadie Powell
2021-06-17Fix various spelling issues (#274).Josh Soref
2021-04-16Default to the inspircd3 protocol module instead of inspircd20.Sadie Powell
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 w...Robby
2019-02-09Merge pull request #221 from SaberUK/2.0+uplinkAdam
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
2015-01-10Log user away messagesAdam
2015-01-10Add networkinfo:nick_chars option to allow configuring additional characters ...Adam
2015-01-10Include botserv/* in default Services Administrator opertype to behave like 1.8Adam
2014-10-12Add an operserv/oper/modify privilege.Thomas Fargeix
2014-10-12Add a chanserv/access/list privilegeThomas Fargeix
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 de...Adam
2014-02-20enc_bcrypt.cpp: Get rid of the libxcrypt dependency by including code from li...Daniel Vassdal
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
2014-01-26Revert "Rename db_old hash plain -> none which is what 1.8 calls it"Adam
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 defaultlangu...Adam
2013-12-13Log all admin commands by default. I was trying to give an example of log set...Adam
2013-11-15Add general:hideregisteredcommands to hide commands that require you to be id...Adam
2013-11-09Remove db_plainAdam
2013-11-01Use Config::GetClient for looking up services for command{} blocks which less...Adam