summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2024-01-04Release 2.1.1.2.1.1Sadie Powell
2024-01-04Update the changelog.Sadie Powell
2024-01-04Fix a typo in GetCommandLineArgument.Sadie Powell
2024-01-01Fix a copy/paste error in the default channel settings.Sadie Powell
2023-12-27Remove unused strings from pl_PLk4be
2023-12-27Update pl_PL translation for 2.1k4be
2023-12-22Move privilege descriptions to the example configs.Sadie Powell
2023-12-21Remove an extraneous space in cs_xop.Sadie Powell
2023-12-21Updates Italian translations for Anope 2.1Dragone2
2023-12-20Merge branch '2.0' into 2.1.Sadie Powell
2023-12-19Tweak the issue templates slightly.Sadie Powell
2023-12-17Misc grammar fixes.Sadie Powell
2023-12-17Add the regex_stdlib regular expression engine.Sadie Powell
Unlike other regular expression engines this is available on all systems.
2023-12-17Merge branch '2.0' into 2.1.Sadie Powell
2023-12-17Remove some unnecessary spaces that break editor indentation.Sadie Powell
2023-12-17Remove the m_regex_pcre module.Sadie Powell
Users should migrate to m_regex_pcre2 instead.