Commit Graph

225 Commits

Author SHA1 Message Date
Revertron a29a6190fb Fix DNS domain name case preservation and DNS 0x20 encoding issues.
Fixed DNS 0x20 encoding bug in worker threads and removed automatic lowercasing in DNS buffer parsing to preserve case from authoritative sources. Implemented case-insensitive lookups for cache and blockchain while ensuring restoration of the original client query case in all response paths instead of returning randomized DNS 0x20 case from upstream servers.
2025-10-28 13:11:56 +01:00
Revertron 8e11f63479 Fixed centering of the window. 2025-10-27 22:09:11 +01:00
Revertron 19f67e8b77 Moved from webview crate to "wry" to fix Linux's inability to maintain compatibility. 2025-10-27 20:36:37 +01:00
Revertron 81f5568957 Updated all dependencies. 2025-10-27 01:22:02 +01:00
Revertron d2b7080c96 Many DNS fixes! 2025-10-22 22:55:58 +02:00
Revertron 4945f18fae A lot of DNS fixes. 2024-11-18 00:44:04 +01:00
Revertron 2f7df4859d Small changes, updated dependencies. 2024-11-17 13:39:23 +01:00
Revertron de46148e01 Fixed UI for TXT records, updated all dependencies, made better connectivity, added log info to network thread. 2024-07-10 20:15:33 +02:00
Dimitris Apostolou 9bd80f5115 Fix RUSTSEC-2024-0019 2024-03-08 22:11:22 +02:00
Revertron 080d4f3eb2 More dependencies updates. 2024-01-11 01:49:06 +01:00
Revertron a92799fb2d Updated crypto dependencies. 2024-01-11 01:32:18 +01:00
Revertron b74b0e00a0 Added a debug system to catch some deadlock. 2023-12-03 02:11:40 +01:00
Revertron aa500b3ad8 Added Windows service mode! 2023-06-08 00:07:15 +02:00
Revertron 167b6db426 Updated sqlite dependency. 2023-03-01 13:57:08 +01:00
Revertron 748ec8273f Updated dependencies. 2023-03-01 13:18:18 +01:00
Revertron 17456e7a6c Optimized failing nodes banning. 2023-01-30 15:19:36 +01:00
Revertron c199a62a04 Optimized network connections (added write timeouts). 2023-01-30 14:40:59 +01:00
Weijia Wang 03b461a740 build: fix build on aarch64-darwin 2022-11-11 08:59:13 +01:00
Revertron aa246571a7 Fixed unimportant warning, and changed some constants in DoH client. 2022-11-03 17:55:32 +01:00
Revertron e5657d6802 Reworked DNS-resolver. 2022-11-03 14:46:35 +01:00
Revertron 287e88c7e2 Updated dependencies. 2022-11-03 13:56:17 +01:00
Ilyar f8aef96041 make binary smaller 2022-09-11 11:43:01 +02:00
Revertron 9bf98214d4 Network optimizations, part 2. 2022-09-06 20:31:01 +02:00
Revertron 74b84f0e65 Network optimizations. 2022-09-06 19:17:04 +02:00
Revertron a36860e46c More dependency updates. 2022-09-05 20:22:28 +02:00
Revertron 609cbcf819 Updated dependencies. 2022-09-05 19:19:19 +02:00
Revertron a612f73649 Fixed the consensus about expired domains. 2022-09-05 19:12:46 +02:00
Revertron 8cfc48e9c0 Small refactoring and fix LF escape in domain data. 2022-07-26 18:09:37 +02:00
Revertron 492bb4e16d Updated dependencies and incremented version. 2022-07-25 12:02:13 +02:00
Revertron 20054e4be7 Optimized p2p communication. Disabled connections from v0.6.*. Updated dependencies. 2022-07-11 14:44:24 +02:00
Revertron ef5cef290e Fixed block-spam over the p2p if there is no consensus. 2022-07-11 02:17:30 +02:00
Revertron a3b262159f Updated dependencies. 2022-07-10 23:09:58 +02:00
Revertron a13c824f7d Updated dependencies, fixed connection drop for banned nodes. 2022-06-29 19:02:11 +02:00
Revertron f9fb935264 Fixed ban mechanism, updated dependencies. 2022-06-09 16:57:57 +02:00
Revertron 50d83b848a Fixed local timezone setting in logger. 2022-05-12 19:26:23 +02:00
Revertron 27ba7c5710 Fixed signers' calculation once more. 2022-05-12 18:49:54 +02:00
Revertron e9aad8905c Updated dependencies. 2022-05-12 15:17:25 +02:00
Revertron 410bc9b7e4 Fixed signers' calculation loop. Fixed block checks. Added trace logging level. Updated dependencies. 2022-05-12 14:50:31 +02:00
Revertron 5b5943a4aa Decoupled domain records change from domain renewal. 2022-04-13 13:02:58 +02:00
la-ninpre e744b95a7e Add support for other BSDs
Tested basic functionality[1] on these systems:
FreeBSD
NetBSD
DragonflyBSD

[1]: by basic functionality I mean syncing the blockchain and resolving
DNS queries.

GUI doesn't work on NetBSD due to different locations of shared
libraries which could be fixed. DragonflyBSD isn't supported by
webview-sys create so GUI doen't work there too. Also DragonflyBSD
isn't supported by `thread-priority` crate, so it is disabled in the
code.
2022-04-13 00:09:11 +03:00
la-ninpre 370db66ce5 Added OpenBSD support 2022-04-09 14:37:05 +03:00
Revertron 594dabcab8 Implemented resolution of domain records through NS-servers. Updated dependencies. 2022-04-01 13:03:32 +02:00
Revertron fd9da6f6fd Updated dependencies. 2022-03-10 16:11:17 +01:00
Revertron eec8a2d0a6 Updated dependencies. 2022-02-16 22:58:06 +01:00
Revertron b8d505da2e Sped up P2P reconnections after sleep. Ensured successfull peer resolution. Updated dependencies. 2022-01-12 15:56:16 +01:00
Revertron f7799fefd6 Updated dependencies. 2022-01-03 20:16:48 +01:00
Revertron 6ce092f184 Some network refactoring, updated dependencies. 2022-01-02 15:10:33 +01:00
Revertron d776cca5b3 Updated dependencies and README. 2021-12-22 20:28:05 +01:00
Revertron 27f0df16f4 Merge pull request #188 from Revertron/dependabot/cargo/serde-1.0.131
Bump serde from 1.0.130 to 1.0.131
2021-12-13 13:52:35 +01:00
Revertron bb067cc1a2 Merge pull request #187 from Revertron/dependabot/cargo/simplelog-0.11.1
Bump simplelog from 0.11.0 to 0.11.1
2021-12-13 13:51:46 +01:00