Commit Graph

29 Commits

Author SHA1 Message Date
3e07370f31 Added function for retrieving sender, message, and a generic string 2023-04-11 08:08:32 -05:00
3125dd48d6 Fixed memory allocation bug in 'create_user_list' function 2023-04-09 10:52:28 -05:00
5bf131d00c Changed function name 2023-04-09 09:39:35 -05:00
42e12def81 Routine bugfixes 2023-04-09 09:39:12 -05:00
a5ac16f884 Reversed the order of file manipulation functions, which fixed the 'Corrupted top size' error 2023-04-06 17:51:17 -05:00
768d3fcedf Rewinded 'fp' before closing it 2023-04-06 17:50:10 -05:00
65f731651b Added code for returning User instead of IP address 2023-04-05 16:24:22 -05:00
84a2a79b89 Used Users instead of IP addresses 2023-04-05 16:23:59 -05:00
3b71854b62 Finished message address checking, worked on SIGINT handling 2023-04-05 10:29:12 -05:00
d294a4411f Added 'allwarn' and 'debug' targerts 2023-04-05 10:28:43 -05:00
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