Commit Graph

19 Commits

Author SHA1 Message Date
770c03cf76 Added delimiter to 'strtok' function 2023-04-05 10:28:29 -05:00
a940d7acad Updated .gitignore to ignore object files 2023-04-05 08:13:29 -05:00
67466ade6e Continued working on retrieving IP address from message 2023-04-05 08:13:05 -05:00
eefe9fbf1b Added Makefile rules for compiling, linking and deleting compiled files 2023-04-04 08:08:55 -05:00
ba35b8acdd Moved file manipulation functions to helper files 2023-04-04 08:08:22 -05:00
cfc8fbbb7b Updated .gitignore 2023-04-04 08:07:36 -05:00
d0c624e319 Added helper functions for file manipulation 2023-04-04 08:07:08 -05:00
f3f66297c2 Added helper functions for message string manipulation 2023-04-04 08:06:44 -05:00
13858dc352 Added helper functions for file manipulation 2023-04-04 08:06:28 -05:00
e5e3e8db72 Fixed segfault issue by using MAX_CONNECTIONS instead of 'sizeof' 2023-04-03 10:24:45 -05:00
423404826e Removed socket library, I'm using the '.so' file instead 2023-04-03 10:23:47 -05:00
06b44d17c7 Added code for client connections 2023-04-03 09:48:30 -05:00
7b55d84171 Added socket library files 2023-04-03 09:48:02 -05:00
d6db6ad33b Removed ncurses helpers file 2023-03-29 17:17:13 -05:00
f0313dc338 Added helper functions for ncurses 2023-03-29 14:47:15 -05:00
2492678652 Added 'create_user_list' function 2023-03-29 14:09:16 -05:00
c0c567c7ae Added helper function to read file into string 2023-03-28 10:27:41 -05:00
b4140c5888 Added .gitignore 2023-03-28 10:27:27 -05:00
b048b09f64 First commit 2023-03-28 08:08:11 -05:00