[wesnoth-commits] [wesnoth/wesnoth] 14107b: Use the database to store and retrieve login histo...
Pentarctagon
noreply at github.com
Fri Apr 16 17:42:49 UTC 2021
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 14107b3ae6f4501fc741e49ad6a81e0c674be576
https://github.com/wesnoth/wesnoth/commit/14107b3ae6f4501fc741e49ad6a81e0c674be576
Author: Pentarctagon <pentarctagon at tutamail.com>
Date: 2021-04-16 (Fri, 16 Apr 2021)
Changed paths:
M src/serialization/string_utils.cpp
M src/serialization/string_utils.hpp
M src/server/common/dbconn.cpp
M src/server/common/dbconn.hpp
M src/server/common/forum_user_handler.cpp
M src/server/common/forum_user_handler.hpp
M src/server/common/user_handler.hpp
M src/server/wesnothd/player.cpp
M src/server/wesnothd/player.hpp
M src/server/wesnothd/server.cpp
M utils/mp-server/table_definitions.sql
Log Message:
-----------
Use the database to store and retrieve login history for the searchlog command.
This allows the history to be persisted across restarts, whereas right now it's lost.
More information about the Commits
mailing list