Sadie Powell
|
c72e12d0a6
|
Fix setting the history mode on UnrealIRCd.
Closes #406.
|
2024-05-22 15:08:13 +01:00 |
|
Sadie Powell
|
bce0d629fd
|
Fix another iterator invalidation issue.
|
2024-05-22 14:30:18 +01:00 |
|
Sadie Powell
|
7d0dacc86c
|
Change --modulesdir to be singular like the other config options.
|
2024-05-22 10:30:03 +01:00 |
|
Sadie Powell
|
729aa4ab4a
|
Fix parsing the flood mode on UnrealIRCd.
|
2024-05-18 18:36:17 +01:00 |
|
Sadie Powell
|
18e9e12261
|
Fix an iterator invalidation issue in cs_set and ns_set.
|
2024-05-18 16:35:35 +01:00 |
|
TehPeGaSuS
|
9d68b29c9e
|
Initial Portuguese retranslation.
|
2024-05-17 17:24:24 +01:00 |
|
Sadie Powell
|
a4792412ba
|
Merge branch '2.0' into 2.1.
|
2024-05-16 18:00:13 +01:00 |
|
Sadie Powell
|
8bb83f6b1a
|
Explicitly specify ROW_FORMAT=DYNAMIC when creating tables.
Resolves the issues some people were having with extremely wide rows.
|
2024-05-16 17:29:25 +01:00 |
|
Sadie Powell
|
da99a53dfa
|
Don't specify a width for DT_INT columns.
This isn't actually used by MySQL for the column width.
|
2024-05-16 17:28:15 +01:00 |
|
Sadie Powell
|
a9e9ac32a0
|
Store boolean extension items as DT_INT.
|
2024-05-16 17:28:15 +01:00 |
|
Sadie Powell
|
05e6df23a2
|
Mark boolean columns as DT_INT in bs_kick.
|
2024-05-16 16:50:41 +01:00 |
|
Sadie Powell
|
3f9fc23270
|
Remove some unnecessary advice.
|
2024-05-16 16:44:38 +01:00 |
|
Sadie Powell
|
cb21c7c1fa
|
Fix some untranslated strings in the Turkish translation.
|
2024-05-11 18:35:17 +01:00 |
|
Sadie Powell
|
4008e64f26
|
Store when the account name was registered in the NickCore.
|
2024-05-11 17:40:38 +01:00 |
|
Sadie Powell
|
1cf5918574
|
Merge branch '2.0' into 2.1.
|
2024-05-11 14:24:37 +01:00 |
|
Sadie Powell
|
afe87bf693
|
Ensure we are connected to MySQL before trying to escape data.
|
2024-05-11 11:36:29 +01:00 |
|
Sadie Powell
|
ff1c5adb8b
|
Always use server-side topic and mode locks where available.
|
2024-05-10 19:03:50 +01:00 |
|
Sadie Powell
|
c36030c826
|
Remove CanSVSLogout and implement logout support on Plexus.
|
2024-05-09 18:54:40 +01:00 |
|
Sadie Powell
|
33a02b1223
|
Require a reason when throwing an exception.
|
2024-05-09 18:37:16 +01:00 |
|
Sadie Powell
|
68f4556609
|
Store an IP in CommandSource for IRC messages too.
|
2024-05-06 17:08:37 +01:00 |
|
Sadie Powell
|
23db58a303
|
Change badpasslimit from int to unsigned int.
|
2024-05-06 16:42:13 +01:00 |
|
Sadie Powell
|
ee69dc3105
|
Fix parsing backup client certificate fingerprints on InspIRCd.
|
2024-05-01 21:21:19 +01:00 |
|
Sadie Powell
|
e9243c3fde
|
Add the ReplaceCert method to CertService.
|
2024-05-01 21:20:31 +01:00 |
|
Sadie Powell
|
4cfee23303
|
Simplify InspIRCd user metadata handler slightly.
|
2024-05-01 20:20:47 +01:00 |
|
Sadie Powell
|
be3822523b
|
Automatically add client certificates to the cert list on register.
|
2024-05-01 17:23:10 +01:00 |
|
dependabot[bot]
|
111f81aa95
|
Bump microsoft/setup-msbuild from 1.3 to 2
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-01 17:20:06 +01:00 |
|
Sadie Powell
|
f12e1ad222
|
Bump for 2.1.6-git.
|
2024-05-01 14:37:06 +01:00 |
|
Sadie Powell
|
72318a6bf0
|
Release 2.1.5.
2.1.5
|
2024-05-01 14:16:09 +01:00 |
|
Sadie Powell
|
2f77cb38e2
|
Update the changelogs.
|
2024-05-01 14:15:17 +01:00 |
|
Sadie Powell
|
84ca4c0d27
|
Update the inspircd module for recent 1206 protocol changes.
|
2024-05-01 14:03:11 +01:00 |
|
Sadie Powell
|
1f9a197b18
|
Merge branch '2.0' into 2.1.
|
2024-04-29 08:36:23 +01:00 |
|
Sadie Powell
|
0c5bf51378
|
Skip serializing data without a type in db_flatfile.
|
2024-04-29 08:16:45 +01:00 |
|
Sadie Powell
|
1647968c50
|
Fix message truncation in global/global and global/server.
|
2024-04-28 08:52:16 +01:00 |
|
Sadie Powell
|
5473311bd7
|
Only enable os_noop on IRCDs that actually have a SendSVSNOOP impl.
|
2024-04-15 21:08:40 +01:00 |
|
Sadie Powell
|
f3ebb67469
|
Make SendChannel abstract.
|
2024-04-15 21:00:10 +01:00 |
|
Sadie Powell
|
0d149ce195
|
Install a systemd service file on Linux.
|
2024-04-15 20:29:57 +01:00 |
|
Sadie Powell
|
d68ba1b570
|
Implement support for BIGLINES on UnrealIRCd.
|
2024-04-15 20:05:43 +01:00 |
|
Sadie Powell
|
1877833e73
|
Bump Bahamut support to require 2.0 or newer.
|
2024-04-15 18:29:36 +01:00 |
|
Sadie Powell
|
63c3710785
|
Fix some missing translations in the tr_TR translation.
|
2024-04-15 15:32:19 +01:00 |
|
Sadie Powell
|
0043d137e5
|
Update the Turkish translation for the changes in 2.1.4.
Co-authored-by: CaPa CuL <capacul@gmail.com>
|
2024-04-15 15:26:55 +01:00 |
|
Sadie Powell
|
3e5d3c5bdc
|
Avoid packaging unnecessary .lib files on Windows.
[skip alpine ci]
[skip ubuntu ci]
|
2024-04-15 12:41:56 +01:00 |
|
Sadie Powell
|
62deedfa75
|
Automatically upload the Windows package on release.
[skip alpine ci]
[skip ubuntu ci]
|
2024-04-15 11:57:40 +01:00 |
|
Sadie Powell
|
44af4eac6b
|
Update the Windows CI to the latest Conan.
|
2024-04-15 11:11:40 +01:00 |
|
Sadie Powell
|
5fdc637327
|
Expand relative paths when installing.
|
2024-04-14 12:23:19 +01:00 |
|
Sadie Powell
|
7c93007aa6
|
Avoid duplicate entries in ReplaceCert.
|
2024-04-14 12:23:19 +01:00 |
|
Robert Scheck
|
e8fee93a7e
|
Fix a typo in the example configs.
|
2024-04-14 09:21:50 +01:00 |
|
Sadie Powell
|
260539e987
|
Add more documentation for overriding confirmation codes.
|
2024-04-07 15:52:24 +01:00 |
|
Sadie Powell
|
4603cd467b
|
Add an operator privilege to allow overriding drop codes.
Closes #392
|
2024-04-05 14:14:10 +01:00 |
|
Sadie Powell
|
00549bc9b2
|
Merge branch '2.0' into 2.1.
|
2024-04-04 19:59:19 +01:00 |
|
Sadie Powell
|
e0a6f7456b
|
Fix extracting timestamps from UnrealIRCd MODE messages.
Oversight from commit 04e1a4f5c8.
|
2024-04-04 19:48:34 +01:00 |
|