summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Expand)Author
2024-03-09Tweak the config default limits slightly.Sadie Powell
2024-03-07Move some modules which can be built by default out of extra.Sadie Powell
2024-03-07Consistently use email instead of e-mail.Sadie Powell
2024-03-07Use the C++11 random number generator instead of rand().Sadie Powell
2024-03-07Require new accounts to have email addresses.Sadie Powell
2024-03-07Add the initial version of the Atheme database importer.Sadie Powell
2024-02-29If a user runs an invalid command try to suggest a valid one.Sadie Powell
2024-02-29Fix some oversights.Sadie Powell
2024-02-29Rip out ns_access and related code.Sadie Powell
2024-02-25Remove a reference to 1.8.Sadie Powell
2024-02-22GetMaxListFor: use size_t and add a default like the other fields.Sadie Powell
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
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
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
2023-12-17Merge branch '2.0' into 2.1.Sadie Powell
2023-12-17Remove the m_regex_pcre module.Sadie Powell
2023-11-30Add the UNBANME privilege to allow users to unban themselves.Sadie Powell
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
2023-08-31Replace Twitter with Mastodon in the ns_set_misc example config.Sadie Powell
2023-07-11Merge branch '2.0' into 2.1.Sadie Powell
2023-07-09Allow customising the email content type.Sadie Powell
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