Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-30 | Fix base64 validation and add unittests (#10515) | Lars Müller | |
Implement proper padding character checks | |||
2020-07-29 | decode_base64: Allow '=' padding character | SmallJoker | |
'=' is a valid character, but minetest.decode_base64 returned nil when it was used for padding. | |||
2017-08-19 | Code modernization: subfolders (#6283) | Loïc Blot | |
* Code modernization: subfolders Modernize various code on subfolders client, network, script, threading, unittests, util * empty function * default constructor/destructor * for range-based loops * use emplace_back instead of push_back * C++ STL header style * Make connection.cpp readable in a pointed place + typo | |||
2015-02-21 | Move sha1.hpp and base64.hpp to util/ | Loic Blot | |