wmud/src
Polonkai Gergely be3e17fd07 Added wmud_client_send() and a client state field.
* The wmudCLient struct now has a state field, which indicates the current
  state of the client (we are waiting her to log in, or to enter a command,
  etc.)
* Created the wmud_client_send() function to send formatted strings to a client
2012-03-14 19:03:54 +00:00
..
.gitignore Extended .gitignore files 2012-03-07 23:00:58 +01:00
interpreter.c Fixed tokenizer code; added command list structure 2012-03-13 17:24:03 +01:00
interpreter.h Fixed tokenizer code; added command list structure 2012-03-13 17:24:03 +01:00
main.c Added a basic (non-working) command interpreter. 2012-03-13 02:22:22 +01:00
main.h Fixed main.h after chaning variable type in main.c 2012-03-12 22:51:17 +00:00
Makefile.am Added a basic (non-working) command interpreter. 2012-03-13 02:22:22 +01:00
networking.c Added wmud_client_send() and a client state field. 2012-03-14 19:03:54 +00:00
networking.h Added wmud_client_send() and a client state field. 2012-03-14 19:03:54 +00:00