]> git.cworth.org Git - ttt/blobdiff - TODO
2005-12-02 Richard D. Worth <richard@theworths.org>
[ttt] / TODO
diff --git a/TODO b/TODO
index a795a03f31d049f1ab0c102279efe19562379efb..f0bf20a4ec4a2c0da44f17ca505c52a58ae46c88 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,14 +1,17 @@
+Use the first letter of your name to indicate you are in the middle of
+working on something.
+
   /----- Server, implemented in ttt-server
  / /---- Client, implemented in ttt
 S C
     1. Requests
 ✓   1.1 HELO
-    1.2. Global commands
+   1.2. Global commands
 ✓   1.2.1. WHO
 ✓   1.2.2. MESSAGE
-    1.2.3. HELP
+   1.2.3. HELP
 ✓   1.2.4. QUIT
-    1.2.5. VERSION
+   1.2.5. VERSION
     1.3. Game management commands
     1.3.1. INVITE
     1.3.2. ACCEPT
@@ -18,11 +21,11 @@ S C
     1.4.3. MOVE
     2. Asynchronous notification.  
     2.1. Global notices
-    2.1.1. NOTICE USER <username>
-    2.1.2. NOTICE QUIT <username>
+   2.1.1. NOTICE USER <username>
+   2.1.2. NOTICE QUIT <username>
     2.1.3. NOTICE INVITE <username>
     2.1.4. NOTICE DISPOSE <game>
-    2.1.5. NOTICE MESSAGE <username> <text>
+   2.1.5. NOTICE MESSAGE <username> <text>
     2.2. Game notices
     2.2.1. Global game notices
     2.2.1.1. NOTICE NEWGAME <username> <username>
@@ -31,7 +34,7 @@ S C
     2.2.2.1. NOTICE MOVE <username> <number>
     3. Errors
     3.1. Connection setup errors
-    3.1.1. ERROR NONAMESET
+   3.1.1. ERROR NONAMESET
 ✓   3.1.2. ERROR INVALIDNAME
     3.2. Command format errors
     3.2.1. ERROR COMMAND