X-Git-Url: https://git.cworth.org/git?p=ttt;a=blobdiff_plain;f=TODO;h=09463f7c8321060a0d82e3fe1434c6d1e6c5f754;hp=f7fe04b16eed3e9e4b48918776271d7a736305c4;hb=78c696d4ed9578c3d1ece01b8e4667839ff5fb04;hpb=47ff725ff3b109b94a23ea7c8c07c8b1417e31ef diff --git a/TODO b/TODO index f7fe04b..09463f7 100644 --- a/TODO +++ b/TODO @@ -16,6 +16,8 @@ S C 1.3. Game management commands 1.3.1. INVITE 1.3.2. ACCEPT + 1.3.3. RETRACT + 1.3.4. DECLINE 1.4. In-game commands 1.4.1. SHOW 1.4.2. PART @@ -24,33 +26,38 @@ S C 2.1. Global notices ✓ 2.1.1. NOTICE USER ✓ 2.1.2. NOTICE QUIT - 2.1.3. NOTICE INVITE - 2.1.4. NOTICE DISPOSE -✓ 2.1.5. NOTICE MESSAGE + 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.4. NOTICE NEWGAME + 2.1.5. NOTICE DISPOSE +✓ 2.1.6. NOTICE MESSAGE 2.2. Game notices 2.2.1. Global game notices - 2.2.1.1. NOTICE NEWGAME - 2.2.1.2. NOTICE GAMEOVER + 2.2.1.1. NOTICE GAMEOVER 2.2.2. Move notices - 2.2.2.1. NOTICE MOVE + 2.2.2.1. NOTICE MOVE 3. Errors 3.1. Connection setup errors -✓ 3.1.1. ERROR NONAMESET -✓ 3.1.2. ERROR INVALIDNAME +✓ 3.1.1. ERROR NO_NAME_SET +✓ 3.1.2. ERROR INVALID_NAME 3.2. Command format errors - 3.2.1. ERROR COMMAND +✓ 3.2.1. ERROR COMMAND ✓ 3.2.2. ERROR SYNTAX - 3.2.3. ERROR NOTNUMBER - 3.2.4. ERROR NOTGRID + 3.2.3. ERROR NOT_NUMBER + 3.2.4. ERROR NOT_GRID 3.3. Global command errors. 3.4. Game management errors. - 3.4.1. ERROR NOGAME + 3.4.1. ERROR NO_INVITE + 3.4.2. ERROR NO_GAME 3.5. User information errors - 3.5.1. ERROR NOUSER +✓ 3.5.1. ERROR NO_USER 3.6. In-game errors 3.6.1. Global game errors - 3.6.1.1. ERROR NOTINGAME - 3.6.1.2. ERROR NOTPLAYING + 3.6.1.1. ERROR NOT_PLAYING 3.6.2. Moving errors - 3.6.2.1. ERROR NOTYOURTURN + 3.6.2.1. ERROR NOT_YOUR_TURN + 3.6.2.2. ERROR NOT_VALID_MOVE