Commit Graph

28 Commits

Author SHA1 Message Date
horhik 78c84d1e17 fix regexp in serv_conn.rs 2021-04-29 08:54:01 +03:00
Horhik 60f5ed6c6e fix issue with sending messages to wrong uri 2021-04-24 16:33:25 +03:00
Horhik 35d2eafdb8 Supporting Sqlite DB Pool and add json Message type 2021-04-23 21:54:48 +03:00
Horhik 7c28f99546 send gotted messags from freenet to frontend 2021-04-23 13:17:30 +03:00
Horhik 044c393e92 add user config 2021-04-20 22:23:04 +03:00
Horhik cc92837d64 add unimplemented request_handler 2021-03-24 21:35:20 +03:00
Horhik 0a34a0b210 create api structures 2021-03-24 10:32:31 +03:00
Horhik 6842d4e5b2 add some functions for interacting with message table 2021-03-18 09:05:00 +03:00
Horhik 25f73f6a36 add functions for adding users/messages and getting it from DB 2021-03-18 07:44:53 +03:00
Horhik acd8be2628 some little updates with database 2021-03-11 09:53:47 +03:00
Horhik 1ddc42721c separate some functions by folders. 2021-02-28 00:58:55 +03:00
Horhik 3b8c3c9438 some refactoring 2021-01-24 20:06:06 +02:00
Horhik 4594b0f750 set up communication for server thread 2021-01-09 16:03:00 +02:00
Horhik c9c79a4bc6 try to split front conn by two threads 2021-01-08 21:30:52 +02:00
Horhik 871286221b fix smth 2021-01-08 12:59:01 +02:00
Horhik 67b2c20959 create 4 threads for communicating 2021-01-08 12:35:42 +02:00
Horhik f55ed0700a fcp nodehello request works 2021-01-06 11:41:33 +02:00
Horhik dc87e678b8 some tinkering 2021-01-06 06:18:46 +02:00
Horhik f29a308209 start crating wrap over fcp api 2021-01-05 15:58:18 +02:00
Horhik 7803aeab02 Basic communication between two threads 2020-11-22 19:03:34 +02:00
Horhik ddcc5e48a8 find out way to communicate 2020-11-22 18:19:32 +02:00
Horhik 4916f96345 very simple multithreading 2020-11-22 16:48:24 +02:00
Horhik 97568a29db start working with multithreading 2020-11-22 16:31:45 +02:00
horhik 605319e158 add json receiving in client side 2020-11-01 18:46:47 +02:00
horhik 95baef1db7 add skip decrypt function 2020-09-14 11:50:18 +03:00
horhik 151cade1fa add tests for encrypting 2020-09-13 14:03:23 +03:00
horhik 0940192faa make basic ntru encrypting api 2020-09-12 22:46:14 +03:00
horhik 754edd4725 add ability to encode/decode keys to/from string 2020-09-11 01:01:13 +03:00