summaryrefslogtreecommitdiff
path: root/server
Commit message (Expand)AuthorAge
* add more error codes (mostly for brain dump)Gravatar John Kohl1987-07-16
* add some paranoiaGravatar John Kohl1987-07-16
* add paranoia; fix documenting commentsGravatar John Kohl1987-07-15
* add some paranoiaGravatar John Kohl1987-07-15
* add sent_msg_list; write code to tell other servers about lost clients;Gravatar John Kohl1987-07-15
* bdump name changeGravatar John Kohl1987-07-15
* add some paranoia, fix port number, change names to bdump_Gravatar John Kohl1987-07-15
* rename bdump stuff; clean up acl namesGravatar John Kohl1987-07-15
* change names of acl'sGravatar John Kohl1987-07-15
* make pktypes globalGravatar John Kohl1987-07-14
* lint cleanup, and function order rearrangement (all globals at front)Gravatar John Kohl1987-07-14
* class_is_hm is an external funcGravatar John Kohl1987-07-14
* lint cleanupGravatar John Kohl1987-07-14
* add dfn of packet type name arrayGravatar John Kohl1987-07-14
* braindump and retransmission supportGravatar John Kohl1987-07-14
* add error codes for the brain dump stuffGravatar John Kohl1987-07-14
* generalize not acked; add more dfn's of functions; globalizeGravatar John Kohl1987-07-14
* plug a memory hole; add brain dump supportGravatar John Kohl1987-07-14
* clean up timer processingGravatar John Kohl1987-07-14
* case insensitive class instances; dike out some debugging codeGravatar John Kohl1987-07-14
* add better server-server support (requires double parsing), braindumpGravatar John Kohl1987-07-14
* Add actions for attach and detach.Gravatar John Kohl1987-07-14
* plug up memory holes; change name of is_server to server_which_serverGravatar John Kohl1987-07-14
* plug some memory leaksGravatar John Kohl1987-07-14
* a *real* brain dump implementation.Gravatar John Kohl1987-07-14
* multiple host support. make server an index, not a pointer (easierGravatar John Kohl1987-07-09
* added multiple server support; dike out some debugginGravatar John Kohl1987-07-09
* unauthentic logouts are ok, if IP addr matchesGravatar John Kohl1987-07-09
* lots of new stuff for dealing with multiple serversGravatar John Kohl1987-07-09
* case insensitize.Gravatar John Kohl1987-07-09
* dike out some debuggingGravatar John Kohl1987-07-09
* hash needs to use unsigned values (for bulletproofing)Gravatar John Kohl1987-07-09
* move server setup stuff into server_s.c; preliminary multi-serverGravatar John Kohl1987-07-09
* add timer_when()Gravatar John Kohl1987-07-09
* rip out debugging codeGravatar John Kohl1987-07-09
* remove useless ZHMClient_t; add more server functions and host funcs;Gravatar John Kohl1987-07-09
* add CLASSRESTRICTEDGravatar John Kohl1987-07-07
* new debugging styleGravatar John Kohl1987-07-07
* change debugging style; add comments, clean up null pointer checksGravatar John Kohl1987-07-07
* change debugging styleGravatar John Kohl1987-07-07
* clean up null pointer checks; add commments; rearrangeGravatar John Kohl1987-07-07
* clean up null pointer checks, add commentsGravatar John Kohl1987-07-07
* add comments, clean up null pointer referencesGravatar John Kohl1987-07-07
* clean up order of functions, add comments, clean up null pointer checksGravatar John Kohl1987-07-07
* new debug style, clean up null pointer checks and comments.Gravatar John Kohl1987-07-07
* clean up commentsGravatar John Kohl1987-07-07
* clean up NULL pointer checksGravatar John Kohl1987-07-07
* make all checks for NULL pointers just use ! rather than == NULLxxxGravatar John Kohl1987-07-07
* comment the moduleGravatar John Kohl1987-07-07
* lint fixesGravatar John Kohl1987-07-02