summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-06-10Fix a crash in ns_cert.Sadie Powell
2024-06-07Rename example.chk to cron.example.sh.TehPeGaSuS
2024-06-07Fix a memory leak in os_akill and os_sxline.Sadie Powell
2024-06-07Add nullability attributes to the module events.Sadie Powell
2024-06-04Log a user out fully when their nick gets suspended.Sadie Powell
Closes #409.
2024-06-03Fix an inverted if in the global odule.Sadie Powell
2024-06-03Avoid NickAlias lookups by storing a pointer in the NickCore.Sadie Powell
2024-06-03Fix a null pointer dereference in the sasl module.Sadie Powell
2024-06-01Bump for 2.1.7-git.Sadie Powell
2024-06-01Release 2.1.6.2.1.6Sadie Powell
2024-06-01Document the previous commit.Sadie Powell
2024-05-28Fix creating the runtime directory on Windows.Sadie Powell
2024-05-23Update the change logs.Sadie Powell
2024-05-23Clarify that one non-deprecated protocol module must be loaded.Sadie Powell
2024-05-22Fix setting the history mode on UnrealIRCd.Sadie Powell
Closes #406.
2024-05-22Fix another iterator invalidation issue.Sadie Powell
2024-05-22Change --modulesdir to be singular like the other config options.Sadie Powell
2024-05-18Fix parsing the flood mode on UnrealIRCd.Sadie Powell
2024-05-18Fix an iterator invalidation issue in cs_set and ns_set.Sadie Powell
2024-05-17Initial Portuguese retranslation.TehPeGaSuS
2024-05-16Merge branch '2.0' into 2.1.Sadie Powell
2024-05-16Explicitly specify ROW_FORMAT=DYNAMIC when creating tables.Sadie Powell
Resolves the issues some people were having with extremely wide rows.
2024-05-16Don't specify a width for DT_INT columns.Sadie Powell
This isn't actually used by MySQL for the column width.
2024-05-16Store boolean extension items as DT_INT.Sadie Powell
2024-05-16Mark boolean columns as DT_INT in bs_kick.Sadie Powell
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