Sadie Powell
0238f0a9e3
Move setting the display nickname to ns_group.
2025-09-19 21:30:52 +01:00
Sadie Powell
2cd67c9f36
Add a registration date column to nickserv/glist.
2025-09-19 20:38:53 +01:00
Sadie Powell
54389f474b
Implement support for flexible table layouts.
2025-09-19 18:50:27 +01:00
Sadie Powell
59bb9d3d06
Rework the InfoFormatter/ListFormatter APIs and move to textproc.
2025-09-19 12:31:15 +01:00
Sadie Powell
ad19603818
Show the account id as part of the account field.
2025-09-12 15:44:24 +01:00
Sadie Powell
535ff9b839
Stop showing the last real name in the nick information output.
...
This isn't really used anymore and a lot of clients just set it to
a static string so it doesn't make sense to show it.
2025-09-12 15:33:00 +01:00
Sadie Powell
390975e6c4
Remove some duplicate code from ns_set.
2025-09-11 16:01:58 +01:00
Sadie Powell
d631885495
Split autoop and neverop out into their own module.
2025-09-11 16:01:58 +01:00
Sadie Powell
9d89d8233d
Modernize the ns_sasl_plain module slightly.
2025-09-10 12:30:45 +01:00
Sadie Powell
6f27418381
Fail an EXTERNAL auth attempt if the user has no client cert.
2025-09-08 15:13:57 +01:00
Sadie Powell
1932081c27
Modularise the supported SASL mechanisms.
2025-09-07 15:10:19 +01:00
Sadie Powell
04de41ad7f
Fix some code which was supposed to be part of the previous commit.
2025-08-21 10:45:39 +01:00
Sadie Powell
dd13846cad
Allow a different badpasslimit for partially connected users.
...
Closes #455 .
2025-08-21 10:12:13 +01:00
Sadie Powell
70de2b7de2
Move B64{Decode,Encode} to textproc and redesign their interface.
2025-08-08 12:27:28 +01:00
Sadie Powell
b2d40d4189
Improve how Anope formats C strings.
2025-08-02 18:17:01 +01:00
Sadie Powell
32d3ddc0e4
Fix the grammar of two messages.
2025-07-30 15:30:44 +01:00
Sadie Powell
6d754b7d73
Add the intended target of the mode to CanSet.
2025-07-25 21:07:26 +01:00
Sadie Powell
52595b90fa
Rewrite nickserv/resend with some functionality improvements.
...
- Allow server operators to resend a confirmation email. Closes #518 .
- Allow use of the command whilst unauthenticated.
2025-07-25 12:28:14 +01:00
Sadie Powell
5df95d9f86
Remove a variant message which is only used in one place.
2025-07-12 16:33:14 +01:00
Sadie Powell
a56d9a4096
Only show the last quit message if the user is not online.
2025-07-12 15:28:57 +01:00
Sadie Powell
6873630f2e
Improve the "please identify" messages.
2025-07-08 16:24:16 +01:00
Sadie Powell
44a4d62654
Show the last real mask to services operators with nickserv/list.
2025-07-07 11:51:10 +01:00
Sadie Powell
97389cd105
Rename some fields to be more accurately named.
2025-07-07 11:51:10 +01:00
Sadie Powell
3440b38a21
Merge branch '2.0' into 2.1.
2025-06-25 17:50:01 +01:00
Sadie Powell
48daeeac1d
Merge branch '2.0' into 2.1.
2025-06-25 15:33:36 +01:00
Sadie Powell
66ae20e0f2
Tweak a message to make it easier for ESL speakers to understand.
2025-06-21 09:48:01 +01:00
Sadie Powell
80b8856254
Consistently use "account" instead of "nick group".
2025-06-20 20:30:21 +01:00
Sadie Powell
21c8164539
When assigning a new display nick use the oldest not the first.
2025-06-20 20:27:39 +01:00
Sadie Powell
a4abd27ffd
Fix the grammar of a message in ns_confirm.
2025-06-20 19:43:02 +01:00
Sadie Powell
c5bff3a099
Fix various issues with language strings.
2025-06-16 12:30:42 +01:00
Sadie Powell
61b0c82884
Rework how confirmation works and make it modular.
2025-06-16 10:00:41 +01:00
Sadie Powell
04a32be1e1
Add support for code authentication via IRC.
...
This breaks spambots which try to register but that can't handle
reading the response from services.
2025-06-15 11:22:03 +01:00
Sadie Powell
c73a6c621f
Make the set_misc help format consistent with other set commands.
2025-06-07 13:27:30 +01:00
Sadie Powell
13491bd960
Add {nickserv}:enforcerreal and cache enforcer config on reload.
2025-05-29 17:36:28 +01:00
Sadie Powell
7b2f0f5790
Fix some trivial wrong types when getting config values.
2025-05-27 13:21:55 +01:00
Sadie Powell
be5a0e8108
Serialize using mutable objects not immutable ones.
2025-05-16 15:18:00 +01:00
Sadie Powell
a0e98acea8
Fix the codelength default.
2025-05-15 01:42:13 +01:00
Sadie Powell
1daafff79d
Merge various email modules into one module.
...
In the future this will become the basis of the email contact
module and will encapsulate everything relating to email but for
now its mostly kept as-is.
2025-05-12 14:00:47 +01:00
Sadie Powell
3dd20975aa
Also require services operators to confirm their email addresses.
...
Closes #468 .
2025-05-11 22:59:20 +01:00
Sadie Powell
07f57b1108
Be more explicit about what versions compatibility code is for.
2025-05-09 21:43:35 +01:00
Sadie Powell
010beb52b1
Store the setter and ts for all modes and try to restore them.
...
This is mostly for preserving channel list mode info.
2025-05-03 21:28:56 +01:00
Sadie Powell
66d3293ae6
Remove double spacing after a full stop in help messages.
...
This hasn't been considered a best practice since the age of the
typewriter.
https://english.stackexchange.com/questions/2544/how-many-spaces-should-come-after-a-period-full-stop
2025-05-02 11:10:35 +01:00
Sadie Powell
9ca69a7b49
Fix a typo in ns_alist.
2025-04-24 15:01:54 +01:00
Sadie Powell
508bbe11e6
Show all privileges in nickserv/alist.
...
Closes #502 .
2025-04-23 00:33:48 +01:00
Sadie Powell
f3743cd37d
Remove hardcoded command names from most messages.
2025-04-22 18:56:26 +01:00
Sadie Powell
f362959834
Fix splitting in the middle of some command names.
2025-04-22 18:16:31 +01:00
Sadie Powell
f5a85c69d2
Remove time from the name of some variables where its obvious.
2025-04-19 22:53:49 +01:00
Sadie Powell
70bf013ef0
Allow syntax messages to take a predicate.
2025-04-19 16:54:26 +01:00
Sadie Powell
d815906393
Get rid of the internal block wrapper.
...
This only existed for compatibility with old 2.0 modules and 2.1
has already broken compatibility with them.
2025-04-19 12:49:06 +01:00
Sadie Powell
94c20f3084
Use duration strings when reporting the expiry period.
2025-04-16 02:52:31 +01:00