aboutsummaryrefslogtreecommitdiff
path: root/src/database/database-leveldb.cpp
AgeCommit message (Collapse)Author
2021-09-11Make sure relevant std::stringstreams are set to binarysfan5
2020-10-01(se)SerializeString: Include max length in the nameSmallJoker
This commit clarifies the maximal length of the serialized strings. It will avoid accidental use of serializeString() when a larger string can be expected. Removes unused Wide String serialization functions
2020-06-12Add LevelDB player database (#9982)luk3yx
2020-04-23Add LevelDB auth database. (#9476)luk3yx
* Add leveldb auth database.
2017-11-08Move files to subdirectories (#6599)Vitaliy
* Move files around