You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Aadhavan Srinivasan 291a727dd3 | 2 years ago | |
---|---|---|
.gitignore | 2 years ago | |
Makefile | 2 years ago | |
README.md | 2 years ago | |
file_helpers.c | 2 years ago | |
file_helpers.h | 2 years ago | |
main.c | 2 years ago | |
message.c | 2 years ago | |
message.h | 2 years ago | |
message_helpers.c | 2 years ago | |
message_helpers.h | 2 years ago | |
stack.c | 2 years ago | |
stack.h | 2 years ago | |
user.c | 2 years ago | |
user.h | 2 years ago |
README.md
Chat server
This is a simple, barely-working chat server (which uses a custom protocol). It is written in C, and relies on BSD sockets.
##Usage
To use it, compile the program with make
.
TODO:
- Finish README
- Implement password authentication
- Fix bugs with message string manipulation (the actual message isn't being stored correctly, and contains extra characters).
- Do additional testing to ensure that everything works correctly (it probably doesn't).