aboutsummaryrefslogtreecommitdiff
path: root/compile_flags.txt
Commit message (Collapse)AuthorAgeFilesLines
* Added protocolRaymaekers Luca2024-10-301-0/+5
| | | | | | | | | | | | | | | | | | Use a protocol defined in `README.md` and `chatty.h` for sending messages. Another big change is the clientsArena which now stores metadata for the connection such as the author's name. Misc: - Merged arena.h and common.h into chatty.h - removed all the unused code from arena.h as it was not very useful and would not win me any time. - Added compile_flag.txt - Changed formatting - Added more log messages - Added more asserts - Added bool type via enum
* Archive code into v1/ directoryRaymaekers Luca2024-10-241-5/+0
| | | | | The code was written too fast and I deemed that it would be better to make a new draft.
* Add compile_flagsRaymaekers Luca2024-10-211-0/+5