Sadie Powell
|
4a6f4bc92f
|
Pull in the upstream changes from InspIRCd's vendoring tool.
|
2023-06-20 01:06:35 +01:00 |
|
Sadie Powell
|
1c30205af5
|
Also build the Windows dependencies in the CI.
|
2023-06-03 22:02:49 +01:00 |
|
Sadie Powell
|
9d0a6ddc67
|
Merge branch '2.0' into 2.1.
|
2023-06-03 21:51:07 +01:00 |
|
Adam
|
fbf3b34474
|
add gettext to conan deps
|
2023-06-02 23:01:27 -04:00 |
|
Adam
|
ce42810265
|
m_ldap: use Wldap on windows
|
2023-06-02 21:31:12 -04:00 |
|
Adam
|
07babdbd77
|
use Conan for extra's dependencies on Windows
conan install src\win32\conanfile.txt --build=missing
cmake -B build .
cmake --build build --config Release --target PACKAGE
|
2023-06-02 19:08:55 -04:00 |
|
Sadie Powell
|
fe3926f572
|
Mark as 2.0.14-git.
|
2023-06-01 23:12:08 +01:00 |
|
Sadie Powell
|
03eead042c
|
Release 2.0.13.
2.0.13
|
2023-06-01 23:12:07 +01:00 |
|
Sadie Powell
|
b1fff640dd
|
Update the changelogs.
|
2023-05-30 16:07:54 +01:00 |
|
Dragone2
|
f251ca6373
|
Small fixes to the Italian translation.
|
2023-05-29 21:33:59 +01:00 |
|
Adam
|
24a2c51003
|
CMakeLists.txt: remove -fno-delete-null-pointer-checks
|
2023-05-28 21:26:03 -04:00 |
|
Adam
|
66f37139cb
|
regchannels: remove dependency on no-delete-null-pointer-checks
|
2023-05-28 21:26:03 -04:00 |
|
Adam
|
0646547c9e
|
config: remove dependency on no-delete-null-pointer-checks
|
2023-05-28 21:25:59 -04:00 |
|
Sadie Powell
|
41206b991e
|
Fix not being able to log into oper accounts when DNS fails.
|
2023-05-11 13:05:39 +01:00 |
|
Sadie Powell
|
b7abfe5eca
|
Avoid returning null when a config tag does not exist.
This invokes undefined behaviour on modern compilers.
|
2023-05-04 19:21:02 +01:00 |
|
Hendrik Jäger
|
23e7f5bd33
|
update: german translation
|
2023-04-21 22:30:18 +01:00 |
|
Dragone2
|
df9dfeae95
|
Update the Italian translation.
Ref: #309
|
2023-04-04 16:59:59 +01:00 |
|
Sadie Powell
|
29db25dac7
|
Fix missing override keywords.
|
2023-03-13 13:52:56 +00:00 |
|
Sadie Powell
|
d210cd2695
|
Modernize finding system tools and remove checks for unused tools.
|
2023-03-13 13:52:56 +00:00 |
|
Sadie Powell
|
fc8e6ee338
|
Document the protocol module changes from a while ago.
|
2023-03-13 01:44:37 +00:00 |
|
henk84
|
e68a41a91e
|
Make language/update.sh safer, faster, cleaner.
Ref: #308
Co-authored-by: Hendrik Jäger <gitcommit@henk.geekmail.org>
|
2023-03-06 12:01:46 +00:00 |
|
henk84
|
26f846e112
|
Document how to update a translation.
Ref: #307
Co-authored-by: Hendrik Jäger <gitcommit@henk.geekmail.org>
|
2023-02-26 23:09:30 +00:00 |
|
henk84
|
f1fbe9e629
|
Update some german translations.
Ref: #306
Co-authored-by: Hendrik Jäger <gitcommit@henk.geekmail.org>
|
2023-02-26 23:05:28 +00:00 |
|
Sadie Powell
|
ebe3fd7e57
|
Merge branch '2.0' into 2.1.
|
2023-02-19 11:21:58 +00:00 |
|
Sadie Powell
|
1c9b34190e
|
Update the en_US translation.
|
2023-02-19 11:14:37 +00:00 |
|
Sadie Powell
|
a5d4aa5821
|
Remove line numbers from the translation files.
The translations are updated so infrequently that these always
change a bunch and it makes reading the diffs really hard.
|
2023-02-19 11:12:37 +00:00 |
|
Hendrik Jäger
|
9b583961b0
|
Update german translation
|
2023-02-18 21:48:53 +00:00 |
|
Bram Matthys
|
fef0cc1c29
|
unreal4: set vhost/vident during SASL
|
2023-02-09 16:05:50 +00:00 |
|
Sadie Powell
|
f0ad0b4f0a
|
Raise the default session limit from 3 to 5.
|
2023-02-06 17:12:35 +00:00 |
|
Sadie Powell
|
dc1d9c837b
|
Fix crashing when encountering an unterminated commented block.
|
2023-02-06 17:10:29 +00:00 |
|
Sadie Powell
|
885462d98e
|
Merge branch '2.0' into 2.1.
|
2022-12-31 22:11:19 +00:00 |
|
Sadie Powell
|
33a337dfc0
|
Update the copyright headers for 2023.
|
2022-12-31 22:08:50 +00:00 |
|
Sadie Powell
|
b64dc09bd2
|
Fix marking services pseudoclients as an oper on InspIRCd.
The bot user needs to be marked as introduced in order to send an
oper type.
|
2022-12-31 21:55:05 +00:00 |
|
Sadie Powell
|
6395107be6
|
Fix getting the port on non-UNIX socket listeners.
|
2022-12-27 10:21:40 +00:00 |
|
Sadie Powell
|
24b881c427
|
Update MODULE_INIT for modern MSVC+ versions.
|
2022-12-23 15:09:12 +00:00 |
|
Sadie Powell
|
28be881886
|
Backport anopesmtp removal from the master branch.
|
2022-12-23 14:21:34 +00:00 |
|
Sadie Powell
|
5bc560a743
|
Remove some unnecessary dependencies on the Linux CI.
|
2022-12-23 14:10:33 +00:00 |
|
Sadie Powell
|
fee60c8e06
|
The fantasy:name field is allowed to contain spaces.
|
2022-12-18 10:36:59 +00:00 |
|
Sadie Powell
|
3f867c1e11
|
Show the invalid config value in the rejection message.
|
2022-12-18 10:35:11 +00:00 |
|
Sadie Powell
|
b235da2e9c
|
Merge branch '2.0' into 2.1.
|
2022-12-17 16:18:09 +00:00 |
|
Sadie Powell
|
3f3062a077
|
Use <filesystem> instead of opendir/readdir/closedir.
|
2022-12-17 16:03:28 +00:00 |
|
dependabot[bot]
|
2f46739931
|
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-12-17 15:59:28 +00:00 |
|
Sadie Powell
|
6eec018c34
|
Allow Dependabot to keep our GitHub CI up to date.
|
2022-12-17 15:57:37 +00:00 |
|
Sadie Powell
|
8a8fb7725b
|
Use the native versions of inet_ntop/inet_pton on Windows.
|
2022-12-17 12:40:58 +00:00 |
|
Sadie Powell
|
f6e5e6a2b4
|
Add sockaddrs::str to stringify a sockaddrs properly.
Also clean up the socket code slightly.
|
2022-12-17 12:39:48 +00:00 |
|
Sadie Powell
|
dfdcd3021a
|
Add support for linking over UNIX sockets.
|
2022-12-17 11:50:38 +00:00 |
|
Sadie Powell
|
5fa3d8f929
|
Use emplace() instead of insert(std::make_pair()).
|
2022-12-09 16:50:29 +00:00 |
|
Sadie Powell
|
e78db21180
|
Mark as 2.0.13-git.
|
2022-12-09 08:33:02 +00:00 |
|
Sadie Powell
|
d4d2a4b4ce
|
Release 2.0.12.
2.0.12
|
2022-12-09 08:30:43 +00:00 |
|
Sadie Powell
|
e33b8d5f43
|
Update the changelogs.
|
2022-12-09 08:28:57 +00:00 |
|