Sadie Powell
e002f39509
Abolish the few remaining uses of BUFSIZE.
2026-03-23 02:14:51 +00:00
Sadie Powell
63032dc8d9
Fix translating the help output when the flexible layout is used.
2026-03-16 18:21:29 +00:00
Sadie Powell
22a1924bfd
Allow Command::FindCommandFromService to skip hidden commands.
2026-03-11 05:44:48 +00:00
Sadie Powell
12545ccbde
Use auto in as many places as possible.
2026-03-05 18:04:33 +00:00
Sadie Powell
1fc58c7a57
Bump for 2.1.23-git.
2026-03-01 03:00:19 +00:00
Sadie Powell
e9614986d0
Release 2.1.22.
2026-03-01 03:00:19 +00:00
Sadie Powell
dde9113418
Fix erroneously repeating the command name in the example wrapper.
2026-03-01 03:00:19 +00:00
Sadie Powell
1ffeb85727
Allow mkauthors to omit users that don't want to be included.
2026-02-26 16:39:43 +00:00
Sadie Powell
decbab5d09
Fix translating examples.
2026-02-25 15:56:58 +00:00
Sadie Powell
9409560597
Tweak the layout and ergonomics the ExampleWrapper class.
2026-02-25 15:38:11 +00:00
Sadie Powell
a02b81f219
Fix iterating the status mode list while unsetting modes.
2026-02-25 03:37:29 +00:00
Sadie Powell
6c86cd108a
Add a default command help implementation.
2026-02-25 03:11:10 +00:00
Sadie Powell
d0c2baeed4
Add a type for wrapping examples instead of using manual linewraps.
...
At a later date we should revise the examples for all commands for
consistency.
2026-02-24 18:21:44 +00:00
Sadie Powell
7242c740c8
Fix matching stacked extended bans.
2026-02-18 17:39:13 +00:00
Sadie Powell
d43acc2381
Store modes as their object form in ModeStatus.
...
This has the side effect of preventing users from putting nonsense
modes in {botserv}:botmodes and other related fields.
2026-02-16 23:24:04 +00:00
Sadie Powell
2f1f04f7cb
Short circuit empty format strings in Anope::Format.
...
This fixes a bug where Anope would loop infinitely when passed an
empty format string.
2026-02-16 00:55:08 +00:00
Sadie Powell
bc737c20c9
Implement support for the ratified +reply tag.
2026-02-13 15:48:49 +00:00
Sadie Powell
bf5ab14a21
Also build regex_tre on Windows.
2026-02-08 14:11:09 +00:00
Sadie Powell
aef1925b1d
Fix finding gettext on Windows.
...
Unfortunately we need to move our escape character from 0x1A to 0x1B
because newer versions of gettext treat the former as an EOF character.
2026-02-08 00:23:41 +00:00
Sadie Powell
e7aa0cb583
Migrate the Windows dependencies to Conan 2.
...
[skip alpine ci]
[skip ubuntu ci]
2026-02-07 21:14:20 +00:00
Sadie Powell
bd72a444df
Bump for 2.1.22-git.
2026-02-07 13:24:31 +00:00
Sadie Powell
147638bf5a
Release 2.1.21.
2026-02-07 13:23:13 +00:00
Sadie Powell
84b94bdbf1
Fix some uses of Entry that didn't have their arguments swapped.
2026-01-30 11:09:28 +01:00
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
6e18030285
Improve the ban mask parsing in Entry.
2026-01-20 12:34:55 +00:00
Sadie Powell
792308ed5d
Rename ChanUserContainer to Membership.
2026-01-14 17:17:37 +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
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
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
f368f5c541
Bump for 2.1.21-git.
2025-12-01 12:41:21 +00:00
Sadie Powell
87cf324d13
Release 2.1.20.
2025-12-01 12:40:45 +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
62ca6c96eb
Move akick from the core to cs_akick.
2025-11-24 12:41:34 +00:00
Sadie Powell
cadeac2dea
Even more build system cleanup.
2025-11-21 16:33:01 +00:00
Sadie Powell
c5e03de667
Attempt to re-parent objects after reloading.
2025-11-21 11:42:47 +00:00
Sadie Powell
6ce719437f
Rename an event for consistency.
2025-11-21 00:56:30 +00:00
Sadie Powell
88658a12f3
Create and check objects following the type order.
...
This is probably fine as it was but its best to be sure.
2025-11-21 00:56:09 +00:00
Sadie Powell
9256b051fc
Delay running the type creation event until after initialisation.
...
Doing this during the ctor can run into circumstances where the
vtable has not been fully initialised and the call gets routed to
the pure virtual implementation causing a crash.
2025-11-20 23:59:56 +00:00
Sadie Powell
6e151a693a
Clean up more obsolete build system cruft.
2025-11-18 04:00:04 +00:00
Sadie Powell
838de2f5b8
Kill a bunch of obsolete build system cruft.
2025-11-18 02:18:05 +00:00
Sadie Powell
e2af62352d
Add a workaround for some broken databases.
2025-11-15 00:01:52 +00:00
Sadie Powell
5e55a223c9
Fix synchronising channels on link.
...
The uplink may not be fully connected yet in the place that this was
previously called.
2025-11-12 22:00:19 +00:00
Sadie Powell
fa0c6ba821
Consistently use the same header layout on all files.
2025-11-12 19:49:59 +00:00
Sadie Powell
8562445038
Fix double lookups on accounts when authenticating.
2025-11-09 11:42:58 +00:00