Sadie Powell
|
8e3da86283
|
Remove a reference to 1.8.
|
2024-02-25 23:42:14 +00:00 |
|
Sadie Powell
|
3290ebd36a
|
GetMaxListFor: use size_t and add a default like the other fields.
|
2024-02-22 17:25:47 +00:00 |
|
Sadie Powell
|
c4e9c0bf85
|
If the IRCd sends a field limit then use it over that of the config.
|
2024-02-22 17:05:30 +00:00 |
|
Sadie Powell
|
14472c5a95
|
Increase minpasslen and maxpasslen slightly.
|
2024-02-22 10:46:30 +00:00 |
|
Robert Scheck
|
909b9b2679
|
Remove a leftover use of the m_ module prefix.
|
2024-02-17 21:34:03 +00:00 |
|
Sadie Powell
|
fcf16ab20a
|
Merge branch '2.0' into 2.1.
|
2024-02-11 21:35:31 +00:00 |
|
Sadie Powell
|
c9e0245f23
|
Revert "Document ns_no_expire nick default".
This reverts commit 9c9df2ad1f.
Closes #350.
|
2024-02-11 16:22:01 +00:00 |
|
Sadie Powell
|
7ac1fe5847
|
Rename several modules to remove the m_ prefix.
|
2024-01-24 12:22:51 +00:00 |
|
Sadie Powell
|
97782248af
|
Merge branch '2.0' into 2.1.
|
2024-01-22 18:35:12 +00:00 |
|
Victor Coss
|
c2450eabab
|
Fix typo
|
2024-01-22 00:38:23 +00:00 |
|
Sadie Powell
|
1e9c6d7931
|
Always disable SSLv3 support, allow disabling TLSv1.[012].
|
2024-01-09 21:25:44 +00:00 |
|
Sadie Powell
|
fce5f4cc0f
|
Update the default SSL filenames to use the Certbot names.
|
2024-01-09 21:25:44 +00:00 |
|
Robert Scheck
|
de918ef9cf
|
Add missing whitespace in multi-line comment
|
2024-01-06 12:41:31 +00:00 |
|
Sadie Powell
|
50bd385ccf
|
Add an alias for chanserv/status for the name used by Atheme.
Closes #336.
|
2024-01-05 21:21:17 +00:00 |
|
Sadie Powell
|
e738da9b11
|
Merge branch '2.0' into 2.1.
|
2024-01-05 19:52:56 +00:00 |
|
Sadie Powell
|
eb2aaf22ed
|
Fix a copy/paste error in the default channel settings.
|
2024-01-01 17:32:37 +00:00 |
|
Sadie Powell
|
4a62259695
|
Move privilege descriptions to the example configs.
|
2023-12-22 15:58:28 +00:00 |
|
Sadie Powell
|
6acbd326f3
|
Add the regex_stdlib regular expression engine.
Unlike other regular expression engines this is available on all
systems.
|
2023-12-17 15:00:26 +00:00 |
|
Sadie Powell
|
cb533b63ac
|
Merge branch '2.0' into 2.1.
|
2023-12-17 14:33:44 +00:00 |
|
Sadie Powell
|
eb0e5c89b2
|
Remove the m_regex_pcre module.
Users should migrate to m_regex_pcre2 instead.
|
2023-12-17 13:46:34 +00:00 |
|
Sadie Powell
|
4e9a2df827
|
Add the UNBANME privilege to allow users to unban themselves.
This is separate from the existing UNBAN privilege which applies
to all users.
Closes #331.
|
2023-11-30 14:38:20 +00:00 |
|
PeGaSuS
|
cc9e2c1260
|
Fix missing end of comment
|
2023-11-24 21:04:05 +00:00 |
|
Sadie Powell
|
e2d546ad46
|
Add a note about how to send emails on Windows.
|
2023-11-24 13:24:42 +00:00 |
|
Sadie Powell
|
3371941be5
|
Allow users to opt-out of being added to channel access lists.
|
2023-11-23 15:10:03 +00:00 |
|
Sadie Powell
|
8e1c7e1e44
|
Merge branch '2.0' into 2.1.
|
2023-10-11 15:51:52 +01:00 |
|
Sadie Powell
|
dc371aad6d
|
Re-add the GHOST and REGAIN commands for compatibility.
These are hidden so they won't be shown in the help.
|
2023-09-26 12:39:30 +01:00 |
|
Sadie Powell
|
0a3ddef315
|
Replace Twitter with Mastodon in the ns_set_misc example config.
Closes #320.
|
2023-08-31 07:19:00 +01:00 |
|
Sadie Powell
|
aa619f1eeb
|
Merge branch '2.0' into 2.1.
|
2023-07-11 12:28:54 +01:00 |
|
Sadie Powell
|
14204353ac
|
Allow customising the email content type.
This will allow people to send emails using HTML or non UTF-8 text.
|
2023-07-09 14:39:51 +01:00 |
|
Sadie Powell
|
ebe3fd7e57
|
Merge branch '2.0' into 2.1.
|
2023-02-19 11:21:58 +00:00 |
|
Sadie Powell
|
f0ad0b4f0a
|
Raise the default session limit from 3 to 5.
|
2023-02-06 17:12:35 +00:00 |
|
Sadie Powell
|
b235da2e9c
|
Merge branch '2.0' into 2.1.
|
2022-12-17 16:18:09 +00:00 |
|
Sadie Powell
|
dfdcd3021a
|
Add support for linking over UNIX sockets.
|
2022-12-17 11:50:38 +00:00 |
|
PeGaSuS
|
c2b154e1b1
|
Document cs_no_expire (#301).
|
2022-12-08 07:16:04 +00:00 |
|
Sadie Powell
|
1a2da82106
|
Merge branch '2.0' into 2.1.
|
2022-12-07 15:59:46 +00:00 |
|
Sadie Powell
|
4a2861ba3d
|
Add a module that provides regex/pcre using PCRE2.
|
2022-12-07 15:43:39 +00:00 |
|
Sadie Powell
|
b7e85f5161
|
Default synconset and syncongroup to on.
|
2022-02-05 23:11:39 +00:00 |
|
Sadie Powell
|
773ed39d5d
|
Merge branch '2.0' into 2.1.
|
2022-02-05 23:10:42 +00:00 |
|
Sadie Powell
|
b5fe380011
|
Include the required modules in the example InspIRCd config.
|
2022-01-29 13:33:19 +00:00 |
|
Sadie Powell
|
af7bf785f9
|
Fix a grammar error in nickserv.example.conf.
|
2022-01-29 13:31:04 +00:00 |
|
Sadie Powell
|
a631028660
|
Merge branch '2.0' into 2.1.
|
2022-01-12 22:08:35 +00:00 |
|
Sadie Powell
|
04257b9d6a
|
Replace ICQ in the ns_set_misc examples with something not dead.
|
2022-01-10 16:45:25 +00:00 |
|
Sadie Powell
|
8eb6a4da71
|
Update more IRCServices references to reflect the current project.
- If referring to the specific piece of software use "Anope".
- If referring to services in general use "services".
|
2022-01-04 14:11:07 +00:00 |
|
Sadie Powell
|
fd1ca96e2c
|
Merge branch '2.0' into 2.1.
|
2022-01-03 15:50:22 +00:00 |
|
Sadie Powell
|
002186c016
|
Document log files having their creation date appended.
|
2021-12-23 22:08:36 +00:00 |
|
Sadie Powell
|
595bc09ec1
|
Merge branch '2.0' into 2.1.
|
2021-11-30 09:50:33 +00:00 |
|
Sadie Powell
|
b6f1c86f65
|
Use example.com instead of localhost.net in the example configs.
|
2021-11-14 20:45:17 +00:00 |
|
Austin Ellis
|
8b8bc97194
|
Fix the grammar of the globaloncycledown message (#279).
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-11-14 00:42:09 +00:00 |
|
Sadie Powell
|
27cff11e31
|
Increase the default channel expiry to 30 days.
|
2021-10-17 19:46:29 +01:00 |
|
Sadie Powell
|
b7da27ad3a
|
Increase the default nickname expiry to 90 days.
|
2021-10-17 19:44:05 +01:00 |
|