Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-15 | Clarify how to import databases from flatfile to SQL. | Sadie Powell | |
Closes #456. | |||
2024-09-17 | Remove config option for options:warningtimeout. | Sadie Powell | |
This hasn't done anything since the early 1.9 releases I'm not sure why it hasn't been removed already. | |||
2024-09-01 | Fix the documentation of mail:usemail. | TehPeGaSuS | |
`nickserv:registration` only has as options: none, admin, mail. I assume that `mail` is the word that should replace `yes` | |||
2024-07-11 | Make it clear that inspircd3 also works with InspIRCd 4. | Sadie Powell | |
2024-05-16 | Remove some unnecessary advice. | Sadie Powell | |
2023-07-09 | Allow customising the email content type. | Sadie Powell | |
This will allow people to send emails using HTML or non UTF-8 text. | |||
2022-01-29 | Include the required modules in the example InspIRCd config. | Sadie Powell | |
2021-12-23 | Document log files having their creation date appended. | Sadie Powell | |
2021-11-14 | Use example.com instead of localhost.net in the example configs. | Sadie Powell | |
2021-06-17 | Overwritten has two t's in it. | Sadie Powell | |
2021-06-17 | Fix various spelling issues (#274). | Josh Soref | |
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>. | |||
2021-04-16 | Default to the inspircd3 protocol module instead of inspircd20. | Sadie Powell | |
2020-09-14 | Clarify that unreal4 also works for UnrealIRCd 5. | Sadie Powell | |
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-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. | |||
2018-11-10 | Update most URLs to use HTTPS if available, and fix some dead ones too. | Robby | |
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-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 | |
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 | |
2016-08-08 | Remove unused commands from oper config. | bonnedav | |
2016-01-12 | example.conf: announce operserv/chankill as well | miwob | |
2015-12-30 | Unreal 4 changes | Adam | |
2015-07-08 | Fix a ton of typos. | Peter Powell | |
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-01-10 | Log user away messages | Adam | |
2015-01-10 | Add networkinfo:nick_chars option to allow configuring additional characters ↵ | Adam | |
allowed in nicknames | |||
2015-01-10 | Include botserv/* in default Services Administrator opertype to behave like 1.8 | Adam | |
2014-10-12 | Add 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-12 | Add a chanserv/access/list privilege | Thomas 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-03 | Make botserv fantasy override its own privilege | Adam | |
2014-07-04 | Correct the help text of options:useprivmsg ("defmsg" -> "msg") | Attila Molnar | |
2014-03-09 | Remove mail:restrict as it is no longer useful. Changes nickserv/resetpass ↵ | Adam | |
default to allow normal users to use it. | |||
2014-02-20 | enc_bcrypt.cpp: Get rid of the libxcrypt dependency by including code from ↵ | Daniel Vassdal | |
libxcrypt, and move enc_bcrypt out of extras | |||
2014-02-17 | Rename m_ssl to m_ssl_openssl and update docs | Attila Molnar | |
2014-02-12 | Add SASL EXTERNAL support. Thanks to ShutterQuick for fixing and testing. | Adam | |
2014-02-09 | Add an opertype priv "protected" to not allow services to kick a user. | Adam | |
Also classify ulines as protected | |||
2014-01-26 | Revert "Rename db_old hash plain -> none which is what 1.8 calls it" | Adam | |
This reverts commit 9a9ca417500e3de64013583e3f6db8dd165d9a95. | |||
2014-01-09 | Rename db_old hash plain -> none which is what 1.8 calls it | Adam | |
2014-01-02 | Add an explicit privilege for os_config's modify | Adam | |
2013-12-25 | Fix setting english language in db_old, document how not setting ↵ | Adam | |
defaultlanguage really works | |||
2013-12-13 | Log 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-15 | Add 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-09 | Remove db_plain | Adam | |
2013-11-01 | Use Config::GetClient for looking up services for command{} blocks which ↵ | Adam | |
lessens the insanity of renaming services |