Aadhavan Srinivasan Rockingcool
  • Joined on 2022-10-09
Rockingcool pushed to master at Rockingcool/chat_application 2023-04-06 17:51:42 -05:00
a5ac16f884 Reversed the order of file manipulation functions, which fixed the 'Corrupted top size' error
768d3fcedf Rewinded 'fp' before closing it
Compare 2 commits »
Rockingcool pushed to master at Rockingcool/chat_application 2023-04-05 16:24:32 -05:00
65f731651b Added code for returning User instead of IP address
84a2a79b89 Used Users instead of IP addresses
Compare 2 commits »
Rockingcool pushed to master at Rockingcool/chat_application 2023-04-05 10:29:25 -05:00
3b71854b62 Finished message address checking, worked on SIGINT handling
d294a4411f Added 'allwarn' and 'debug' targerts
770c03cf76 Added delimiter to 'strtok' function
Compare 3 commits »
Rockingcool pushed to master at Rockingcool/chat_application 2023-04-05 08:13:43 -05:00
a940d7acad Updated .gitignore to ignore object files
67466ade6e Continued working on retrieving IP address from message
Compare 2 commits »
Rockingcool pushed to master at Rockingcool/easysock 2023-04-05 00:09:12 -05:00
862fb9f944 Extended 'install' target to install man pages as well
8c05336c73 Added man pages for library
Compare 2 commits »
Rockingcool pushed to master at Rockingcool/easysock 2023-04-04 23:40:44 -05:00
94e9ba3b57 Updated return values to better conform with the other functions
ad0966f749 Updated error codes and replaced 'exit' with 'return'
Compare 2 commits »
Rockingcool pushed to master at Rockingcool/basic-proxy 2023-04-04 22:44:20 -05:00
22f7df1524 Added error checking for return value from 'easysock' functions
4d606df24d Updated easysock library files
Compare 2 commits »
Rockingcool pushed to master at Rockingcool/easysock 2023-04-04 19:32:09 -05:00
07e991223f Fixed bug with return statement
14418078ff Changed exit statements with return statements
19281f8ca3 Updated README
b8a9f77e13 Updated README
Compare 4 commits »
Rockingcool pushed to master at Rockingcool/chat_application 2023-04-04 08:09:07 -05:00
eefe9fbf1b Added Makefile rules for compiling, linking and deleting compiled files
Rockingcool pushed to master at Rockingcool/chat_application 2023-04-04 08:08:35 -05:00
ba35b8acdd Moved file manipulation functions to helper files
cfc8fbbb7b Updated .gitignore
d0c624e319 Added helper functions for file manipulation
f3f66297c2 Added helper functions for message string manipulation
13858dc352 Added helper functions for file manipulation
Compare 5 commits »
Rockingcool pushed to master at Rockingcool/chat_application 2023-04-03 10:24:56 -05:00
e5e3e8db72 Fixed segfault issue by using MAX_CONNECTIONS instead of 'sizeof'
423404826e Removed socket library, I'm using the '.so' file instead
Compare 2 commits »
Rockingcool pushed to master at Rockingcool/chat_application 2023-04-03 09:49:13 -05:00
06b44d17c7 Added code for client connections
7b55d84171 Added socket library files
d6db6ad33b Removed ncurses helpers file
Compare 3 commits »
Rockingcool pushed to master at Rockingcool/chat_application 2023-03-29 14:47:36 -05:00
f0313dc338 Added helper functions for ncurses
Rockingcool pushed to master at Rockingcool/chat_application 2023-03-29 14:09:39 -05:00
2492678652 Added 'create_user_list' function
Rockingcool pushed to master at Rockingcool/chat_application 2023-03-28 10:27:59 -05:00
c0c567c7ae Added helper function to read file into string
b4140c5888 Added .gitignore
Compare 2 commits »
Rockingcool created branch master in Rockingcool/chat_application 2023-03-28 08:09:26 -05:00
Rockingcool pushed to master at Rockingcool/chat_application 2023-03-28 08:09:26 -05:00
b048b09f64 First commit
Rockingcool created repository Rockingcool/chat_application 2023-03-28 08:08:53 -05:00
Rockingcool pushed to master at Rockingcool/easysock 2023-03-27 17:31:51 -05:00
643c8abb67 Updated README
Rockingcool pushed to master at Rockingcool/easysock 2023-03-27 17:31:19 -05:00
424e95c603 Updated README