• Joined on 2024-07-10
Timerix pushed to main at Timerix/tcp-chat 2025-11-08 19:45:59 +00:00
ea4a649e00 added new packet types
13ccfc7ff9 implemented socket_TCP_enableAliveChecks
ebab072835 implemented socket_setTimeout
2db37bb902 implemented EncryptedSocketTCP_recvStruct and EncryptedSocketTCP_recvRSA
Compare 4 commits »
Timerix pushed to main at Timerix/tlibc 2025-11-08 19:45:50 +00:00
d6436d0833 added sec_t
ee2b88a412 added warning on unused Result return value and a way to supress this warning
dbe8924466 compiler attributes were hidden behind ATTRIBUTE_* macros
Compare 3 commits »
Timerix pushed to main at Timerix/tlibc 2025-11-08 13:16:51 +00:00
30c141f587 renamed Array_slice macros
Timerix pushed to main at Timerix/tcp-chat 2025-11-06 17:32:28 +00:00
ee522ac401 fixed memory issues
d36fe9e5b3 added internal buffers to encrypted sockets
Compare 2 commits »
Timerix pushed to main at Timerix/tlibc 2025-11-06 17:29:00 +00:00
00a1a29d34 changed Array_memset(), added file_close()
Timerix pushed to main at Timerix/tcp-chat 2025-11-02 10:41:08 +00:00
375dd842d4 added tasks/strip.sh
Timerix pushed to main at Timerix/tcp-chat 2025-11-02 10:23:13 +00:00
94fcbe5daf fixed connection bugs
Timerix pushed to main at Timerix/tcp-chat 2025-11-01 14:48:28 +00:00
8179609d47 implemented client-server connection, but found out RSA is broken
Timerix pushed to main at Timerix/tlibc 2025-11-01 14:46:21 +00:00
5fb2db2380 implemented str_slice
c4cb696721 fixed file_getSize
Compare 2 commits »
Timerix pushed to main at Timerix/tlibc 2025-11-01 12:17:06 +00:00
b801719712 implemented Array_slice* methods
Timerix pushed to main at Timerix/tcp-chat 2025-11-01 08:39:02 +00:00
5cc1484e80 added -static linker argument for windows
acf8e5ff03 switched aes implementation to "big"
Compare 2 commits »
Timerix pushed to main at Timerix/tcp-chat 2025-10-31 19:14:54 +00:00
6bf06a7d3e removed libreadline dependency
60a4542328 added session_id generation
Compare 2 commits »
Timerix pushed to main at Timerix/tlibc 2025-10-31 19:12:29 +00:00
75c94e88d9 fixed str_trim bugs
Timerix pushed to main at Timerix/tcp-chat 2025-10-31 18:16:00 +00:00
a0bcd2560a cryptography rework and beginning of tcp-chat-protocol
42702ffbe7 added flags to socket_recv
Compare 2 commits »
Timerix pushed to main at Timerix/tlibc 2025-10-26 09:14:31 +00:00
a0affaa6d0 added braces to try_assert
Timerix pushed to main at Timerix/tlibc 2025-10-25 14:04:20 +00:00
f0992c0217 try_assert
Timerix pushed to main at Timerix/tcp-chat 2025-10-25 11:40:14 +00:00
eea36ec2a3 implemented EncryptedSocket
e0d9bfdcb3 AES wrapper rework
1b968f8b1b replaced seedFromTime with seedFromSystem
Compare 3 commits »
Timerix pushed to main at Timerix/tlibc 2025-10-25 11:39:50 +00:00
0184d2e8c9 struct_castTo_Array
Timerix pushed to main at Timerix/tcp-chat 2025-10-25 05:44:16 +00:00
60bc501227 Added session key to ServerConnection
Timerix pushed to main at Timerix/tcp-chat 2025-09-29 07:41:35 +00:00
b1ca05759e added rsa-gen mode