• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

shogi-server source


RSS
Rev. Tiempo Autor
a128e96 pr_appkeepalivefix 2020-10-02 01:11:22 Mizar

Handle timeout checks when executing KeepAlive and Space commands

c6ab4e6 2018-08-26 12:14:53 Daigo Moriwaki

Merge remote-tracking branch 'origin/master'

44b5f4c 2018-08-26 11:57:37 Daigo Moriwaki

Terminate threads of players so that the server shuts down (Closes #38544)

f578431 2018-08-26 09:14:48 Daigo Moriwaki

[shogi-server] Create a directory for a PID file. (Closes #38546)

To put a PID file such as /var/run/shogi-server/shogi-server.pid, if
directories do not exist, they will be created recursively.

8ad8742 2018-08-25 18:53:25 Daigo Moriwaki

Bump up the version

f2e2a96 2018-08-25 18:52:47 Daigo Moriwaki

Fix typo and delete tailing spaces

a29f0d5 2018-08-25 18:41:38 Daigo Moriwaki

* [shogi-server] Support a graceful shutdown. (Closes #38544)

A file named "STOP" in the base directory prevents the server from
starting new games including Floodgate matches.

96304e6 2018-04-07 19:24:19 Daigo Moriwaki

Run shogi-server as a service, specifying a log output directory

cfdefe5 2018-04-07 18:27:08 Daigo Moriwaki

Bump up the revision to 20180407

e40247f 2018-04-07 15:07:34 Daigo Moriwaki

[shogi-server] Give more penalty on assigning matches with same players. (Closes #38178)

59549c0 2017-11-25 22:03:43 Daigo Moriwaki

Start up shogi-server in foreground

Typical usage will be

% docker run -d --restart=always -p 4081:4081 -v `pwd`/player-logs:/shogilogs -e EVENT=self -e MAX_IDENTIFIER=256 shogiserver/shogiserver

2d5cda5 20170902 2017-09-03 14:40:39 Daigo Moriwaki

Merge remote-tracking branch 'origin/master' into wdoor-stable

8c17b8b 2017-09-03 14:39:13 Daigo Moriwaki

[shogi-server] Write game results in categorical files

The shogi-server now writes down game results in the following files,
depending on a game class:
- 00LIST: all games
- 00LIST.floodgate: floodgate games
- 00LIST.others: non-floodgate games
(Closes #37492)

a9fd6e6 2017-09-02 21:55:25 Daigo Moriwaki

Modify mk_rate to follow the change in mk_game_results

292deec 2017-09-02 21:45:32 Daigo Moriwaki

Fix mk_gamke_results so that it skip incomplete record filesZ

ee9fe66 2017-09-02 20:26:54 Daigo Moriwaki

Merge remote-tracking branch 'origin/master' into wdoor-stable

2738522 2017-09-02 20:24:41 Daigo Moriwaki

Update Revision to 20170902

8560e7f 2017-09-02 20:22:27 Daigo Moriwaki

[shogi-server] [mk_game_results] Change schema to add number of moves

The format of an internal game result summary file, '00LIST',
has been changed to add number of moves of a game, which would be of
help for a script calculating rating scores.
(Closes #37491)

5ab1c0e 2017-09-02 20:14:43 Daigo Moriwaki

[shogi-server] Write more game results in record files

As the CSA Record Format standard states, "%TIME_UP" and
"%SENNICHITE" are now recorded in CSA files when a game ends for
timed up or sennichite respectively.
(Closes #37490)

da06093 2017-02-26 14:32:57 Daigo Moriwaki

Fix #37023: utils/csa-filter.rb: Allow csa-filter.rb to filter games by a winner or loser

New command lines, --winner <player> or --loser <player>, are now
supported to supply extra filtering conditions. Note that each
filter is combined as AND condition.

bb0d452 2016-12-11 13:23:12 Daigo Moriwaki

Merge remote-tracking branch 'origin/master' into wdoor-stable

bda0cbd 2016-12-11 13:22:05 Daigo Moriwaki

Fix Dockerfile

e46d84a 2016-12-11 13:06:18 Daigo Moriwaki

Merge remote-tracking branch 'origin/master' into wdoor-stable

92cf1b6 2016-12-11 13:05:56 Daigo Moriwaki

Update Revision to 20161211.

3c568f3 2016-12-11 13:03:26 Daigo Moriwaki

Merge remote-tracking branch 'origin/master' into wdoor-stable

86b89d7 2016-12-09 21:15:41 Daigo Moriwaki

Fix #36855: Allow util/statistics.rb to set a filtering condition of found files

Regarding util/statistics.rb, add a new command line option,
--filter regexp, to process files that are matched with a regexp.
It would make it easier to calculate statistics of certain games.

ce94a8d 2016-11-26 19:03:49 Daigo Moriwaki

Remove a debug message

a383924 2016-11-26 19:01:41 Daigo Moriwaki

Correct Dockerfile so that it creates directories properly

7f8ed35 2016-11-26 18:12:54 Daigo Moriwaki

Correct Docker's repository name

a8d6c15 2016-11-26 18:02:22 Daigo Moriwaki

Fix #36822: Build a Docker image for Shogi-server