[Commits] [wesnoth/wesnoth] a982bb: campaignd: Fix unused variable warning on Windows
GitHub
noreply at github.com
Sun Oct 9 06:31:19 UTC 2016
Branch: refs/heads/1.12
Home: https://github.com/wesnoth/wesnoth
Commit: a982bbdb363230e864e8437412facc1c7c7562de
https://github.com/wesnoth/wesnoth/commit/a982bbdb363230e864e8437412facc1c7c7562de
Author: Ignacio R. Morelle <shadowm at wesnoth.org>
Date: 2016-10-09 (Sun, 09 Oct 2016)
Changed paths:
M src/campaign_server/campaign_server.cpp
Log Message:
-----------
campaignd: Fix unused variable warning on Windows
Commit: 28b3e384a64dc9ade922877dc9811bcfb6a2af3e
https://github.com/wesnoth/wesnoth/commit/28b3e384a64dc9ade922877dc9811bcfb6a2af3e
Author: Ignacio R. Morelle <shadowm at wesnoth.org>
Date: 2016-10-09 (Sun, 09 Oct 2016)
Changed paths:
M src/campaign_server/campaign_server.cpp
Log Message:
-----------
campaignd: Don't try to use a monotonic clock on Windows
Fixes linker errors about clock_gettime not being resolved for some
reason, at least when crosscompiling from Linux using MinGW-w64.
Commit: 62c2890f8feb57189ba533268fe73807b0f6d33e
https://github.com/wesnoth/wesnoth/commit/62c2890f8feb57189ba533268fe73807b0f6d33e
Author: Ignacio R. Morelle <shadowm at wesnoth.org>
Date: 2016-10-09 (Sun, 09 Oct 2016)
Changed paths:
M src/campaign_server/campaign_server.cpp
M src/campaign_server/campaign_server.hpp
Log Message:
-----------
campaignd: Refactor [campaign] searches into a get_campaign() method
Commit: 265bd66ed92696083dd52d471dc90ef5398a5f3b
https://github.com/wesnoth/wesnoth/commit/265bd66ed92696083dd52d471dc90ef5398a5f3b
Author: John Anthony <john at jo.hnanthony.com>
Date: 2016-10-09 (Sun, 09 Oct 2016)
Changed paths:
M data/core/about.cfg
M src/campaign_server/campaign_server.cpp
Log Message:
-----------
Added password hashing to campaignd
This will also update existing campaigns stored with a plaintext password to use
the new, more secure system.
Commit: 56a14943cb7a85dce5b3fc3d4235880722e2bb6f
https://github.com/wesnoth/wesnoth/commit/56a14943cb7a85dce5b3fc3d4235880722e2bb6f
Author: Ignacio R. Morelle <shadowm at wesnoth.org>
Date: 2016-10-09 (Sun, 09 Oct 2016)
Changed paths:
M src/campaign_server/campaign_server.cpp
Log Message:
-----------
campaignd: Record the hashed passphrase for new uploads
Otherwise no passphrase is recorded into the server config and it
becomes impossible to reupload the add-on without admin assistance.
Compare: https://github.com/wesnoth/wesnoth/compare/0dd2e9658492...56a14943cb7a
More information about the Commits
mailing list