This project was meant to be a chat server for an old app-project including a chat-function. As this project was abandoned this chat-server has never been finished and never will be. It was supposed to support multiple protocols but only one custom irc-like protocol has been half implemented. This server was meant to serve a small user-count. It is entirely written in Hack.
Any documentation is provided as tex-files.
To build pdf-document you can use make doc
to compile all documentation-tex-files into pdf s using pdflatex and remove all further created files on the fly.
make confdoc
for configuration-doc (regarding the configuration-file)make protocoldoc
for protocol-doc (connection and communication between server and client)make cleandoc
removes all files (incl. pdf) that are created by pdflatex during compilation