[wesnoth-commits] [wesnoth/wesnoth] 0b93ee: wesnothd/fuh: Do not consider stale temporary bans...
GitHub
noreply at github.com
Sat Oct 13 22:45:45 UTC 2018
Branch: refs/heads/1.14
Home: https://github.com/wesnoth/wesnoth
Commit: 0b93eef3c8fac7c83e4834d22b653ea6daf03d30
https://github.com/wesnoth/wesnoth/commit/0b93eef3c8fac7c83e4834d22b653ea6daf03d30
Author: Iris Morelle <shadowm at wesnoth.org>
Date: 2018-10-13 (Sat, 13 Oct 2018)
Changed paths:
M changelog.md
M src/server/forum_user_handler.cpp
Log Message:
-----------
wesnothd/fuh: Do not consider stale temporary bans from phpBB's banlist table
It turns out that as of phpBB 3.2.2 these are only cleared on the next
call to user_ban()/user_unban(), so they may linger around for long
after they've expired. Fixed this by making FUH aware of the existence
of the ban_end column.
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the Commits
mailing list