| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update fmtlib. | 2025-02-26 | 10 | -91/+119 | |
| * | Update the vendored libraries. | 2024-12-28 | 15 | -4088/+3658 | |
| * | Update utfcpp. | 2024-12-10 | 3 | -8/+8 | |
| * | Update the vendored libraries. | 2024-08-03 | 5 | -55/+103 | |
| * | Update the vendored dependencies. | 2024-07-14 | 4 | -27/+61 | |
| * | Update the vendored dependencies. | 2024-07-02 | 15 | -4711/+5338 | |
| * | Update vendored libraries. | 2024-01-09 | 14 | -627/+878 | |
| * | Update vendored dependencies. | 2023-12-16 | 14 | -1171/+871 | |
| * | Merge branch 'insp3' into master. | 2023-12-14 | 3 | -81/+216 | |
| |\ | |||||
| | * | Update the vendored libraries. | 2023-11-16 | 3 | -81/+216 | |
| * | | Remove rang and use fmtlib for printing coloured messages.•••This supports more platforms (e.g. Haiku) and is actually still maintained unlike the former. All of this code should really be cleaned up for release (maybe by adding something like Anope's LOG_CONSOLE) but for now I've just replaced it with the fmtlib equivalent. | 2023-07-12 | 4 | -543/+0 | |
| * | | Update vendored fmtlib. | 2023-06-25 | 15 | -2133/+2611 | |
| * | | Merge branch 'insp3' into master. | 2023-02-22 | 5 | -16/+39 | |
| |\| | |||||
| | * | Switch to the Debian fork of the now-obsolete http_parser library.•••We should look to switching to its replacement (llhttp) in v4. | 2023-02-21 | 4 | -16/+33 | |
| | * | Allow applying patches to vendored libraries. | 2023-02-21 | 1 | -0/+6 | |
| | * | Backport the changes to the vendoring tool from master. | 2023-02-21 | 1 | -1/+3 | |
| * | | Replace InspIRCd::Format with fmt::format. | 2023-01-23 | 1 | -1/+1 | |
| * | | Vendor the fmtlib library. | 2023-01-23 | 17 | -0/+15396 | |
| * | | Merge branch 'insp3' into master. | 2023-01-01 | 3 | -19/+51 | |
| |\| | |||||
| | * | Update vendored dependencies. | 2022-12-30 | 3 | -19/+51 | |
| * | | Update the vendored libraries. | 2022-11-16 | 4 | -125/+128 | |
| * | | Replace getopt/ya_getopt with Lyra. | 2022-04-30 | 6 | -411/+4449 | |
| * | | Replace the inlined MD5 implementation with a vendored one. | 2022-01-31 | 5 | -0/+364 | |
| * | | Merge branch 'insp3' into master. | 2022-01-31 | 4 | -3/+69 | |
| |\| | |||||
| | * | Include the upstream license files for vendored libraries. | 2022-01-31 | 3 | -2/+44 | |
| * | | Replace consolecolors with a vendored library.•••This library supports much more than consolecolors including the Windows 8 console API. | 2022-01-26 | 3 | -0/+519 | |
| * | | Merge branch 'insp3' into master. | 2021-08-28 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update vendored dependencies. | 2021-08-27 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-05-11 | 7 | -473/+3 | |
| |\| | |||||
| | * | Only vendor the bits of utfcpp that we actually use. | 2021-05-05 | 7 | -473/+3 | |
| * | | Require Perl 5.26 in the build system.•••This version is supported by all major systems that ship the C++17 compilers required by the v4 branch. | 2021-02-28 | 1 | -1/+1 | |
| |/ | |||||
| * | Migrate some stuff away from print_format. | 2021-01-27 | 1 | -1/+1 | |
| * | Fix unnecessary begin blocks in Perl source files. | 2021-01-25 | 1 | -9/+1 | |
| * | Update vendored libraries. | 2020-10-30 | 3 | -9/+9 | |
| * | Unvendor optional-lite.•••The use for this never actually materialised in v3. | 2020-10-01 | 3 | -1716/+0 | |
| * | Update vendored dependencies and fix update tool for Perl changes. | 2020-07-30 | 6 | -14/+41 | |
| * | Vendor the optional-lite library. | 2020-04-05 | 3 | -0/+1716 | |
| * | Update the http_parser library to v2.9.4. | 2020-04-05 | 3 | -12/+16 | |
| * | Update the vendored http_parser library to v2.9.3. | 2020-02-13 | 3 | -12/+82 | |
| * | Add a function for showing a command whilst executing it. | 2020-01-18 | 1 | -4/+4 | |
| * | Add a tool for updating the vendored libaries. | 2020-01-17 | 3 | -13/+153 | |
| * | Replace our Windows getopt_long wrapper with ya_getopt.•••Closes #546. | 2019-12-08 | 3 | -0/+405 | |
| * | Update vendored utfcpp to v3.1. | 2019-08-02 | 2 | -2/+42 | |
| * | Update vendored utfcpp library to commit ad27c7d5e0. | 2019-04-25 | 6 | -49/+143 | |
| * | Update vendored http_parser library to v2.9.2. | 2019-04-25 | 3 | -25/+22 | |
| * | Fix the link to the http_parser vendor page. | 2019-03-14 | 1 | -1/+1 | |
| * | Update most URLs to use HTTPS and fix some dead links. | 2019-03-14 | 1 | -1/+1 | |
| * | Fix http_parser last updated date. | 2019-01-05 | 1 | -1/+1 | |
| * | Update the vendored http_parser library to v1.3. | 2019-01-01 | 3 | -17/+59 | |
| * | WebSocket: send messages as text by default.•••This requires all messages to be UTF-8. If you are using a UTF-8 incompatible text encoding then you can disable this by setting <websocket:sendastext> to false. | 2018-11-03 | 5 | -0/+931 | |
