Aadhavan Srinivasan Rockingcool
  • Joined on 2022-10-09
Rockingcool pushed to master at Rockingcool/chat_application 2023-04-11 23:10:39 -05:00
1456b60ad9 Added check for NULL message
6be0bd8ce2 Finished working on 'fetch_message_string' function
Compare 2 commits »
Rockingcool pushed to master at Rockingcool/chat_application 2023-04-11 14:29:29 -05:00
d46d250b84 Continued refactoring code
70ecbae964 Removed unnecessary functions
Compare 2 commits »
Rockingcool pushed to master at Rockingcool/chat_application 2023-04-11 08:11:19 -05:00
ace4e3c8e5 Added code to retrieve sender (by calling the appropriate message_helper function), started refactoring code so that all data is processed in one shot, instead of waiting for multiple 'recv's
3e07370f31 Added function for retrieving sender, message, and a generic string
Compare 2 commits »
Rockingcool pushed to master at Rockingcool/chat_application 2023-04-09 10:53:49 -05:00
3125dd48d6 Fixed memory allocation bug in 'create_user_list' function
Rockingcool pushed to master at Rockingcool/chat_application 2023-04-09 10:48:33 -05:00
10dfaf855d Fixed bug with memory allocation in 'create_user_list' function
Rockingcool pushed to master at Rockingcool/chat_application 2023-04-09 09:39:59 -05:00
5bf131d00c Changed function name
42e12def81 Routine bugfixes
Compare 2 commits »
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