]> git.cworth.org Git - ttt/blobdiff - ChangeLog
2005-12-01 Richard D. Worth <richard@theworths.org>
[ttt] / ChangeLog
index 27e0d4bb1894aa23844e751a30463bd06526a022..23619261d0816f38f4c121952bfee8e90d97e39b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2005-12-01  Richard D. Worth  <richard@theworths.org>
+
+       * TODO: Check off NOTICE MESSAGE, ERROR NONAMESET.
+
+       * PROTOCOL: Add NONAMESET error in possible errors where
+       applicable. Add description for MESSAGE.
+       
+       * src/ttt-token.h: Add token typedef. Rename token type enum.
+
+       * src/ttt-lex.l: Add support for quoted string as single token.
+       * src/ttt-lex.h: Autogenerated.
+
+       * src/ttt-client.c: (_ttt_client_execute_helo),
+       (_ttt_client_execute_who), (_ttt_client_execute_message),
+       (_ttt_client_execute_help), (_ttt_client_execute_version),
+       (_ttt_client_execute_quit), (_ttt_client_init), (_read_request),
+       (_execute_request): Whitespace changes. Implement VERSION,
+       HELP. Change args_required back to args_min and args_max (see
+       PROTOCOL\HELP). Modify MESSAGE to accept one token arg and quote
+       output. Return NONAMESET error where applicable.
+
 2005-11-29  Carl Worth  <cworth@cworth.org>
 
        * src/ttt-socket.h: