|
934658c1e4
|
Strings improvements
|
2017-05-30 16:59:04 +02:00 |
|
|
9b7a338aef
|
Connection's timeout is working again (sync for select & optimizations
|
2017-05-30 16:30:56 +02:00 |
|
|
2fc1d0d23e
|
Some optimizations, renames variables and improves some strings
|
2017-05-30 14:53:12 +02:00 |
|
|
29968f3a76
|
Precises some stuffs, and fix segmentation faults on commands input
|
2017-05-30 07:34:41 +02:00 |
|
|
3b24b32fd3
|
Fix a bug with integer argument, and renames a variable
|
2017-05-29 22:56:36 +02:00 |
|
|
cb92777ed5
|
Fix' some display problems and adds colors to "controlling" information
|
2017-05-29 22:26:04 +02:00 |
|
|
02155596a6
|
Each connection will now be secured with a TLS tunnel
--> Timeout on connection had to be disabled ATM though. Working on it
|
2017-05-29 22:12:32 +02:00 |
|
|
ededb700e7
|
Removes logout and additional '\n' on help output
|
2017-05-28 14:20:16 +02:00 |
|
|
17bdd33dc4
|
Both IPv4 & IPv6 are now fully supported + Optimizations
|
2017-05-26 23:29:16 +02:00 |
|
|
25baa76f7b
|
Fix' a Valgrind warning (+ memory loss)
|
2017-05-25 14:38:00 +02:00 |
|
|
67fef30c37
|
Some headers optimizations
|
2017-05-25 13:58:09 +02:00 |
|
|
55ab90bf6e
|
Optimizations, security and IPv6 for client-side
|
2017-05-25 13:48:01 +02:00 |
|
|
3917d0316a
|
Let's fall back on a simple chat service
--> WIFSS architecture was not fitting at all with
what we expected from it, let's just improve the first chat solution
|
2017-05-24 23:36:21 +02:00 |
|
|
08ed6fa620
|
Various optimizations + Securing some string operations + Clean the code
|
2017-05-24 22:59:50 +02:00 |
|
|
c11d313b5f
|
Change the parsing function for command + Rename some parameters + Fix a display bug + Change 'AF_INET' to 'PF_INET' for 'socket()' calls + Remove the '?' command + Rename some MACROS + New clear function for the console !
|
2016-11-13 19:57:01 +01:00 |
|
|
87279032b1
|
Lots of minor changes + Now the 'accept' on server side is in a dedicated thread + Adds few 'strerror()' after system calls, to be continued
|
2016-10-16 22:34:23 +02:00 |
|
|
fef30094c7
|
Big big changes, again: Totally new file architecture + A true Makefile now ! + Fix some stuff in environment variable + One structure regroups the global variables on client side + Nothing is finished yet, just pushing the new project
|
2016-10-09 15:46:05 +02:00 |
|