Commit Graph

60 Commits

Author SHA1 Message Date
a1a11c10e2 created directory ./include/ 2025-11-18 14:37:01 +05:00
eec45cac71 separated Client from ClientCLI 2025-11-18 13:53:05 +05:00
5266872c2b added a lot of terminal control functions 2025-11-16 00:45:08 +05:00
85c0736c8d request ServerPublicInfo in ServerConnection_open() 2025-11-15 15:26:00 +05:00
0ea241c5db fixed bug in AESStreamEncryptor_encrypt 2025-11-15 15:24:16 +05:00
9942d94c94 implemented LoginRequest handler, changed ErrorMessage and ServerPublicInfoResponse 2025-11-15 12:16:04 +05:00
ef2531c63b implemented RegisterRequest handler 2025-11-13 06:19:16 +05:00
d53557dbb6 implemented ServerPublicInfoResponse and ProgramMode::RandomBytes 2025-11-13 02:34:03 +05:00
4add849b9e implemented idb encryption 2025-11-13 02:31:00 +05:00
2f51cd07ff update to cbuild 2.3.1 2025-11-12 23:52:36 +05:00
344b4375f9 updated to cbuild 2.3.0 2025-11-09 23:46:47 +05:00
083b247329 enabled more warnings 2025-11-09 18:39:50 +05:00
b662a85348 changed password hashing 2025-11-09 18:39:37 +05:00
e03c651cef created structs Client and Server 2025-11-09 03:37:28 +05:00
96a117bc50 moved request handlers to separate files 2025-11-09 02:06:33 +05:00
ea4a649e00 added new packet types 2025-11-09 00:49:29 +05:00
13ccfc7ff9 implemented socket_TCP_enableAliveChecks 2025-11-09 00:49:01 +05:00
ebab072835 implemented socket_setTimeout 2025-11-08 20:04:50 +05:00
2db37bb902 implemented EncryptedSocketTCP_recvStruct and EncryptedSocketTCP_recvRSA 2025-11-08 18:21:47 +05:00
ee522ac401 fixed memory issues 2025-11-06 22:36:02 +05:00
d36fe9e5b3 added internal buffers to encrypted sockets 2025-11-06 22:27:41 +05:00
375dd842d4 added tasks/strip.sh 2025-11-02 15:44:26 +05:00
94fcbe5daf fixed connection bugs 2025-11-02 15:26:30 +05:00
8179609d47 implemented client-server connection, but found out RSA is broken 2025-11-01 19:51:43 +05:00
5cc1484e80 added -static linker argument for windows 2025-11-01 13:42:17 +05:00
acf8e5ff03 switched aes implementation to "big" 2025-11-01 13:41:29 +05:00
6bf06a7d3e removed libreadline dependency 2025-11-01 00:18:05 +05:00
60a4542328 added session_id generation 2025-10-31 23:53:43 +05:00
a0bcd2560a cryptography rework and beginning of tcp-chat-protocol 2025-10-31 23:19:08 +05:00
42702ffbe7 added flags to socket_recv 2025-10-25 19:08:37 +05:00
eea36ec2a3 implemented EncryptedSocket 2025-10-25 16:43:14 +05:00
e0d9bfdcb3 AES wrapper rework 2025-10-25 14:36:22 +05:00
1b968f8b1b replaced seedFromTime with seedFromSystem 2025-10-25 11:29:45 +05:00
60bc501227 Added session key to ServerConnection 2025-10-25 10:47:08 +05:00
b1ca05759e added rsa-gen mode 2025-09-29 12:43:55 +05:00
f933d30863 rsa keys base64 encoding/decoding 2025-09-29 10:26:45 +05:00
4fda6ae9e8 finished ClientCredential_create 2025-09-28 17:18:17 +05:00
37f38feec7 rsa encryption and decryption 2025-09-25 01:11:22 +05:00
7ef2eb31ee rsa key allocation on heap 2025-09-19 17:49:17 +05:00
98ae36ad2f rsa key initialization 2025-09-13 02:29:26 +05:00
f01c5fc8a9 implemented client interactive mode 2025-08-28 19:11:28 +03:00
c008d759ae implemented main function 2025-08-10 21:39:51 +03:00
b08ec27629 added mutexes and defers to idb 2025-08-09 21:44:06 +03:00
9396f33288 removed "./" to evade vscode path finding bug 2025-08-09 21:17:31 +03:00
82d9fae6b5 changed file extensions 2025-08-09 18:03:56 +03:00
07c53c9046 changed bearssl out dir to the git-ignored one 2025-08-08 21:46:54 +03:00
a19c5f7023 implemented database functions 2025-08-08 21:42:35 +03:00
eb8bad55ee enabled additional compiler errors 2025-08-08 21:39:16 +03:00
f1a8a186e0 updated tlibc 2025-08-04 19:28:38 +03:00
eb1daa721a updated tlibc 2025-07-24 18:31:42 +03:00