Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-05-19 | Auth SSL Fixes | x12xx12x | 1 | -0/+11 | |
- Fixed Login Breaking bug - Auth and MojangAPI now use UrlClient - fixed bug in UrlClient where one letter was missing in the HTTP Header - added function to verify Urls from config files and error handling on bad Urls in config for Auth | |||||
2023-05-16 | Removed all Printf-family functions from StringUtils. | Mattes D | 1 | -1/+1 | |
Replaced them with fmt::format calls, including changes to the format strings. Also changed the format strings to use FMT_STRING, so that the format is checked compile-time against the arguments. Also fixed code-style violations already present in the code. | |||||
2016-03-01 | Renamed HTTPServer folder to HTTP. | Mattes D | 1 | -0/+0 | |
It contains client code as well. | |||||
2015-12-25 | Added the cUrlParser class, exported to Lua API. | Mattes D | 1 | -0/+200 | |