|
|
571fdd900f
|
added definitions for sending and receiving messages
|
2025-11-24 19:12:05 +05:00 |
|
|
|
0abee3f7df
|
fixed bugs in server and moved token hash calculation to client
|
2025-11-21 21:22:53 +05:00 |
|
|
|
baca2fb4d3
|
implemented aes key validation
|
2025-11-21 20:16:39 +05:00 |
|
|
|
d32f7d4b89
|
fixed AESBlockDecryptor bug
|
2025-11-21 13:21:47 +05:00 |
|
|
|
9dc7de1b41
|
fixed small bugs
|
2025-11-21 13:20:59 +05:00 |
|
|
|
806f0359d0
|
implemented Login and Register requests
|
2025-11-18 23:07:31 +05:00 |
|
|
|
23c98e14df
|
moved magic.h to tlibc
|
2025-11-18 16:29:37 +05:00 |
|
|
|
d0d7d26671
|
moved program modes code to separate files
|
2025-11-18 16:27:54 +05:00 |
|
|
|
1b00f503c8
|
implemented virtual logger
|
2025-11-18 16:01:39 +05:00 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
82d9fae6b5
|
changed file extensions
|
2025-08-09 18:03:56 +03:00 |
|
|
|
a19c5f7023
|
implemented database functions
|
2025-08-08 21:42:35 +03:00 |
|