summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-05-16Remove some unnecessary advice.Sadie Powell
2024-05-11Fix some untranslated strings in the Turkish translation.Sadie Powell
2024-05-11Store when the account name was registered in the NickCore.Sadie Powell
2024-05-11Merge branch '2.0' into 2.1.Sadie Powell
2024-05-11Ensure we are connected to MySQL before trying to escape data.Sadie Powell
2024-05-10Always use server-side topic and mode locks where available.Sadie Powell
2024-05-09Remove CanSVSLogout and implement logout support on Plexus.Sadie Powell
2024-05-09Require a reason when throwing an exception.Sadie Powell
2024-05-06Store an IP in CommandSource for IRC messages too.Sadie Powell
2024-05-06Change badpasslimit from int to unsigned int.Sadie Powell
2024-05-01Fix parsing backup client certificate fingerprints on InspIRCd.Sadie Powell
2024-05-01Add the ReplaceCert method to CertService.Sadie Powell
2024-05-01Simplify InspIRCd user metadata handler slightly.Sadie Powell
2024-05-01Automatically add client certificates to the cert list on register.Sadie Powell
2024-05-01Bump microsoft/setup-msbuild from 1.3 to 2dependabot[bot]
Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 1.3 to 2. - [Release notes](https://github.com/microsoft/setup-msbuild/releases) - [Changelog](https://github.com/microsoft/setup-msbuild/blob/main/building-release.md) - [Commits](https://github.com/microsoft/setup-msbuild/compare/v1.3...v2) --- updated-dependencies: - dependency-name: microsoft/setup-msbuild dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2024-05-01Bump for 2.1.6-git.Sadie Powell
2024-05-01Release 2.1.5.2.1.5Sadie Powell
2024-05-01Update the changelogs.Sadie Powell
2024-05-01Update the inspircd module for recent 1206 protocol changes.Sadie Powell
2024-04-29Merge branch '2.0' into 2.1.Sadie Powell
2024-04-29Skip serializing data without a type in db_flatfile.Sadie Powell
2024-04-28Fix message truncation in global/global and global/server.Sadie Powell
2024-04-15Only enable os_noop on IRCDs that actually have a SendSVSNOOP impl.Sadie Powell
2024-04-15Make SendChannel abstract.Sadie Powell
2024-04-15Install a systemd service file on Linux.Sadie Powell
2024-04-15Implement support for BIGLINES on UnrealIRCd.Sadie Powell
2024-04-15Bump Bahamut support to require 2.0 or newer.Sadie Powell
2024-04-15Fix some missing translations in the tr_TR translation.Sadie Powell
2024-04-15Update the Turkish translation for the changes in 2.1.4.Sadie Powell
Co-authored-by: CaPa CuL <capacul@gmail.com>
2024-04-15Avoid packaging unnecessary .lib files on Windows.Sadie Powell
[skip alpine ci] [skip ubuntu ci]
2024-04-15Automatically upload the Windows package on release.Sadie Powell
[skip alpine ci] [skip ubuntu ci]
2024-04-15Update the Windows CI to the latest Conan.Sadie Powell
2024-04-14Expand relative paths when installing.Sadie Powell
2024-04-14Avoid duplicate entries in ReplaceCert.Sadie Powell
2024-04-14Fix a typo in the example configs.Robert Scheck
2024-04-07Add more documentation for overriding confirmation codes.Sadie Powell
2024-04-05Add an operator privilege to allow overriding drop codes.Sadie Powell
Closes #392
2024-04-04Merge branch '2.0' into 2.1.Sadie Powell
2024-04-04Fix extracting timestamps from UnrealIRCd MODE messages.Sadie Powell
Oversight from commit 04e1a4f5c8c4172ca36dd79dfd0731f4aba873a5.
2024-04-04Remove the g prefix from git hashes.Sadie Powell
2024-04-04Log the services directory when chdiring to it.Sadie Powell
2024-04-02Fix erroring out when sendmailpath is empty.Sadie Powell
This has a default now.
2024-04-02Sync the build system directory names with the core.Sadie Powell
2024-04-02Use the paths from the build system instead of hardcoding them.Sadie Powell
2024-04-01Bump for 2.1.5-git.Sadie Powell
2024-04-01Release 2.1.4.2.1.4Sadie Powell
2024-03-31Fix some typos in the changelog.Sadie Powell
2024-03-31Add a default value for sendmailpath.Sadie Powell
2024-03-29Update the changelogs.Sadie Powell
2024-03-29Fix the default value of accessmax in cs_access.Sadie Powell