X-Git-Url: https://git.cworth.org/git?p=ttt;a=blobdiff_plain;f=TODO;h=f9cc2260c2e0263d58ca761311a162437f00bf90;hp=b6257c2be7d315f39b7c667222da2002fe3e0895;hb=54c540ee6df71b5e39f4ff63d90b55e595a9209f;hpb=da40516db47b4c719aaad66a05302f13d1b6358e diff --git a/TODO b/TODO index b6257c2..f9cc226 100644 --- a/TODO +++ b/TODO @@ -17,10 +17,10 @@ S C ✓ 1.2.5. QUIT ✓ 1.2.6. VERSION 1.3. Game management commands - 1.3.1. INVITE +✓ 1.3.1. INVITE 1.3.2. ACCEPT - 1.3.3. RETRACT - 1.3.4. DECLINE +✓ 1.3.3. RETRACT +✓ 1.3.4. DECLINE 1.4. In-game commands 1.4.1. SHOW 1.4.2. PART @@ -29,11 +29,11 @@ S C 2.1. Global notices ✓ 2.1.1. NOTICE USER ✓ 2.1.2. NOTICE QUIT - 2.1.3. Game Invitation +✓ 2.1.3. Game Invitation ✓ 2.1.3.1. NOTICE INVITE ✓ 2.1.3.2. NOTICE ACCEPT - 2.1.3.3. NOTICE RETRACT - 2.1.3.4. NOTICE DECLINE +✓ 2.1.3.3. NOTICE RETRACT +✓ 2.1.3.4. NOTICE DECLINE 2.1.4. NOTICE NEWGAME 2.1.5. NOTICE DISPOSE ✓ 2.1.6. NOTICE MESSAGE @@ -43,7 +43,7 @@ S C 2.2.2. Move notices 2.2.2.1. NOTICE MOVE 3. Errors - 3.1. Connection setup errors +✓ 3.1. Connection setup errors ✓ 3.1.1. ERROR NO_NAME_SET ✓ 3.1.2. ERROR INVALID_NAME 3.2. Command format errors @@ -53,9 +53,9 @@ S C 3.2.4. ERROR NOT_GRID 3.3. Global command errors. 3.4. Game management errors. - 3.4.1. ERROR NO_INVITE +✓ 3.4.1. ERROR NO_INVITE 3.4.2. ERROR NO_GAME - 3.5. User information errors +✓ 3.5. User information errors ✓ 3.5.1. ERROR NO_USER 3.6. In-game errors 3.6.1. Global game errors @@ -68,3 +68,7 @@ Other bits ---------- Server log messages should include pid date and time. And server should log the fact when it gets terminated by a signal. + +Server should wait and retry a couple of times if its port is not +available, rather than just giving up. +