[Commits] [wesnoth/wesnoth] 4c7bc2: campaignd: Add dedicated type for parsing admin co...

GitHub noreply at github.com
Fri Apr 24 03:09:43 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 4c7bc28ad584f1ceef5f2d1dc7aa6b7fdd92b2fa
      https://github.com/wesnoth/wesnoth/commit/4c7bc28ad584f1ceef5f2d1dc7aa6b7fdd92b2fa
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2015-04-23 (Thu, 23 Apr 2015)

  Changed paths:
    M src/campaign_server/campaign_server.cpp
    A src/campaign_server/control.hpp

  Log Message:
  -----------
  campaignd: Add dedicated type for parsing admin commands


  Commit: fd96b333f5a4b700c2ef7600d8c275cfe1b62d87
      https://github.com/wesnoth/wesnoth/commit/fd96b333f5a4b700c2ef7600d8c275cfe1b62d87
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2015-04-23 (Thu, 23 Apr 2015)

  Changed paths:
    M src/campaign_server/campaign_server.cpp

  Log Message:
  -----------
  campaignd: Log message on shut down request via FIFO


  Commit: e00bf02df1b0494ff0793a39399491ac62e2dacd
      https://github.com/wesnoth/wesnoth/commit/e00bf02df1b0494ff0793a39399491ac62e2dacd
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2015-04-23 (Thu, 23 Apr 2015)

  Changed paths:
    M src/campaign_server/campaign_server.cpp
    M src/campaign_server/control.hpp

  Log Message:
  -----------
  campaignd: Log unrecognized FIFO commands


  Commit: 974c033cd1c6aaf63106cf3007729fd2e044440c
      https://github.com/wesnoth/wesnoth/commit/974c033cd1c6aaf63106cf3007729fd2e044440c
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2015-04-23 (Thu, 23 Apr 2015)

  Changed paths:
    M src/campaign_server/campaign_server.cpp

  Log Message:
  -----------
  campaignd: Implement 'readonly' command, toggles RO mode


  Commit: a982c376e9df0be61b8e1e78d9a6f1140d3220d3
      https://github.com/wesnoth/wesnoth/commit/a982c376e9df0be61b8e1e78d9a6f1140d3220d3
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2015-04-23 (Thu, 23 Apr 2015)

  Changed paths:
    M src/campaign_server/campaign_server.cpp

  Log Message:
  -----------
  campaignd: Implement 'flush' command, flushes config to disk immediately


  Commit: 4b71db0c8e7427806037c98365388f17da780937
      https://github.com/wesnoth/wesnoth/commit/4b71db0c8e7427806037c98365388f17da780937
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2015-04-23 (Thu, 23 Apr 2015)

  Changed paths:
    M src/campaign_server/campaign_server.cpp

  Log Message:
  -----------
  campaignd: Implement `reload` command

By default is has the same effect as SIGINT, but it also takes an
optional 'blacklist' argument which instructs campaignd to only re-read
the blacklist file.


  Commit: 66e92fe597db628968e60a794e4f7764bdd97cdd
      https://github.com/wesnoth/wesnoth/commit/66e92fe597db628968e60a794e4f7764bdd97cdd
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2015-04-23 (Thu, 23 Apr 2015)

  Changed paths:
    M src/server/input_stream.hpp

  Log Message:
  -----------
  Add input_stream::path() method to retrieve the original path


  Commit: 9f118c49ad59f8052e26cd7d4caf678185f71517
      https://github.com/wesnoth/wesnoth/commit/9f118c49ad59f8052e26cd7d4caf678185f71517
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2015-04-23 (Thu, 23 Apr 2015)

  Changed paths:
    M src/campaign_server/campaign_server.cpp

  Log Message:
  -----------
  campaignd: Fix SIGINT/reload command issues with an unchanged FIFO path

This prevents campaignd from deleting the current FIFO on config reload
if the path in the config hasn't changed, and potentially losing queued
up commands.


  Commit: d708b39611db2357c45f95173f0359a0c3c46bbd
      https://github.com/wesnoth/wesnoth/commit/d708b39611db2357c45f95173f0359a0c3c46bbd
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2015-04-23 (Thu, 23 Apr 2015)

  Changed paths:
    M src/campaign_server/campaign_server.cpp

  Log Message:
  -----------
  campaignd: Implement `setpass` command

Replaces an add-on's passphrase via FIFO without needing the previous
passphrase.


  Commit: 07739ea26186ec40c010e6eaade5e72e7fbb239d
      https://github.com/wesnoth/wesnoth/commit/07739ea26186ec40c010e6eaade5e72e7fbb239d
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2015-04-24 (Fri, 24 Apr 2015)

  Changed paths:
    M src/campaign_server/campaign_server.cpp
    A src/campaign_server/control.hpp
    M src/server/input_stream.hpp

  Log Message:
  -----------
  Merge branch 'campaignd/adminctl'


Compare: https://github.com/wesnoth/wesnoth/compare/a810cb8937c2...07739ea26186


More information about the Commits mailing list