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-06-23 | Fix the default config for channel suspensions. | Sadie Powell | |
2024-05-16 | Remove some unnecessary advice. | Sadie Powell | |
2024-02-11 | Revert "Document ns_no_expire nick default". | Sadie Powell | |
This reverts commit 9c9df2ad1fc8e8f03f4b28d21b4dcc2895d3795c. Closes #350. | |||
2024-01-22 | Fix typo | Victor Coss | |
2024-01-01 | Fix a copy/paste error in the default channel settings. | Sadie Powell | |
2023-11-24 | Fix missing end of comment | PeGaSuS | |
2023-08-31 | Replace Twitter with Mastodon in the ns_set_misc example config. | Sadie Powell | |
Closes #320. | |||
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. | |||
2023-02-06 | Raise the default session limit from 3 to 5. | Sadie Powell | |
2022-12-08 | Document `cs_no_expire` (#301). | PeGaSuS | |
2022-12-07 | Add a module that provides regex/pcre using PCRE2. | Sadie Powell | |
2022-01-29 | Include the required modules in the example InspIRCd config. | Sadie Powell | |
2022-01-29 | Fix a grammar error in nickserv.example.conf. | Sadie Powell | |
2022-01-10 | Replace ICQ in the ns_set_misc examples with something not dead. | 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-11-14 | Fix the grammar of the globaloncycledown message (#279). | Austin Ellis | |
The previous default example (which is in use on many Anope networks) refers to Services in 2nd person, then 1st person - in the same sentence. | |||
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 | |
2021-01-07 | Set killprotect as a default option in nickserv.example.conf. | PeGaSuS | |
2020-11-20 | Add kill_immed as an available option to nickserv.example.conf. | Robby | |
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 | |