aboutsummaryrefslogtreecommitdiff
path: root/vendor
Commit message (Expand)AuthorAgeFilesLines
* Update vendored libraries.Gravatar Sadie Powell2024-01-0914-627/+878
* Update vendored dependencies.Gravatar Sadie Powell2023-12-1614-1171/+871
* Merge branch 'insp3' into master.Gravatar Sadie Powell2023-12-143-81/+216
|\
| * Update the vendored libraries.Gravatar Sadie Powell2023-11-163-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. Gravatar Sadie Powell2023-07-124-543/+0
* | Update vendored fmtlib.Gravatar Sadie Powell2023-06-2515-2133/+2611
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-02-225-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. Gravatar Sadie Powell2023-02-214-16/+33
| * Allow applying patches to vendored libraries.Gravatar Sadie Powell2023-02-211-0/+6
| * Backport the changes to the vendoring tool from master.Gravatar Sadie Powell2023-02-211-1/+3
* | Replace InspIRCd::Format with fmt::format.Gravatar Sadie Powell2023-01-231-1/+1
* | Vendor the fmtlib library.Gravatar Sadie Powell2023-01-2317-0/+15396
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-01-013-19/+51
|\|
| * Update vendored dependencies.Gravatar Sadie Powell2022-12-303-19/+51
* | Update the vendored libraries.Gravatar Sadie Powell2022-11-164-125/+128
* | Replace getopt/ya_getopt with Lyra.Gravatar Sadie Powell2022-04-306-411/+4449
* | Replace the inlined MD5 implementation with a vendored one.Gravatar Sadie Powell2022-01-315-0/+364
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-01-314-3/+69
|\|
| * Include the upstream license files for vendored libraries.Gravatar Sadie Powell2022-01-313-2/+44
* | Replace consolecolors with a vendored library.•••This library supports much more than consolecolors including the Windows 8 console API. Gravatar Sadie Powell2022-01-263-0/+519
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-08-281-1/+1
|\|
| * Update vendored dependencies.Gravatar Sadie Powell2021-08-271-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-05-117-473/+3
|\|
| * Only vendor the bits of utfcpp that we actually use.Gravatar Sadie Powell2021-05-057-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. Gravatar Sadie Powell2021-02-281-1/+1
|/
* Migrate some stuff away from print_format.Gravatar Sadie Powell2021-01-271-1/+1
* Fix unnecessary begin blocks in Perl source files.Gravatar Sadie Powell2021-01-251-9/+1
* Update vendored libraries.Gravatar Sadie Powell2020-10-303-9/+9
* Unvendor optional-lite.•••The use for this never actually materialised in v3. Gravatar Sadie Powell2020-10-013-1716/+0
* Update vendored dependencies and fix update tool for Perl changes.Gravatar Sadie Powell2020-07-306-14/+41
* Vendor the optional-lite library.Gravatar Sadie Powell2020-04-053-0/+1716
* Update the http_parser library to v2.9.4.Gravatar Sadie Powell2020-04-053-12/+16
* Update the vendored http_parser library to v2.9.3.Gravatar Sadie Powell2020-02-133-12/+82
* Add a function for showing a command whilst executing it.Gravatar Sadie Powell2020-01-181-4/+4
* Add a tool for updating the vendored libaries.Gravatar Sadie Powell2020-01-173-13/+153
* Replace our Windows getopt_long wrapper with ya_getopt.•••Closes #546. Gravatar Peter Powell2019-12-083-0/+405
* Update vendored utfcpp to v3.1.Gravatar Peter Powell2019-08-022-2/+42
* Update vendored utfcpp library to commit ad27c7d5e0.Gravatar Peter Powell2019-04-256-49/+143
* Update vendored http_parser library to v2.9.2.Gravatar Peter Powell2019-04-253-25/+22
* Fix the link to the http_parser vendor page.Gravatar Peter Powell2019-03-141-1/+1
* Update most URLs to use HTTPS and fix some dead links.Gravatar Robby2019-03-141-1/+1
* Fix http_parser last updated date.Gravatar Peter Powell2019-01-051-1/+1
* Update the vendored http_parser library to v1.3.Gravatar Peter Powell2019-01-013-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. Gravatar Peter Powell2018-11-035-0/+931
* Fix the ordering of libraries in the vendor readme.Gravatar Peter Powell2018-10-311-10/+10
* Use nodejs/http_parser instead of a homebrew parser.Gravatar edef2018-10-063-0/+2908
* Convert m_sha256 to use a vendored library instead of bundling.•••The require_compiler("GCC") directive is required to work around some GCCs ignoring the GCC pragma for disabling warnings. Gravatar Peter Powell2018-10-043-1/+1068
* Convert m_bcrypt to use a vendored library instead of bundling.Gravatar Peter Powell2018-08-143-0/+947