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
|
b2d40d4189
|
Improve how Anope formats C strings.
|
2025-08-02 18:17:01 +01:00 |
|
Sadie Powell
|
adc1343d6c
|
Serialize item types as strings instead of integers.
Using the type cast to an integer here was undefined behaviour.
|
2025-06-22 15:45:21 +01:00 |
|
Sadie Powell
|
be5a0e8108
|
Serialize using mutable objects not immutable ones.
|
2025-05-16 15:18:00 +01:00 |
|
Sadie Powell
|
ce362854a3
|
Update as many messages as possible for automatic line wrapping.
|
2025-04-16 00:04:30 +01:00 |
|
Sadie Powell
|
cdcf0e2f9a
|
Move serialization from Serializable to a Serialize::Type child.
|
2025-03-12 15:53:52 +00:00 |
|
Sadie Powell
|
df0cd3ef3e
|
Move some headers around.
|
2025-03-08 12:22:07 +00:00 |
|
Sadie Powell
|
f9911dde52
|
Return references instead of pointers from the config system.
We used to return NULL from these methods but now we return an empty
block so this can never actually be null now.
|
2025-03-02 15:27:47 +00:00 |
|
Sadie Powell
|
0a82366a6b
|
Merge branch '2.0' into 2.1.
|
2025-01-14 13:41:19 +00:00 |
|
Sadie Powell
|
ebea728957
|
Fix pluralising languages which use the same plural for 0 as 1.
|
2024-11-25 01:20:03 +00:00 |
|
Sadie Powell
|
687bcaa83f
|
Add a plural form overload of CommandSource::Reply.
|
2024-11-19 17:10:29 +00:00 |
|
Sadie Powell
|
528b5938ec
|
Automatically determine SQL column type from the field.
Also add more column types to ensure we are storing data in the
best format in the database.
|
2024-08-14 05:47:55 +01:00 |
|
Sadie Powell
|
24375d53e6
|
Add support for looking up account information from a nick.
Closes #407.
|
2024-06-12 17:46:07 +01:00 |
|
Sadie Powell
|
b8cd00b412
|
Merge branch '2.0' into 2.1.
|
2024-03-12 16:50:30 +00:00 |
|
Sadie Powell
|
12486f6cee
|
Tweak the config default limits slightly.
|
2024-03-09 11:43:38 +00:00 |
|
Sadie Powell
|
c6cb4ba159
|
Fix some coding style issues.
|
2024-02-26 15:34:17 +00:00 |
|
Sadie Powell
|
484160eb4e
|
Shuffle modules around a bit.
|
2024-01-24 12:34:34 +00:00 |
|