X-Git-Url: https://git.cworth.org/git?p=ttt;a=blobdiff_plain;f=ChangeLog;h=ebf09f7b5032d2692aa6a46cc72bee2c374f93b8;hp=23619261d0816f38f4c121952bfee8e90d97e39b;hb=4f0f5e3d16e6ec375844c711d4f88d6fec79ae45;hpb=b18c78a24034922e7b9152a03683cf930d703dd0 diff --git a/ChangeLog b/ChangeLog index 2361926..ebf09f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,47 @@ +2005-12-03 Richard D. Worth + + * PROTOCOL: Add RETRACT, DECLINE. Add game identifier for all game + commands. + + * TODO: Add RETRACT, DECLINE, notices. + +2005-12-03 Richard D. Worth + + * PROTOCOL: Add underscores to error codes. Add STATISTICS + command. Remove statistics from WHO. + + * TODO: Add STATISTICS. Check off STATISTICS. + + * src/ttt.h: Define TTT_SERVER_PROTOCOL_VERSION for VERSION. + + * src/ttt-error.c: (ttt_error_string): Add underscores to error + codes. + + * src/ttt-client.h: + * src/ttt-client.c: (_ttt_client_execute_helo), + (_ttt_client_execute_statistics), (_ttt_client_execute_message), + (_ttt_client_execute_version), (_ttt_client_execute_quit), + (_ttt_client_init), (_ttt_client_fini), (ttt_client_get_username), + (ttt_client_set_username): Rename client->name to + client->username. Implement STATISTICS. Complete implementation of + VERSION. + + * src/ttt-server.h: + * src/ttt-server.c: (ttt_server_register_client), + (ttt_server_unregister_client), (ttt_server_who), + (ttt_server_statistics): Track rename of client->name to + client->username. Add server helper for STATISTICS. + +2005-12-02 Richard D. Worth + + * TODO: Check off Global commands, HELP, VERSION. + + * src/ttt-client.c: (_ttt_client_execute_message), + (_ttt_client_execute_help), (_execute_request): Whitespace + changes. Implement HELP with usage and short description. + + * src/ttt-server.c: Update the server welcome message. + 2005-12-01 Richard D. Worth * TODO: Check off NOTICE MESSAGE, ERROR NONAMESET.