aboutsummaryrefslogtreecommitdiff
path: root/v2/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Put v2 code in root folderRaymaekers Luca2024-10-261-70/+0
|
* fixed bug when sending message after disconnectRaymaekers Luca2024-10-261-1/+1
| | | | | This is because for sending, receiving & closing serverfd variable was used instead of `fds[FDS_SERVER].fd`.
* Reconnnect to server with threadRaymaekers Luca2024-10-261-0/+1
|
* Documentation & choreRaymaekers Luca2024-10-251-15/+26
| | | | | | | Includes: - increase the limit - update with sources - remove arena include in send.c
* fixed bug not allow sending empty messageRaymaekers Luca2024-10-251-0/+1
|
* Bind Ctrl+W to erase word behind cursorRaymaekers Luca2024-10-251-0/+5
| | | | Added keybinds descriptions in the readme.
* Initial draft for v2Raymaekers Luca2024-10-241-0/+52
This is a rewrite of v1 using arena's as memory allocators. The other great difference is using wide strings by default (wchar_t) because that will be needed in the future to print pretty UIs.