This website requires JavaScript.
291a727dd3
Tried to work on fixing message string bug
master
Aadhavan Srinivasan
2023-04-28 16:21:32 -05:00
a565c7ef29
Started working on README
Aadhavan Srinivasan
2023-04-18 16:21:28 -05:00
fa1e8610f8
Fixed bug with manipulation of the message string, by creating a copy of the string parameter
Aadhavan Srinivasan
2023-04-14 15:30:51 -05:00
9c87de7196
NEED TO FIX: updated some code, but it still retrieves wrong message length
Aadhavan Srinivasan
2023-04-14 14:45:24 -05:00
34861b4644
Lots of little fixes, cleared buffer, fixed some minor bugs
Aadhavan Srinivasan
2023-04-14 14:32:31 -05:00
a83338e8db
Updated stack file; removed 'free' call
Aadhavan Srinivasan
2023-04-14 14:31:43 -05:00
5bc6c575fc
Started working on receiving messages
Rockingcool
2023-04-14 08:11:09 -05:00
c8c9a34aab
Used 'tm*' instead of 'tm' for storing time
Rockingcool
2023-04-14 08:10:52 -05:00
868aaccf28
Added check for whether the destination user exists
Aadhavan Srinivasan
2023-04-13 10:28:16 -05:00
97d1c9153b
Added libstack files to Makefile
Aadhavan Srinivasan
2023-04-13 10:27:10 -05:00
2c46754cb4
Took 'user*' as a parameter instead of 'user', returned 'Message*' instead of 'Message'
Aadhavan Srinivasan
2023-04-13 10:26:10 -05:00
ad70f43da9
DOESN'T COMPILE - Started working on adding message to stack
Rockingcool
2023-04-13 08:11:34 -05:00
df9a05a56e
Added libstack files
Rockingcool
2023-04-13 08:11:15 -05:00
1456b60ad9
Added check for NULL message
Rockingcool
2023-04-11 23:02:20 -05:00
6be0bd8ce2
Finished working on 'fetch_message_string' function
Rockingcool
2023-04-11 23:01:59 -05:00
d46d250b84
Continued refactoring code
Aadhavan Srinivasan
2023-04-11 14:29:16 -05:00
70ecbae964
Removed unnecessary functions
Aadhavan Srinivasan
2023-04-11 14:29:02 -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
Rockingcool
2023-04-11 08:09:27 -05:00
3e07370f31
Added function for retrieving sender, message, and a generic string
Rockingcool
2023-04-11 08:08:32 -05:00
3125dd48d6
Fixed memory allocation bug in 'create_user_list' function
Rockingcool
2023-04-09 10:52:28 -05:00
5bf131d00c
Changed function name
Aadhavan Srinivasan
2023-04-09 09:39:35 -05:00
42e12def81
Routine bugfixes
Aadhavan Srinivasan
2023-04-09 09:39:12 -05:00
a5ac16f884
Reversed the order of file manipulation functions, which fixed the 'Corrupted top size' error
Aadhavan Srinivasan
2023-04-06 17:51:17 -05:00
768d3fcedf
Rewinded 'fp' before closing it
Aadhavan Srinivasan
2023-04-06 17:50:10 -05:00
65f731651b
Added code for returning User instead of IP address
Aadhavan Srinivasan
2023-04-05 16:24:22 -05:00
84a2a79b89
Used Users instead of IP addresses
Aadhavan Srinivasan
2023-04-05 16:23:59 -05:00
3b71854b62
Finished message address checking, worked on SIGINT handling
Aadhavan Srinivasan
2023-04-05 10:29:12 -05:00
d294a4411f
Added 'allwarn' and 'debug' targerts
Aadhavan Srinivasan
2023-04-05 10:28:43 -05:00
770c03cf76
Added delimiter to 'strtok' function
Aadhavan Srinivasan
2023-04-05 10:28:29 -05:00
a940d7acad
Updated .gitignore to ignore object files
Rockingcool
2023-04-05 08:13:29 -05:00
67466ade6e
Continued working on retrieving IP address from message
Rockingcool
2023-04-05 08:13:05 -05:00
eefe9fbf1b
Added Makefile rules for compiling, linking and deleting compiled files
Rockingcool
2023-04-04 08:08:55 -05:00
ba35b8acdd
Moved file manipulation functions to helper files
Rockingcool
2023-04-04 08:08:22 -05:00
cfc8fbbb7b
Updated .gitignore
Rockingcool
2023-04-04 08:07:36 -05:00
d0c624e319
Added helper functions for file manipulation
Rockingcool
2023-04-04 08:07:08 -05:00
f3f66297c2
Added helper functions for message string manipulation
Rockingcool
2023-04-04 08:06:44 -05:00
13858dc352
Added helper functions for file manipulation
Rockingcool
2023-04-04 08:06:28 -05:00
e5e3e8db72
Fixed segfault issue by using MAX_CONNECTIONS instead of 'sizeof'
Aadhavan Srinivasan
2023-04-03 10:24:45 -05:00
423404826e
Removed socket library, I'm using the '.so' file instead
Aadhavan Srinivasan
2023-04-03 10:23:47 -05:00
06b44d17c7
Added code for client connections
Rockingcool
2023-04-03 09:48:30 -05:00
7b55d84171
Added socket library files
Rockingcool
2023-04-03 09:48:02 -05:00
d6db6ad33b
Removed ncurses helpers file
Rockingcool
2023-03-29 17:17:13 -05:00
f0313dc338
Added helper functions for ncurses
Aadhavan Srinivasan
2023-03-29 14:47:15 -05:00
2492678652
Added 'create_user_list' function
Rockingcool
2023-03-29 14:09:16 -05:00
c0c567c7ae
Added helper function to read file into string
Aadhavan Srinivasan
2023-03-28 10:27:41 -05:00
b4140c5888
Added .gitignore
Aadhavan Srinivasan
2023-03-28 10:27:27 -05:00
b048b09f64
First commit
Rockingcool
2023-03-28 08:08:11 -05:00