index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vendor
Age
Commit message (
Collapse
)
Author
2020-02-13
Update the vendored http_parser library to v2.9.3.
Sadie Powell
2020-01-18
Add a function for showing a command whilst executing it.
Sadie Powell
2020-01-17
Add a tool for updating the vendored libaries.
Sadie Powell
2019-12-08
Replace our Windows getopt_long wrapper with ya_getopt.
Peter Powell
Closes #546.
2019-08-02
Update vendored utfcpp to v3.1.
Peter Powell
2019-04-25
Update vendored utfcpp library to commit ad27c7d5e0.
Peter Powell
2019-04-25
Update vendored http_parser library to v2.9.2.
Peter Powell
2019-03-14
Fix the link to the http_parser vendor page.
Peter Powell
2019-03-14
Update most URLs to use HTTPS and fix some dead links.
Robby
2019-01-05
Fix http_parser last updated date.
Peter Powell
2019-01-01
Update the vendored http_parser library to v1.3.
Peter Powell
2018-11-03
WebSocket: send messages as text by default.
Peter Powell
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-10-31
Fix the ordering of libraries in the vendor readme.
Peter Powell
2018-10-06
Use nodejs/http_parser instead of a homebrew parser.
edef
2018-10-04
Convert m_sha256 to use a vendored library instead of bundling.
Peter Powell
The require_compiler("GCC") directive is required to work around some GCCs ignoring the GCC pragma for disabling warnings.
2018-08-14
Convert m_bcrypt to use a vendored library instead of bundling.
Peter Powell