| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release v4.5.0. v4.5.0 | 2025-01-04 | 2 | -2/+2 | |
| * | Update copyright headers. | 2025-01-04 | 9 | -6/+9 | |
| * | Update author list. | 2025-01-04 | 1 | -1/+3 | |
| * | Cache RPL_CREATED and improve the format slightly. | 2024-12-28 | 1 | -1/+5 | |
| * | Update the vendored libraries. | 2024-12-28 | 15 | -4088/+3658 | |
| * | Merge branch 'insp3' into insp4. | 2024-12-27 | 0 | -0/+0 | |
| |\ | |||||
| | * | Release v3.18.0. v3.18.0 | 2024-12-27 | 2 | -2/+2 | |
| * | | Merge branch 'insp3' into insp4. | 2024-12-23 | 1 | -1/+1 | |
| |\| | |||||
| | * | Silence a compiler error on Alpine. | 2024-12-23 | 1 | -1/+1 | |
| | * | Update the Windows dependencies. | 2024-12-23 | 2 | -4/+4 | |
| | * | Update vendored libraries. | 2024-12-23 | 3 | -8/+8 | |
| | * | Backport support for the IRCv3 websocket subprotocols. | 2024-11-07 | 1 | -2/+5 | |
| * | | Fix matching acting extbans when multiple extbans are set. | 2024-12-23 | 1 | -1/+4 | |
| * | | Update the checklist in the pull request template. | 2024-12-19 | 1 | -4/+5 | |
| * | | Optimized WHO command•••On our server hosting 150K users we noticed that the WHO command was high on the perf capture profile and on closer inspection we noticed that the majority of users do not have the invisible mode set. Since IsModeSet is a small inline function that does an array lookup we were able to reduce server load by calling IsModeSet first to short-circuit the comparatively expensive SharesChannelWith call. | 2024-12-19 | 1 | -1/+1 | |
| * | | Optimized membership lookup for large servers•••On our server hosting 150K users we noticed that std::map lookups for user membership were high on the profile. Since there seemed to be no ordered iteration needed we were able to shave a few % off of the profile by changing this to a std::unordered_map | 2024-12-19 | 1 | -1/+1 | |
| * | | Allow explicitly disabling the ojoin/operprefix prefix characters. | 2024-12-10 | 2 | -2/+2 | |
| * | | Write the pid file earlier to avoid a crash.•••{fmt} gets angry if we try to write to a closed stdout. | 2024-12-10 | 1 | -1/+3 | |
| * | | Update utfcpp. | 2024-12-10 | 3 | -8/+8 | |
| * | | Clear the pgsql output vector before adding new values. | 2024-12-05 | 1 | -1/+2 | |
| * | | Fix some compiler warnings when building on Haiku. | 2024-12-01 | 2 | -4/+4 | |
| * | | Add a command for rehashing TLS profiles to the helper script. | 2024-11-27 | 1 | -2/+14 | |
| * | | Fix stripping adjacent formatting codes. | 2024-11-27 | 1 | -0/+2 | |
| * | | Add a link to the TLS tutorial to the error about building with•••TLS support. | 2024-11-25 | 1 | -2/+4 | |
| * | | Use the official name of the Windows release we support. | 2024-11-24 | 1 | -1/+1 | |
| * | | Revert "Speed up the Windows build with precompiled headers".•••This reverts commit 179bccb0c7031786f90cb3af0c00c247025bdc83. | 2024-11-23 | 2 | -10/+0 | |
| * | | Speed up the Windows build with precompiled headers.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] | 2024-11-14 | 2 | -0/+10 | |
| * | | Fix the initialisation of accept_filter_arg.•••[skip alpine ci] [skip irctest ci] [skip ubuntu ci] [skip windows ci] | 2024-11-12 | 1 | -1/+2 | |
| * | | Avoid repeating the network name in whois. | 2024-11-05 | 2 | -2/+2 | |
| * | | LLVM-GCC is long dead we don't need to mention it in the readme. | 2024-11-05 | 1 | -1/+1 | |
| * | | Convert the issue templates to YAML.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] [skip windows ci] | 2024-11-04 | 5 | -70/+68 | |
| * | | Merge branch 'insp3' into insp4. | 2024-11-03 | 1 | -2/+2 | |
| |\| | |||||
| | * | Update irctest. | 2024-11-03 | 1 | -1/+1 | |
| * | | Release v4.4.0. v4.4.0 | 2024-11-02 | 2 | -2/+2 | |
| * | | Update copyright headers. | 2024-11-02 | 24 | -25/+24 | |
| * | | Update author list. | 2024-11-02 | 1 | -1/+1 | |
| * | | Use fmtlib instead of iostream in ConvToStr where available. | 2024-11-01 | 1 | -1/+10 | |
| * | | Add support for regex flags to the filter module. | 2024-10-29 | 2 | -4/+30 | |
| * | | Update the Windows packages.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] | 2024-10-26 | 2 | -3/+3 | |
| * | | All core numerics should be in numeric.h not in .cpp files. | 2024-10-26 | 4 | -26/+9 | |
| * | | Skip ciphersuites that don't have any users. | 2024-10-25 | 1 | -0/+3 | |
| * | | Add a stats character to sslinfo for viewing ciphersuite info. | 2024-10-22 | 1 | -2/+42 | |
| * | | Merge branch 'insp3' into insp4. | 2024-10-17 | 13 | -29/+20 | |
| |\| | |||||
| | * | Tell people to connect to Teranova directly instead of our alias. | 2024-10-13 | 13 | -17/+17 | |
| | * | Resynchronise our copy of the GPLv2 with the latest FSF copy. | 2024-10-13 | 1 | -13/+4 | |
| * | | Add support for extbans without letters. | 2024-10-16 | 3 | -15/+26 | |
| * | | Allow ConfigTag::getCharacter to return NUL for an empty field. | 2024-10-16 | 2 | -3/+6 | |
| * | | Also match account bans against grouped nicknames. | 2024-10-16 | 1 | -1/+11 | |
| * | | Add text replies for DNSBL responses.•••Closes #1243. | 2024-10-13 | 4 | -4/+135 | |
| * | | Fix the indentation of <options:xlinequit>. | 2024-10-11 | 1 | -13/+13 | |
