Make use of safe file writing in auth handler (fixes #6576)
[oweals/minetest.git] / src / database-redis.h
2017-08-17 Loïc BlotC++ modernize: Pragma once (#6264)
2017-06-16 Loïc BlotC++11 patchset 9: move hardcoded init parameters to...
2017-04-23 Loïc BlotPlayer data to Database (#5475)
2017-04-01 Loïc BlotClang-format: trivial fix on some headers (#5495)
2016-05-17 Loic BlotDB::loadBlock copy removal & DB backend cleanup 4125/head
2015-03-06 ShadowNinjaClean up database API and save the local map on an...
2015-02-17 Loic BlotReplace std::list by std::vector into ServerMap::listAl...
2015-01-15 kwolekrAdd ability to delete MapBlocks from map
2014-07-12 sfan5Move MapBlock (de)serializing code out of Database...
2014-07-07 kwolekrDon't unload blocks if save failed
2014-04-16 Sfan5Add redis database backend