Commit Graph

31 Commits (70ecbae964e46bdf9c9261a5d523784509983c97)
 

Author SHA1 Message Date
Aadhavan Srinivasan 70ecbae964 Removed unnecessary functions
Aadhavan Srinivasan 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
Aadhavan Srinivasan 3e07370f31 Added function for retrieving sender, message, and a generic string
Aadhavan Srinivasan 3125dd48d6 Fixed memory allocation bug in 'create_user_list' function
Aadhavan Srinivasan 5bf131d00c Changed function name
Aadhavan Srinivasan 42e12def81 Routine bugfixes
Aadhavan Srinivasan a5ac16f884 Reversed the order of file manipulation functions, which fixed the 'Corrupted top size' error
Aadhavan Srinivasan 768d3fcedf Rewinded 'fp' before closing it
Aadhavan Srinivasan 65f731651b Added code for returning User instead of IP address
Aadhavan Srinivasan 84a2a79b89 Used Users instead of IP addresses
Aadhavan Srinivasan 3b71854b62 Finished message address checking, worked on SIGINT handling
Aadhavan Srinivasan d294a4411f Added 'allwarn' and 'debug' targerts
Aadhavan Srinivasan 770c03cf76 Added delimiter to 'strtok' function
Aadhavan Srinivasan a940d7acad Updated .gitignore to ignore object files
Aadhavan Srinivasan 67466ade6e Continued working on retrieving IP address from message
Aadhavan Srinivasan eefe9fbf1b Added Makefile rules for compiling, linking and deleting compiled files
Aadhavan Srinivasan ba35b8acdd Moved file manipulation functions to helper files
Aadhavan Srinivasan cfc8fbbb7b Updated .gitignore
Aadhavan Srinivasan d0c624e319 Added helper functions for file manipulation
Aadhavan Srinivasan f3f66297c2 Added helper functions for message string manipulation
Aadhavan Srinivasan 13858dc352 Added helper functions for file manipulation
Aadhavan Srinivasan e5e3e8db72 Fixed segfault issue by using MAX_CONNECTIONS instead of 'sizeof'
Aadhavan Srinivasan 423404826e Removed socket library, I'm using the '.so' file instead
Aadhavan Srinivasan 06b44d17c7 Added code for client connections
Aadhavan Srinivasan 7b55d84171 Added socket library files
Aadhavan Srinivasan d6db6ad33b Removed ncurses helpers file
Aadhavan Srinivasan f0313dc338 Added helper functions for ncurses
Aadhavan Srinivasan 2492678652 Added 'create_user_list' function
Aadhavan Srinivasan c0c567c7ae Added helper function to read file into string
Aadhavan Srinivasan b4140c5888 Added .gitignore
Aadhavan Srinivasan b048b09f64 First commit