summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2024-02-22If the IRCd sends a field limit then use it over that of the config.Sadie Powell
2024-02-22Increase minpasslen and maxpasslen slightly.Sadie Powell
2024-02-17Remove a leftover use of the m_ module prefix.Robert Scheck
2024-02-11Merge branch '2.0' into 2.1.Sadie Powell
2024-02-11Revert "Document ns_no_expire nick default".Sadie Powell
This reverts commit 9c9df2ad1fc8e8f03f4b28d21b4dcc2895d3795c. Closes #350.
2024-01-24Rename several modules to remove the m_ prefix.Sadie Powell
2024-01-22Merge branch '2.0' into 2.1.Sadie Powell
2024-01-22Fix typoVictor Coss
2024-01-09Always disable SSLv3 support, allow disabling TLSv1.[012].Sadie Powell
2024-01-09Update the default SSL filenames to use the Certbot names.Sadie Powell
2024-01-06Add missing whitespace in multi-line commentRobert Scheck
2024-01-05Add an alias for chanserv/status for the name used by Atheme.Sadie Powell
Closes #336.
2024-01-05Merge branch '2.0' into 2.1.Sadie Powell
2024-01-01Fix a copy/paste error in the default channel settings.Sadie Powell
2023-12-22Move privilege descriptions to the example configs.Sadie Powell
2023-12-17Add the regex_stdlib regular expression engine.Sadie Powell
Unlike other regular expression engines this is available on all systems.
2023-12-17Merge branch '2.0' into 2.1.Sadie Powell
2023-12-17Remove the m_regex_pcre module.Sadie Powell
Users should migrate to m_regex_pcre2 instead.
2023-11-30Add the UNBANME privilege to allow users to unban themselves.Sadie Powell
This is separate from the existing UNBAN privilege which applies to all users. Closes #331.
2023-11-24Fix missing end of commentPeGaSuS
2023-11-24Add a note about how to send emails on Windows.Sadie Powell
2023-11-23Allow users to opt-out of being added to channel access lists.Sadie Powell
2023-10-11Merge branch '2.0' into 2.1.Sadie Powell
2023-09-26Re-add the GHOST and REGAIN commands for compatibility.Sadie Powell
These are hidden so they won't be shown in the help.
2023-08-31Replace Twitter with Mastodon in the ns_set_misc example config.Sadie Powell
Closes #320.
2023-07-11Merge branch '2.0' into 2.1.Sadie Powell
2023-07-09Allow customising the email content type.Sadie Powell
This will allow people to send emails using HTML or non UTF-8 text.
2023-02-19Merge branch '2.0' into 2.1.Sadie Powell
2023-02-06Raise the default session limit from 3 to 5.Sadie Powell
2022-12-17Merge branch '2.0' into 2.1.Sadie Powell
2022-12-17Add support for linking over UNIX sockets.Sadie Powell
2022-12-08Document `cs_no_expire` (#301).PeGaSuS
2022-12-07Merge branch '2.0' into 2.1.Sadie Powell
2022-12-07Add a module that provides regex/pcre using PCRE2.Sadie Powell
2022-02-05Default synconset and syncongroup to on.Sadie Powell
2022-02-05Merge branch '2.0' into 2.1.Sadie Powell
2022-01-29Include the required modules in the example InspIRCd config.Sadie Powell
2022-01-29Fix a grammar error in nickserv.example.conf.Sadie Powell
2022-01-12Merge branch '2.0' into 2.1.Sadie Powell
2022-01-10Replace ICQ in the ns_set_misc examples with something not dead.Sadie Powell
2022-01-04Update more IRCServices references to reflect the current project.Sadie Powell
- If referring to the specific piece of software use "Anope". - If referring to services in general use "services".
2022-01-03Merge branch '2.0' into 2.1.Sadie Powell
2021-12-23Document log files having their creation date appended.Sadie Powell
2021-11-30Merge branch '2.0' into 2.1.Sadie Powell
2021-11-14Use example.com instead of localhost.net in the example configs.Sadie Powell
2021-11-14Fix 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-10-17Increase the default channel expiry to 30 days.Sadie Powell
2021-10-17Increase the default nickname expiry to 90 days.Sadie Powell
2021-08-01Merge branch '2.0' into 2.1.Sadie Powell
2021-06-17Overwritten has two t's in it.Sadie Powell