aboutsummaryrefslogtreecommitdiff
path: root/src/util/base64.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* decode_base64: Allow '=' padding characterSmallJoker2020-07-291-2/+3
| | | | '=' is a valid character, but minetest.decode_base64 returned nil when it was used for padding.
* Code modernization: subfolders (#6283)Loïc Blot2017-08-191-2/+3
| | | | | | | | | | | | | * 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
* Move sha1.hpp and base64.hpp to util/Loic Blot2015-02-211-0/+131