X-Git-Url: https://git.cworth.org/git?p=ttt;a=blobdiff_plain;f=ChangeLog;h=6a8bdf419e71db66a54364241623e73aebe1e276;hp=7cb6add5b59c2c4e7aec7658f9f77c018e1fcdf3;hb=78c696d4ed9578c3d1ece01b8e4667839ff5fb04;hpb=8fbec78bf02e67469ffaea254d49c291f9987105 diff --git a/ChangeLog b/ChangeLog index 7cb6add..6a8bdf4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,49 @@ +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), + (main), (finish): Whitespace changes. + 2005-12-04 Bryan Worth * src/ttt-socket.c: (ttt_socket_create_client) fixed socket to be non-blocking. (ttt_socket_read) added return value for number