Sadie Powell
|
0238f0a9e3
|
Move setting the display nickname to ns_group.
|
2025-09-19 21:30:52 +01:00 |
|
Sadie Powell
|
bd8435a061
|
Add the reason to the regular version of operserv/session.
|
2025-09-19 20:38:53 +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
|
ac2b38b1b6
|
Fix a minor layout issue in cs_log.
|
2025-09-19 16:06:39 +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
|
8e337c6592
|
Fix printing the MySQL version when building against MariaDB.
|
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
|
f73159159f
|
Fix the name of the DNS record config option for the previous commit.
|
2025-09-06 17:48:46 +01:00 |
|
Sadie Powell
|
eccb338cdd
|
Add support for self-service vhost validation via DNS.
|
2025-09-06 17:46:01 +01:00 |
|
Sadie Powell
|
4021c0bb68
|
Fix looking up TXT records using the dns module.
|
2025-09-06 17:02:02 +01:00 |
|
Sadie Powell
|
168a1173ed
|
Error out when db_json can't find the backup directory.
|
2025-08-25 20:01:02 +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
|
d15b8ee949
|
Remove some dead code from enc_sha256.
|
2025-08-08 13:14:14 +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
|
928d4260dc
|
Allow db_flatfile to be loadable first to import databases.
|
2025-08-07 10:03:34 +01:00 |
|
Sadie Powell
|
5e8561a7f1
|
Add support for TXT and SRV records in the dns module.
|
2025-08-06 15:38:13 +01:00 |
|
Sadie Powell
|
cd0f00a819
|
Improve the error diagnostics when the link fails.
|
2025-08-03 13:15:14 +01:00 |
|
Sadie Powell
|
b2d40d4189
|
Improve how Anope formats C strings.
|
2025-08-02 18:17:01 +01:00 |
|
Sadie Powell
|
e6e812c43c
|
Move NormalizeBuffer to textproc and rename more descriptively.
|
2025-08-02 17:09:24 +01:00 |
|
Sadie Powell
|
1245b43ade
|
Require that users have a non-deprecated database module loaded.
|
2025-08-01 13:28:29 +01:00 |
|
Sadie Powell
|
5a3f9f3f87
|
Warn when a user loads a deprecated module.
|
2025-08-01 13:08:22 +01:00 |
|
Sadie Powell
|
2c6f4d7c27
|
Make db_flatfile import-only.
|
2025-08-01 12:41:27 +01:00 |
|
Sadie Powell
|
64f8449bf4
|
Banish db_old and enc_old to the shadow realm.
|
2025-08-01 12:41:27 +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
|
ce7bb15c18
|
Use IsIdentValid for validating usernames in hs_request.
|
2025-07-12 14:41:09 +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
|
0f5f2aef2e
|
Bump the minimum OpenSSL version to 1.1.1.
Close #517.
|
2025-07-01 00:00:55 +01:00 |
|
Sadie Powell
|
6cc997c4e9
|
When unsetting a temporary ban delete the unset timer.
This prevents Anope from unsetting a later-added ban,
Resolves MantisBT bug 1709.
|
2025-06-25 19:16:15 +01:00 |
|
Sadie Powell
|
3440b38a21
|
Merge branch '2.0' into 2.1.
|
2025-06-25 17:50:01 +01:00 |
|
Sadie Powell
|
fca421aa2a
|
Fix resetpass confirming accounts when not using email confirmation.
Fixes MantisBT bug 1734.
|
2025-06-25 17:36:16 +01:00 |
|
Sadie Powell
|
48daeeac1d
|
Merge branch '2.0' into 2.1.
|
2025-06-25 15:33:36 +01:00 |
|
Sadie Powell
|
9bcf46f8ea
|
Fix using service's instead of services' where appropriate.
|
2025-06-25 15:29:16 +01:00 |
|
Sadie Powell
|
0b6c7ce5d6
|
Update some messages for the language used by modern BIND versions.
|
2025-06-25 15:28:54 +01:00 |
|
Sadie Powell
|
a0d21b207b
|
Fix reading the purge time in cs_seen.
|
2025-06-25 14:08:44 +01:00 |
|
Sadie Powell
|
3cc5b5143f
|
Remove the old 1.8-style seen system.
|
2025-06-25 14:06:59 +01:00 |
|
Sadie Powell
|
72010cd1a9
|
Fix messages that say IRC Operator when they mean Services Operator.
|
2025-06-24 13:58:47 +01:00 |
|