X-Git-Url: https://git.cworth.org/git?p=ttt;a=blobdiff_plain;f=ChangeLog;h=6a8bdf419e71db66a54364241623e73aebe1e276;hp=498579a21a3043e9d20b08c3a425e60643258b26;hb=78c696d4ed9578c3d1ece01b8e4667839ff5fb04;hpb=d7272cb44f0da95f375baba9c9b55691c98af792 diff --git a/ChangeLog b/ChangeLog index 498579a..6a8bdf4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,44 @@ +2005-12-07 Richard D. Worth + + * PROTOCOL: Remove unused error NOT_IN_GAME. Add error + NOT_VALID_MOVE. + + * TODO: Add error NOT_VALID_MOVE. + + * src/ttt-error.h: + * src/ttt-error.c: (ttt_error_string): Add section comments. Add + error NOT_VALID_MOVE. + +2005-12-06 Bryan Worth + * src/ttt-error.c: fixed missing errors (NO_INVITE, NO_GAME) + +2005-12-06 Richard D. Worth + + * PROTOCOL: Add error NO_INVITE + + * TODO: Uncheck INVITE, ACCEPT + + * src/ttt-error.c: (ttt_error_string): Add errors NO_INVITE, + NO_GAME + + * src/ttt-client.c: (_ttt_client_execute_message), + (_ttt_client_execute_help), (_ttt_client_execute_version), + (_ttt_client_execute_invite), (_ttt_client_execute_accept), + (_ttt_client_execute_retract), (_ttt_client_execute_decline): + Whitespace changes. Partially implement RETRACT, DECLINE. + +2005-12-05 Richard D. Worth + + * PROTOCOL: Fill some missing possible error occurrences. + + * TODO: Check off INVITE, ACCEPT, ERROR COMMAND, ERROR NO_USER + + * src/ttt-server.h: + * src/ttt-server.c: (ttt_server_verify_username): + * src/ttt-client.c: (_ttt_client_execute_help), + (_ttt_client_execute_invite), (_ttt_client_execute_accept): + Implement INVITE, ACCEPT + 2005-12-05 Richard D. Worth * src/ttt-curses-client.c: (mvprintstr), (mvwprintstr), (wprint),