Sadie Powell
|
48bb6089fa
|
Swap the mode and mask params to Entry and make the mode optional.
|
2026-01-26 18:57:29 +00:00 |
|
Sadie Powell
|
a0676ef8b1
|
Merge branch '2.0' into 2.1.
|
2026-01-26 13:11:45 +00:00 |
|
Sadie Powell
|
e1f34ee5d6
|
Add a Doxygen config file.
|
2026-01-26 13:11:17 +00:00 |
|
Sadie Powell
|
6e18030285
|
Improve the ban mask parsing in Entry.
|
2026-01-20 12:34:55 +00:00 |
|
Sadie Powell
|
172f443421
|
Improve the error messages when an access list is full.
|
2026-01-19 11:53:54 +00:00 |
|
Sadie Powell
|
655c4fb5eb
|
Clean up the target mask code in access modules.
|
2026-01-19 10:43:59 +00:00 |
|
Sadie Powell
|
650f953cb1
|
Clean up masks when adding them to an access list.
Closes #554.
|
2026-01-19 00:35:31 +00:00 |
|
Sadie Powell
|
db3f60292f
|
Fix importing the last used time of nicks in db_atheme.
|
2026-01-16 23:43:13 +00:00 |
|
Sadie Powell
|
792308ed5d
|
Rename ChanUserContainer to Membership.
|
2026-01-14 17:17:37 +00:00 |
|
Sadie Powell
|
3af9da7c05
|
Update the change log.
|
2026-01-14 16:43:29 +00:00 |
|
Sadie Powell
|
59d8c28c85
|
Fix changing user passwords with SASET.
Closes #553.
|
2026-01-12 17:11:15 +00:00 |
|
Sadie Powell
|
520826cdea
|
Remove some dead code from the webcpanel module.
|
2026-01-10 21:41:22 +00:00 |
|
Sadie Powell
|
bfb47ab5a6
|
Rework the interface for service references.
|
2026-01-10 21:23:23 +00:00 |
|
Sadie Powell
|
25cd6c96e3
|
Fix cloning akick entries in cs_clone.
|
2026-01-10 17:45:01 +00:00 |
|
Sadie Powell
|
5dbbac21ec
|
Fix confirming usernames using the webcpanel.
|
2026-01-08 14:30:08 +00:00 |
|
Sadie Powell
|
81aa37543e
|
Merge branch '2.0' into 2.1.
|
2026-01-01 18:07:12 +00:00 |
|
Sadie Powell
|
4ac5cf89e3
|
Update the copyright headers for 2025.
|
2026-01-01 18:04:37 +00:00 |
|
dependabot[bot]
|
c479bc75d9
|
Bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-01-01 16:14:00 +00:00 |
|
dependabot[bot]
|
6e4dc4947e
|
Bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-01-01 16:13:49 +00:00 |
|
Sadie Powell
|
05002301cc
|
Fix a crash when clearing the entry message list.
|
2025-12-27 10:47:58 +00:00 |
|
Sadie Powell
|
1d18ba3358
|
Fix RequireVersion to use an unsigned integer.
|
2025-12-20 00:13:35 +00:00 |
|
Sadie Powell
|
65827611e7
|
Add better error handling in Anope::LastError.
|
2025-12-20 00:13:35 +00:00 |
|
Sadie Powell
|
0ae67cb371
|
Rename Serializable::id to object_id to avoid conflicts.
|
2025-12-20 00:13:35 +00:00 |
|
Sadie Powell
|
93e5b871e1
|
Version numbers should be unsigned.
|
2025-12-17 14:30:45 +00:00 |
|
Sadie Powell
|
0f433ebe9c
|
Remove or fix various useless uses of const.
|
2025-12-17 14:10:42 +00:00 |
|
Sadie Powell
|
3e8c5b2685
|
Comment out options that users generally shouldn't change.
|
2025-12-17 14:10:10 +00:00 |
|
Sadie Powell
|
3fe9097439
|
The default expiry is 30 days not 90 days.
Ref: #548
|
2025-12-16 23:56:16 +00:00 |
|
Sadie Powell
|
57446ee49b
|
Improve the BotServ fantasy commands
- Allow multiple character fantasy prefixes.
- Allow using the command alias as the command prefix.
- Match the service name case insensitively.
|
2025-12-14 11:14:07 +00:00 |
|
Sadie Powell
|
852aae5e4f
|
Fix the syntax of chanserv/suspend and nickserv/suspend.
Closes #540
Closes #547
|
2025-12-13 20:23:20 +00:00 |
|
Sadie Powell
|
caa9b27a6c
|
Fix the spelling of unload in os_module.
|
2025-12-13 15:06:37 +00:00 |
|
Sadie Powell
|
adcdaeca04
|
Fix the documented default for {chanserv}:expire.
Closes #548.
|
2025-12-12 16:19:00 +00:00 |
|
Sadie Powell
|
641e011e13
|
Fix inconsistencies in reading the NickServ expiry time.
|
2025-12-12 16:16:42 +00:00 |
|
Sadie Powell
|
aba75c1f31
|
Fix an inverted condition in ns_email.
|
2025-12-11 10:57:54 +00:00 |
|
Sadie Powell
|
f367820714
|
Implement better rehash detection support in enc_argon2.
|
2025-12-08 11:44:34 +00:00 |
|
Sadie Powell
|
f526932882
|
Backport CI changes from the 2.1 branch.
|
2025-12-03 16:26:32 +00:00 |
|
Sadie Powell
|
db2f7ca192
|
Merge branch '2.0' into 2.1.
|
2025-12-03 16:20:33 +00:00 |
|
Sadie Powell
|
5a9f581491
|
Fix chanserv/enforce enforcing against founders.
Closes #532.
|
2025-12-03 16:18:50 +00:00 |
|
dependabot[bot]
|
6b707049f2
|
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-12-01 19:42:24 +00:00 |
|
dependabot[bot]
|
3d845097de
|
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-12-01 19:42:04 +00:00 |
|
Sadie Powell
|
f368f5c541
|
Bump for 2.1.21-git.
|
2025-12-01 12:41:21 +00:00 |
|
Sadie Powell
|
87cf324d13
|
Release 2.1.20.
2.1.20
|
2025-12-01 12:40:45 +00:00 |
|
Sadie Powell
|
8b2a29a0b0
|
Update author list.
|
2025-12-01 12:38:47 +00:00 |
|
Sadie Powell
|
bd7f0050d2
|
Update the change log.
|
2025-12-01 12:35:39 +00:00 |
|
Sadie Powell
|
1eb26e8a38
|
Write a real version to anoperc.
|
2025-11-29 10:43:30 +00:00 |
|
Sadie Powell
|
52ee467755
|
Improve the usability of anope-mkpasswd slightly.
|
2025-11-25 15:45:57 +00:00 |
|
Sadie Powell
|
d179c0351e
|
Add a script for generating passwords for the config and database.
Closes #381
|
2025-11-25 14:26:18 +00:00 |
|
Sadie Powell
|
6ca027db00
|
Start work on the change log for the next release.
|
2025-11-25 01:53:42 +00:00 |
|
Sadie Powell
|
08bebeb9f0
|
Unmark a message with no translatable content as translatable.
|
2025-11-25 00:48:41 +00:00 |
|
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 |
|