• 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. Time Author
34bcc76 dlshogi_tcpkeepalive 2020-12-30 14:48:47 Mizar

game wip

e549c6d 2020-12-14 20:42:55 Mizar

Handle timeout checks when executing KeepAlive and Space commands

f1c8435 2020-12-14 20:42:55 Mizar

Check for :timeout often
60秒おきに空行を送信して接続を維持しようとするクライアントが存在しており、60秒おきのチェックでは持ち時間切れのチェックが行えなくなる問題が起きるための暫定処置。

53787ee 2020-12-14 20:42:55 Mizar

hide server recv timeout log from console

23b86a8 2020-12-14 20:42:55 Mizar

ignore second select (for windows issue)

360533d 2020-12-14 20:42:55 Mizar

work for Windows wip

5c8ecd5 2020-12-14 20:42:55 Mizar

tcp_keepalive

a0a5c3c 2020-12-14 20:42:55 Mizar

listen ipv4/ipv6

103acd9 2020-12-12 22:54:49 TadaoYamaoka

開始局面対応

21b07a8 2020-12-12 21:49:44 TadaoYamaoka

開始局面対応

d4aac43 2020-12-12 21:46:45 TadaoYamaoka

開始局面対応

c7be3b9 2020-12-12 20:52:54 TadaoYamaoka

開始局面対応

36b41e7 wdoor-stable 2020-12-06 18:48:46 Daigo Moriwaki

Merge branch 'master' into wdoor-stable

b4af839 master 2020-12-06 18:37:55 Daigo Moriwaki

[shogi-server] Bump up the revision to 20201206

7bf4f6e 2020-12-06 18:33:18 Daigo Moriwaki

[shogi-server] Make invalid comments illegal

Some client sent moves with comments in an invalid format like
"+7776FU '* 30 -3334FU +2726FU". Such messages are now deemed
illegal.

afd811e 2020-12-06 17:58:33 Daigo Moriwaki

[shogi-server] Support listening on IPv6 addresses

Thanks to mizar for a patch.
(Closes #40822)

4f41d11 2020-12-06 17:57:36 Daigo Moriwaki

[shogi-server] Improve timed-up detection (continued)

The server now checks timed up when it receives a-single-space keep
alive messages as well.
(Closes #40821)

922cac2 2020-12-06 16:19:09 Daigo Moriwaki

Fix test cases

c6f5432 2020-10-25 11:04:08 TadaoYamaoka

floodgateと電竜戦向けシェル(実行プログラム、USIオプションは要変更)
実行前に環境変数ID,PASSWORDの設定が必要

1ed93aa 2020-10-09 22:04:18 Daigo Moriwaki

Merge branch 'master' into wdoor-stable

58e5f94 dlshogi_forkdev20201005 2020-10-05 00:19:43 Mizar

bin/usiToCsa.rb: fix typo

452e4e0 2020-10-05 00:06:13 Mizar

tcp_keepalive

8fb4c6c 2020-10-05 00:05:04 Mizar

listen ipv4/ipv6

32aca80 2020-10-05 00:04:36 Mizar

Improved timeout detection for space command
Support for clients that perform SP+LF keep-alive, likes Shogidokoro (version 4.7.1+Test4).

1824bc8 2020-10-05 00:04:17 Daigo Moriwaki

Bump up revision

6efcf61 2020-10-05 00:03:09 Daigo Moriwaki

Improve debug message

e2aaf3e 2020-10-05 00:02:54 Daigo Moriwaki

[shogi-server] Improve timed-up detection.

Previously, the server checked if a game got timed up when a player
in turn sent no message for a certain amount of time mainly defined
by Default_Timeout. If the player sent keep alive frequently, the
timed-up detection could be quite delayed.
This issue has been addressed. The server now checks timed up with
keep alive received as well. Players are notified with TIME_UP not
long before games gets timed up.

7cd512b pr_appkeepalivefix_20201004 2020-10-04 23:05:22 Mizar

Improved timeout detection for space command
Support for clients that perform SP+LF keep-alive, likes Shogidokoro (version 4.7.1+Test4).

6e9f281 2020-10-04 11:33:03 Daigo Moriwaki

Bump up revision

0cf3ed9 2020-10-04 11:21:19 Daigo Moriwaki

Improve debug message