Commit Graph

304 Commits

Author SHA1 Message Date
Revertron 63d3593e10 Fixed default AdGuard DNS IP. 2022-01-03 22:08:59 +01:00
Revertron b2aa001dc5 Fixed build warning on linux. 2022-01-03 22:06:41 +01:00
Revertron 6ce092f184 Some network refactoring, updated dependencies. 2022-01-02 15:10:33 +01:00
Revertron c111da6250 Fixed network message reading. 2021-12-25 22:15:35 +01:00
Revertron 797584c516 Fixed multiple clippy warnings. 2021-12-25 18:40:36 +01:00
Revertron 0e8d39751e Changed the way how DNS-server start error is handled. Now ALFIS starts normally, and the error is shown in GUI. 2021-11-20 16:11:05 +01:00
Revertron ab742885dd Optimized logging, fixing #175. 2021-11-15 17:38:12 +01:00
Revertron e29c58bec3 Fixed logging to file on Windows without console window. 2021-10-25 17:22:50 +02:00
Revertron 3a6932e5b2 Fixed UI start without console window on Windows on Rust 1.56.0. 2021-10-24 16:48:27 +02:00
Revertron 66242464c4 Removed tight restrictions of blocks sync. Sped up initial sync a lot. 2021-10-08 09:15:12 +02:00
Revertron d502b6c890 Added the TLSA DNS record. 2021-10-08 09:14:24 +02:00
Revertron 2f577c6665 Fixed sending domain info with "'" to UI. 2021-09-22 11:52:56 +02:00
Revertron 522a75d511 Added an option to save current node status to file. 2021-09-21 15:25:42 +02:00
Revertron 82ccffbbb7 Made DoH feature optional to be able to create new builds for MIPSes. 2021-09-15 23:56:51 +02:00
Revertron 6eb185f76a Removed async dnsclient in favor of internal implementation. 2021-09-15 16:06:10 +02:00
Revertron a1099e54f0 Fixed CNAME resolution test. 2021-09-12 13:47:05 +02:00
Revertron 7b79f86e17 Fixed inadequate response packet lengths and made proper CNAME resolution. 2021-09-12 13:03:10 +02:00
Revertron 2b57d07da5 Optimized requests handling. 2021-09-10 16:30:17 +02:00
Revertron 903a3b1550 Fixed OPT record forwarding. 2021-09-09 18:18:03 +02:00
Revertron 9fe8fa31eb Fixed test. 2021-09-08 19:59:10 +02:00
Revertron 08328c95fe Added DNS-over-HTTPS support for forwarded queries. 2021-09-08 17:53:38 +02:00
Revertron 66b03c0dff Verson increment. Disabled start of DNS server if threads set to zero. 2021-07-17 13:16:00 +02:00
Revertron 815c18b501 Decreased domain remining difficulty by 1. 2021-06-30 13:25:43 +02:00
Revertron 6101c403d4 Added more checks to resolve current forked state. 2021-06-12 12:24:21 +02:00
Revertron 8facb69c3f Implemented purging ignored IPs. 2021-06-10 22:31:05 +02:00
Revertron 428ed92d87 Implemented new algorithm of choosing signers, effective from block 855. 2021-06-10 22:26:39 +02:00
Revertron d513c29cfe Code reformatting. 2021-06-09 20:36:36 +02:00
Revertron 13c8843c27 Fixed cargo doc generation. 2021-06-08 11:54:46 +02:00
Revertron c8183e0e58 More optimizations for initial blocks sync. 2021-06-06 00:03:53 +02:00
Revertron e82f0ee9b1 Optimized initial blocks sync. 2021-06-05 01:07:26 +02:00
Revertron bb1f1acce5 Optimized read of network messages. 2021-06-02 13:12:54 +02:00
Revertron 21fdd0c800 Fixed DNS cache test. 2021-05-31 09:15:41 +02:00
Revertron 2d6afdabc5 Fixed tests. 2021-05-30 14:52:04 +02:00
Revertron 2f9f71a795 Removed unnecessary manual drops. 2021-05-30 14:48:15 +02:00
Revertron 7cd9a871a5 Better error handling for P2P connections. 2021-05-30 14:43:30 +02:00
Revertron dbd14e1599 Fixed excess logging. 2021-05-30 02:07:42 +02:00
Revertron 319051edbd Implemented P2P traffic encryption.
Changed serialization format of P2P messages.
Refactored P2P network code.
2021-05-30 00:33:13 +02:00
Revertron 5398410d8d Made temporary speedup for cold start. 2021-05-25 16:55:59 +02:00
Revertron b458140d6c Fixed build. 2021-05-24 17:44:35 +02:00
Revertron 8a8c2678ae Small UI and log polishing. 2021-05-24 17:36:07 +02:00
Revertron 88404a635b Added statistics to main screen. 2021-05-21 23:32:46 +02:00
Revertron ebcb7174fe Finished UI-refactoring. 2021-05-19 20:50:50 +02:00
Revertron 8bc6ca60ec Moved some UI-components around. 2021-05-19 20:36:23 +02:00
Revertron 7c38ee915f Removed deprecated keystore code. 2021-05-19 17:59:19 +02:00
Revertron 4e96eeed59 Changed logo placement. 2021-05-19 17:29:38 +02:00
Revertron 7665a2af3f Refactored domain list interface.
Added new logo and icon.
2021-05-18 18:16:28 +02:00
Revertron e5f4aa138c Fixed empty keys dropdown text after new key was mined. 2021-05-18 11:26:38 +02:00
Revertron 709f65e5cc Fixed operation of transferred domains. 2021-05-17 11:27:18 +02:00
Revertron a9f2193fce Implemented resolve of PTR records. 2021-05-16 16:05:22 +02:00
Revertron 212525e3eb Randomized signing keys. 2021-05-16 15:40:53 +02:00