Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-01 | Release 2.0.13.2.0.13 | Sadie Powell | |
2023-05-30 | Update the changelogs. | Sadie Powell | |
2023-05-29 | Small fixes to the Italian translation. | Dragone2 | |
2023-05-28 | CMakeLists.txt: remove -fno-delete-null-pointer-checks | Adam | |
2023-05-28 | regchannels: remove dependency on no-delete-null-pointer-checks | Adam | |
2023-05-28 | config: remove dependency on no-delete-null-pointer-checks | Adam | |
2023-05-11 | Fix not being able to log into oper accounts when DNS fails. | Sadie Powell | |
2023-05-04 | Avoid returning null when a config tag does not exist. | Sadie Powell | |
This invokes undefined behaviour on modern compilers. | |||
2023-04-21 | update: german translation | Hendrik Jäger | |
2023-04-04 | Update the Italian translation. | Dragone2 | |
Ref: #309 | |||
2023-03-06 | Make language/update.sh safer, faster, cleaner. | henk84 | |
Ref: #308 Co-authored-by: Hendrik Jäger <gitcommit@henk.geekmail.org> | |||
2023-02-26 | Document how to update a translation. | henk84 | |
Ref: #307 Co-authored-by: Hendrik Jäger <gitcommit@henk.geekmail.org> | |||
2023-02-26 | Update some german translations. | henk84 | |
Ref: #306 Co-authored-by: Hendrik Jäger <gitcommit@henk.geekmail.org> | |||
2023-02-19 | Update the en_US translation. | Sadie Powell | |
2023-02-19 | Remove 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-18 | Update german translation | Hendrik Jäger | |
2023-02-09 | unreal4: set vhost/vident during SASL | Bram Matthys | |
2023-02-06 | Raise the default session limit from 3 to 5. | Sadie Powell | |
2023-02-06 | Fix crashing when encountering an unterminated commented block. | Sadie Powell | |
2022-12-31 | Update the copyright headers for 2023. | Sadie Powell | |
2022-12-31 | Fix 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-18 | The fantasy:name field is allowed to contain spaces. | Sadie Powell | |
2022-12-18 | Show the invalid config value in the rejection message. | Sadie Powell | |
2022-12-17 | Bump actions/checkout from 2 to 3 | dependabot[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-17 | Allow Dependabot to keep our GitHub CI up to date. | Sadie Powell | |
2022-12-09 | Mark as 2.0.13-git. | Sadie Powell | |
2022-12-09 | Release 2.0.12.2.0.12 | Sadie Powell | |
2022-12-09 | Update the changelogs. | Sadie Powell | |
2022-12-08 | Document `cs_no_expire` (#301). | PeGaSuS | |
2022-12-07 | Add a module that provides regex/pcre using PCRE2. | Sadie Powell | |
2022-09-29 | Update ircd-hybrid protocol module | miwob | |
* Add METADATA command handler which currently only allows to modify a client's certificate fingerprint * Minor reformatting and style inconsistency fixes | |||
2022-09-22 | Add the ability to confirm accounts via webcpanel after logging in. | Austin Ellis | |
2022-09-15 | Update 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-12 | Fix allowing spaces in some config fields that shouldn't contain them. | Sadie Powell | |
2022-09-12 | Bahamut now has support for halfops. | Sadie Powell | |
2022-08-10 | Fixe a typo in the Italian translation. | Dragone2 | |
Ref: #298 | |||
2022-07-27 | database: 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-04-22 | Release 2.0.11.2.0.11 | Sadie Powell | |
2022-04-21 | Update the changelogs. | Sadie Powell | |
2022-04-11 | Remove unnecessary ProcessModes call in unreal4. | Sadie Powell | |
This was made obsolete by the previous commit. | |||
2022-02-13 | Fix unsetting vhosts on unreal4 (#289). | PeGaSuS | |
2022-01-29 | Include the required modules in the example InspIRCd config. | Sadie Powell | |
2022-01-29 | Fix a grammar error in nickserv.example.conf. | Sadie Powell | |
2022-01-10 | Replace ICQ in the ns_set_misc examples with something not dead. | Sadie Powell | |
2022-01-10 | Add all extra modules to the gitignore to avoid adding their symlinks. | Sadie Powell | |
2022-01-10 | Avoid duplicate checks in irc2sql. | Sadie Powell | |
2022-01-10 | Fix ns_resetpass not returning a response for XMLRPC (#243) | Filippo Cortigiani | |
Co-authored-by: filippo nicola cortigiani <simos@H7-25.fritz.box> | |||
2022-01-10 | Multiple updates for unreal4 protocol (#285) | k4bek4be | |
* Parse PROTOCTL PREFIX and PROTOCTL USERMODES * Add several previously unhandled modes * Fix incorrect SJOIN prefix handling * Enable message tags sending from ircd * Add timedban matcher * Add operclass matcher * Store all client and channel moddata. * Call unreal's internal unban on /cs unban * Check for ~a:0 ban * Add country ban matcher * Use +B umode for services bots | |||
2022-01-09 | Use utf-8 encoding for outgoing email (#286) | k4bek4be | |
2022-01-09 | Add a "Network Service" (RPL_WHOISOPERATOR) line to WHOIS replies | k4be | |