A text-based hackable multiplayer role-playing game. Currently in very early development.
Go to file
Barry 5d772df469 Added initial GnuTLS encryption.
- Added inputoutput.c
- Added inputoutput.h
- inputoutput contains wrapper and helper functions for transmitting messages over GnuTLS.
- Moved the userMessage struct definition to inputoutput.
- Reworked client and server to use GnuTLS.
- Removed all commands from server in preperation for upcoming command and message queues.
- Names and areas are no longer considered for messaging.
- Changed Makefile to link GnuTLS.
2022-03-06 00:36:42 +00:00
src Added initial GnuTLS encryption. 2022-03-06 00:36:42 +00:00
Makefile Added initial GnuTLS encryption. 2022-03-06 00:36:42 +00:00