Sadie Powell
|
52063fe05f
|
Fix some messages that should use plural forms.
|
2025-11-25 00:48:41 +00:00 |
|
Sadie Powell
|
20a8fcc574
|
Stop inconsistently apologising in error messages.
|
2025-11-25 00:48:41 +00:00 |
|
Sadie Powell
|
e0331dae2a
|
Add the TRY_AGAIN_LATER message for when a command is unavailable.
This replaces SERVICE_UNAVAILABLE and other custom messages.
|
2025-11-25 00:48:41 +00:00 |
|
Sadie Powell
|
be965f2618
|
Rework the module headers to use namespaces and static services.
|
2025-11-25 00:48:41 +00:00 |
|
Sadie Powell
|
73175a0187
|
Use the name of the language in ns_set_language not the code.
|
2025-11-17 23:50:19 +00:00 |
|
Sadie Powell
|
dc32f6945e
|
Improve the help for nickserv/{sa,}set/{language,timezone}.
|
2025-11-17 23:13:18 +00:00 |
|
Sadie Powell
|
5ae45d96af
|
Allow setting the language and timezone back to the default.
|
2025-11-15 16:52:24 +00:00 |
|
Sadie Powell
|
fa0c6ba821
|
Consistently use the same header layout on all files.
|
2025-11-12 19:49:59 +00:00 |
|
Sadie Powell
|
0016106772
|
Add an event for password validation, expand obscurity checks.
|
2025-11-10 03:13:23 +00:00 |
|
Sadie Powell
|
8843e89e9f
|
Fix some missing documentation.
|
2025-11-09 12:40:32 +00:00 |
|
Sadie Powell
|
8562445038
|
Fix double lookups on accounts when authenticating.
|
2025-11-09 11:42:58 +00:00 |
|
Sadie Powell
|
5a56f95b35
|
Allow only showing accounts in nickserv/list.
|
2025-11-08 15:15:51 +00:00 |
|
Sadie Powell
|
ebab5b4f1d
|
Bring ns_list into the 21st century.
|
2025-11-08 15:07:35 +00:00 |
|
Sadie Powell
|
8a8cee4061
|
Add a method for consistently updating the NickAlias seen data.
|
2025-11-02 17:23:57 +00:00 |
|
Sadie Powell
|
909a77efb9
|
Remove unnecessary return statements at the end of blocks.
|
2025-10-24 10:22:29 +01:00 |
|
TehPeGaSuS
|
b8ef28509c
|
Update account display format in ns_info.
This makes it more clear that the numbers are the actual account ID.
|
2025-10-21 11:32:02 +01:00 |
|
Sadie Powell
|
cf6e56130a
|
Improve some confirmation messages sent by NickServ.
|
2025-10-18 14:43:38 +01:00 |
|
Sadie Powell
|
1dafc96521
|
Use a more reliable way of detecting <chrono> TZDB support.
|
2025-10-06 22:47:23 +01:00 |
|
Sadie Powell
|
5d1dd21887
|
Fix some minor bugs with setting the user timezone.
|
2025-10-05 20:04:25 +01:00 |
|
Sadie Powell
|
8b6c6fdd81
|
Add support for users setting their local timezone.
|
2025-10-05 18:55:33 +01:00 |
|
Sadie Powell
|
ee6b022f4d
|
Reorder some of the information in nickserv/info.
|
2025-10-02 14:29:06 +01:00 |
|
Sadie Powell
|
b2026fe739
|
Fix various stupid mistakes in nickserv/confirm/register.
|
2025-09-27 18:12:34 +01:00 |
|
Sadie Powell
|
3390d82ebe
|
Log the fingerprint used to authenticate in ns_cert.
|
2025-09-26 11:22:20 +01:00 |
|
Sadie Powell
|
a792088a62
|
Add the monospace layout.
This works best in clients like The Lounge which use a variable-width
font but support monospace formatting.
|
2025-09-20 14:56:51 +01:00 |
|
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 |
|