Sadie Powell
dfd41b9b94
Fix Clang and GCC disagreeing about whether a move is needed.
2024-01-24 16:12:29 +00:00
Sadie Powell
fdd4aade3b
Add a CI workflow for Alpine.
2024-01-24 15:14:21 +00:00
Sadie Powell
0a53f4c26e
Merge branch '2.0' into 2.1.
2024-01-24 14:48:53 +00:00
Sadie Powell
d6a826a09c
Backport CI changes from the 2.1 branch.
2024-01-24 14:45:57 +00:00
Sadie Powell
484160eb4e
Shuffle modules around a bit.
2024-01-24 12:34:34 +00:00
Sadie Powell
7ac1fe5847
Rename several modules to remove the m_ prefix.
2024-01-24 12:22:51 +00:00
Sadie Powell
72acef4e15
Mark types that have no inheritors as final.
2024-01-23 16:53:06 +00:00
Sadie Powell
a6a0f6c447
Improve the layout of types that inherit from another type.
2024-01-23 15:28:23 +00:00
Sadie Powell
398d674cf4
Fix some CoreExport types that should be DllExport.
2024-01-23 14:06:46 +00:00
Sadie Powell
1467de1c7e
Mark all exception types as CoreExport.
...
From the GCC docs:
>Exception catching of a user defined type in a binary other than
>the one which threw the exception requires a typeinfo lookup.
Closes #335 .
2024-01-22 20:06:57 +00:00
Sadie Powell
c5023fdfa0
Update the Turkish translation for the changes in 2.1 git.
...
Co-authored-by: CaPa CuL <capacul@gmail.com >
2024-01-22 19:52:06 +00:00
Sadie Powell
97782248af
Merge branch '2.0' into 2.1.
2024-01-22 18:35:12 +00:00
Sadie Powell
016761776b
Add a new Turkish translation contributed by CaPa CuL.
...
Co-authored-by: CaPa CuL <capacul@gmail.com >
2024-01-22 16:29:20 +00:00
Victor Coss
c2450eabab
Fix typo
2024-01-22 00:38:23 +00:00
Sadie Powell
d6ced86021
Fix some module names that were missed in commit 4056af00e3.
2024-01-11 17:13:14 +00:00
Sadie Powell
0d8d1675f7
Fix an oversight in build_subdir.
2024-01-10 17:49:02 +00:00
Sadie Powell
4056af00e3
Parse InspIRCd module names in a way which is 1206 compatible.
2024-01-10 17:47:27 +00:00
Sadie Powell
99b4305573
Add a wrapper for std::string::compare to Anope::string.
2024-01-10 17:07:17 +00:00
Sadie Powell
113301dbba
Update the changelogs.
2024-01-09 21:25:44 +00:00
Sadie Powell
349ae043b6
Always build the stats modules.
...
These have no external dependencies so it makes no sense to not
always build them.
2024-01-09 21:25:44 +00:00
Sadie Powell
710e7dd3a2
Bump the minimum OpenSSL version to 1.1.
2024-01-09 21:25:44 +00:00
Sadie Powell
1e9c6d7931
Always disable SSLv3 support, allow disabling TLSv1.[012].
2024-01-09 21:25:44 +00:00
Sadie Powell
5772b924cc
Drop support for ancient versions of GnuTLS.
2024-01-09 21:25:44 +00:00
Sadie Powell
fce5f4cc0f
Update the default SSL filenames to use the Certbot names.
2024-01-09 21:25:44 +00:00
Sadie Powell
fa7ad6b3df
Use native file extensions on macOS and Windows.
2024-01-09 14:35:49 +00:00
Sadie Powell
fc2df00cfc
Put modules into their own folder on Windows.
2024-01-09 13:57:32 +00:00
Sadie Powell
f92c5471c2
Add a string overload of Channel::Kick.
2024-01-08 14:37:50 +00:00
Sadie Powell
0439e3b21b
Add a string overload of User::SetModes.
2024-01-08 14:14:57 +00:00
Sadie Powell
5b23fae8bf
Add a string overload of Channel::SetModes.
2024-01-08 14:14:37 +00:00
Sadie Powell
aac4b0f0a3
Bump the up to date languages for the recent format changes.
2024-01-08 13:47:39 +00:00
Sadie Powell
f083795c79
Fix various format string issues.
2024-01-08 13:11:50 +00:00
Sadie Powell
5db79c1e24
Add a non-formatting overload of User::SetModesInternal.
2024-01-08 13:11:50 +00:00
Sadie Powell
a4dddfd5f1
Mark format strings with the GNU printf attribute.
2024-01-08 13:11:50 +00:00
Valentin Lorentz
7ddc865cde
fr_FR: Generalize gender-neutral grammar
...
'(e)' and 'le/la' were used in a few places, I generalized them to all
strings referring to people.
I also made role names gender-neutral using contraction (eg. "fondateur"
-> "fondateurice"), and adapted specifiers accordingly.
2024-01-06 23:22:10 +00:00
Sadie Powell
688ecf1c1d
Fix an oversight in the mysql module.
2024-01-06 23:19:18 +00:00
Sadie Powell
c0453cfec1
Fix a sign conversion issue in the mysql module.
2024-01-06 13:39:03 +00:00
Sadie Powell
a9ab0c72a6
Use auto in places where the type is unambiguous.
2024-01-06 13:23:37 +00:00
Robert Scheck
de918ef9cf
Add missing whitespace in multi-line comment
2024-01-06 12:41:31 +00:00
Sadie Powell
0ee9874112
Update translations for the recent services case fix.
2024-01-05 21:44:08 +00:00
Val Lorentz
388858aee6
Fix inconsistent capitalization of 'services'.
2024-01-05 21:34:26 +00:00
Sadie Powell
f22703df59
Fix a translation string and enable translations on CI.
2024-01-05 21:28:54 +00:00
Val Lorentz
4715b76dbe
fr_FR: msgmerge + update fuzzy strings.
2024-01-05 21:21:43 +00:00
Sadie Powell
50bd385ccf
Add an alias for chanserv/status for the name used by Atheme.
...
Closes #336 .
2024-01-05 21:21:17 +00:00
Sadie Powell
e738da9b11
Merge branch '2.0' into 2.1.
2024-01-05 19:52:56 +00:00
Val Lorentz
6e6e053384
fr_FR: Update fuzzy strings
2024-01-05 19:49:56 +00:00
Valentin Lorentz
5edf19d230
fr_FR: Fix trailing spaces
2024-01-05 19:00:19 +00:00
Sadie Powell
4573e1925d
Use normal exit codes when exiting the process.
2024-01-05 12:00:28 +00:00
Sadie Powell
a40f8e0b9d
Update the copyright headers for 2024.
2024-01-04 22:25:48 +00:00
Sadie Powell
9db49ec790
Bump for 2.1.2-git.
2024-01-04 17:55:44 +00:00
Sadie Powell
e8cd2909a5
Release 2.1.1.
2.1.1
2024-01-04 17:54:06 +00:00