X-Git-Url: https://git.cworth.org/git?p=ttt;a=blobdiff_plain;f=ChangeLog;h=3d2bc1d2b7452a216ab47ccc5e78b898d3f3f5ed;hp=bb0505276a4bd31310d1253dec6291377fd41f37;hb=47ff725ff3b109b94a23ea7c8c07c8b1417e31ef;hpb=f2187ebd49f78b84bd2dca6172abc81e54dda199 diff --git a/ChangeLog b/ChangeLog index bb05052..3d2bc1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +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.