summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-02-19Update the en_US translation.Sadie Powell
2023-02-19Remove line numbers from the translation files.Sadie Powell
The translations are updated so infrequently that these always change a bunch and it makes reading the diffs really hard.
2023-02-18Update german translationHendrik Jäger
2023-02-09unreal4: set vhost/vident during SASLBram Matthys
2023-02-06Raise the default session limit from 3 to 5.Sadie Powell
2023-02-06Fix crashing when encountering an unterminated commented block.Sadie Powell
2022-12-31Merge branch '2.0' into 2.1.Sadie Powell
2022-12-31Update the copyright headers for 2023.Sadie Powell
2022-12-31Fix marking services pseudoclients as an oper on InspIRCd.Sadie Powell
The bot user needs to be marked as introduced in order to send an oper type.
2022-12-27Fix getting the port on non-UNIX socket listeners.Sadie Powell
2022-12-23Update MODULE_INIT for modern MSVC+ versions.Sadie Powell
2022-12-23Backport anopesmtp removal from the master branch.Sadie Powell
2022-12-23Remove some unnecessary dependencies on the Linux CI.Sadie Powell
2022-12-18The fantasy:name field is allowed to contain spaces.Sadie Powell
2022-12-18Show the invalid config value in the rejection message.Sadie Powell
2022-12-17Merge branch '2.0' into 2.1.Sadie Powell
2022-12-17Use <filesystem> instead of opendir/readdir/closedir.Sadie Powell
2022-12-17Bump actions/checkout from 2 to 3dependabot[bot]
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-17Allow Dependabot to keep our GitHub CI up to date.Sadie Powell
2022-12-17Use the native versions of inet_ntop/inet_pton on Windows.Sadie Powell
2022-12-17Add sockaddrs::str to stringify a sockaddrs properly.Sadie Powell
Also clean up the socket code slightly.
2022-12-17Add support for linking over UNIX sockets.Sadie Powell
2022-12-09Use emplace() instead of insert(std::make_pair()).Sadie Powell
2022-12-09Mark as 2.0.13-git.Sadie Powell
2022-12-09Release 2.0.12.2.0.12Sadie Powell
2022-12-09Update the changelogs.Sadie Powell
2022-12-08Document `cs_no_expire` (#301).PeGaSuS
2022-12-07Merge branch '2.0' into 2.1.Sadie Powell
2022-12-07Add a module that provides regex/pcre using PCRE2.Sadie Powell
2022-10-22Import InspIRCd's vendoring tool and use it to vendor crypt_blowfish.Sadie Powell
2022-09-29Update ircd-hybrid protocol modulemiwob
* Add METADATA command handler which currently only allows to modify a client's certificate fingerprint * Minor reformatting and style inconsistency fixes
2022-09-22Add the ability to confirm accounts via webcpanel after logging in.Austin Ellis
2022-09-15Merge branch '2.0' into 2.1.Sadie Powell
2022-09-15Update hybrid protocol module to improve compatibility with the latest ↵miwob
ircd-hybrid release. * Remove support for deprecated channel mode `u` * Add support for channel mode `N` * Fixed the `UID` message handler requiring the correct amount of arguments * Fixed the `SID` message handler requiring the correct amount of arguments * Fixed the `SJOIN` message handler requiring the correct amount of arguments * Minor documentation updates and style corrections * Remove pointless return statement in the `JOIN` message handler * Add support for the owner and admin channel prefix modes * Add support for `MLOCK` * Fixed SendChannel() so modes are prefixed with a `+` * Change SendJoin() to actually use the mode stacker * Add support for channel mode `Q` * Add support for channel mode `Z` * Add support for user mode `B` and `Z` * Actually user mode `g` is not oper only. For some reason this mode got set to oper only in anope/anope@1e625b6 * Work properly with extended bans, e.g. don't normalize masks starting with a `$`
2022-09-12Fix allowing spaces in some config fields that shouldn't contain them.Sadie Powell
2022-09-12Bahamut now has support for halfops.Sadie Powell
2022-08-10Fixe a typo in the Italian translation.Dragone2
Ref: #298
2022-07-27database: write to temporary file and rename.Michael Stapelberg
This decreases the likelihood of ending up with a zero-byte (or missing) anope.db. Co-authored-by: Michael Stapelberg <michael@robustirc.net>
2022-05-01Build the installer package on Windows CI.Sadie Powell
2022-04-22Merge branch '2.0' into 2.1.Sadie Powell
2022-04-22Release 2.0.11.2.0.11Sadie Powell
2022-04-21Update the changelogs.Sadie Powell
2022-04-11Remove unnecessary ProcessModes call in unreal4.Sadie Powell
This was made obsolete by the previous commit.
2022-03-01Use windows-2019 for Windows builds.Sadie Powell
2022-03-01Remove TR1 compatibility layer.Sadie Powell
This isn't necessary now we use C++17.
2022-03-01Use noexcept instead of an empty exception specifier.Sadie Powell
2022-02-13Fix unsetting vhosts on unreal4 (#289).PeGaSuS
2022-02-05Default synconset and syncongroup to on.Sadie Powell
2022-02-05Merge branch '2.0' into 2.1.Sadie Powell
2022-01-29Include the required modules in the example InspIRCd config.Sadie Powell