]> git.cworth.org Git - ttt/commit
2005-11-24 Carl Worth <cworth@cworth.org>
authorCarl Worth <carl@theworths.org>
Thu, 24 Nov 2005 16:18:18 +0000 (16:18 +0000)
committerCarl Worth <carl@theworths.org>
Thu, 24 Nov 2005 16:18:18 +0000 (16:18 +0000)
commit82b903360548669988e41ffe055bc2215a28b404
tree3d79bc436322941ead2d8623e002fce68160272f
parentf8bdcd97af8d0dcee79ab692fffb83dba5a5498a
2005-11-24  Carl Worth  <cworth@cworth.org>

        * PROTOCOL: Document QUIT.

        * src/ttt-client.c: (_ttt_client_execute_helo),
        (_ttt_client_execute_quit), (_ttt_client_init), (_ttt_client_fini),
        (_execute_request), (_handle_requests_thread): Implement QUIT. Add
        client->registered flag and unregister only if registered. Change
        from args_min and args_max to args_required.

        * src/ttt-error.h:
        * src/ttt-error.c: (ttt_error_string):
        * src/ttt-server.c: (ttt_server_register_client): Put underscores
        in TTT_ERRROR names for better readability.
ChangeLog
PROTOCOL
src/ttt-client.c
src/ttt-error.c
src/ttt-error.h
src/ttt-server.c