summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-30Remove various references to old versions.Sadie Powell
2024-01-24Fix Clang and GCC disagreeing about whether a move is needed.Sadie Powell
2024-01-24Add a CI workflow for Alpine.Sadie Powell
2024-01-24Merge branch '2.0' into 2.1.Sadie Powell
2024-01-24Backport CI changes from the 2.1 branch.Sadie Powell
2024-01-24Shuffle modules around a bit.Sadie Powell
2024-01-24Rename several modules to remove the m_ prefix.Sadie Powell
2024-01-23Mark types that have no inheritors as final.Sadie Powell
2024-01-23Improve the layout of types that inherit from another type.Sadie Powell
2024-01-23Fix some CoreExport types that should be DllExport.Sadie Powell
2024-01-22Mark all exception types as CoreExport.Sadie Powell
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-22Update the Turkish translation for the changes in 2.1 git.Sadie Powell
Co-authored-by: CaPa CuL <capacul@gmail.com>
2024-01-22Merge branch '2.0' into 2.1.Sadie Powell
2024-01-22Add a new Turkish translation contributed by CaPa CuL.Sadie Powell
Co-authored-by: CaPa CuL <capacul@gmail.com>
2024-01-22Fix typoVictor Coss
2024-01-11Fix some module names that were missed in commit 4056af00e3.Sadie Powell
2024-01-10Fix an oversight in build_subdir.Sadie Powell
2024-01-10Parse InspIRCd module names in a way which is 1206 compatible.Sadie Powell
2024-01-10Add a wrapper for std::string::compare to Anope::string.Sadie Powell
2024-01-09Update the changelogs.Sadie Powell
2024-01-09Always build the stats modules.Sadie Powell
These have no external dependencies so it makes no sense to not always build them.
2024-01-09Bump the minimum OpenSSL version to 1.1.Sadie Powell
2024-01-09Always disable SSLv3 support, allow disabling TLSv1.[012].Sadie Powell
2024-01-09Drop support for ancient versions of GnuTLS.Sadie Powell
2024-01-09Update the default SSL filenames to use the Certbot names.Sadie Powell
2024-01-09Use native file extensions on macOS and Windows.Sadie Powell
2024-01-09Put modules into their own folder on Windows.Sadie Powell
2024-01-08Add a string overload of Channel::Kick.Sadie Powell
2024-01-08Add a string overload of User::SetModes.Sadie Powell
2024-01-08Add a string overload of Channel::SetModes.Sadie Powell
2024-01-08Bump the up to date languages for the recent format changes.Sadie Powell
2024-01-08Fix various format string issues.Sadie Powell
2024-01-08Add a non-formatting overload of User::SetModesInternal.Sadie Powell
2024-01-08Mark format strings with the GNU printf attribute.Sadie Powell
2024-01-06fr_FR: Generalize gender-neutral grammarValentin Lorentz
'(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-06Fix an oversight in the mysql module.Sadie Powell
2024-01-06Fix a sign conversion issue in the mysql module.Sadie Powell
2024-01-06Use auto in places where the type is unambiguous.Sadie Powell
2024-01-06Add missing whitespace in multi-line commentRobert Scheck
2024-01-05Update translations for the recent services case fix.Sadie Powell
2024-01-05Fix inconsistent capitalization of 'services'.Val Lorentz
2024-01-05Fix a translation string and enable translations on CI.Sadie Powell
2024-01-05fr_FR: msgmerge + update fuzzy strings.Val Lorentz
2024-01-05Add an alias for chanserv/status for the name used by Atheme.Sadie Powell
Closes #336.
2024-01-05Merge branch '2.0' into 2.1.Sadie Powell
2024-01-05fr_FR: Update fuzzy stringsVal Lorentz
2024-01-05fr_FR: Fix trailing spacesValentin Lorentz
2024-01-05Use normal exit codes when exiting the process.Sadie Powell
2024-01-04Update the copyright headers for 2024.Sadie Powell
2024-01-04Bump for 2.1.2-git.Sadie Powell