|
|
291a727dd3
|
Tried to work on fixing message string bug
|
2023-04-28 16:21:32 -05:00 |
|
|
|
34861b4644
|
Lots of little fixes, cleared buffer, fixed some minor bugs
|
2023-04-14 14:32:31 -05:00 |
|
|
|
5bc6c575fc
|
Started working on receiving messages
|
2023-04-14 08:11:09 -05:00 |
|
|
|
868aaccf28
|
Added check for whether the destination user exists
|
2023-04-13 10:28:16 -05:00 |
|
|
|
ad70f43da9
|
DOESN'T COMPILE - Started working on adding message to stack
|
2023-04-13 08:11:34 -05:00 |
|
|
|
1456b60ad9
|
Added check for NULL message
|
2023-04-11 23:02:20 -05:00 |
|
|
|
d46d250b84
|
Continued refactoring code
|
2023-04-11 14:29:16 -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
|
2023-04-11 08:09:27 -05:00 |
|
|
|
3125dd48d6
|
Fixed memory allocation bug in 'create_user_list' function
|
2023-04-09 10:52:28 -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 |
|
|
|
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 |
|
|
|
67466ade6e
|
Continued working on retrieving IP address from message
|
2023-04-05 08:13:05 -05:00 |
|
|
|
ba35b8acdd
|
Moved file manipulation functions to helper files
|
2023-04-04 08:08:22 -05:00 |
|
|
|
e5e3e8db72
|
Fixed segfault issue by using MAX_CONNECTIONS instead of 'sizeof'
|
2023-04-03 10:24:45 -05:00 |
|
|
|
06b44d17c7
|
Added code for client connections
|
2023-04-03 09:48:30 -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 |
|
|
|
b048b09f64
|
First commit
|
2023-03-28 08:08:11 -05:00 |
|