Commit Graph

80 Commits

Author SHA1 Message Date
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
Revertron 8d36119332 Small UI fix. 2023-03-18 18:15:04 +01:00
Revertron a612f73649 Fixed the consensus about expired domains. 2022-09-05 19:12:46 +02:00
Revertron 72a39fad33 Small HTML fix. 2022-05-12 16:14:23 +02:00
Revertron 5b5943a4aa Decoupled domain records change from domain renewal. 2022-04-13 13:02:58 +02:00
Revertron 594dabcab8 Implemented resolution of domain records through NS-servers. Updated dependencies. 2022-04-01 13:03:32 +02:00
Alex Averyanov ce235c0547 Recheck domain availability on TLD change 2022-02-14 19:22:03 +03: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 d502b6c890 Added the TLSA DNS record. 2021-10-08 09:14:24 +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 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 31ba599662 Implemented support for multiple keys. 2021-05-14 14:14:45 +02:00
Revertron 8c2e89da0b Fixed JS part for Edge. 2021-05-07 11:28:24 +02:00
Revertron 01e97ed7a0 Reworked domain contacts. 2021-05-07 10:14:14 +02:00
Revertron 148b4b31ac Fixed dropdown menu behavior.
Added loading of domain info and contacts on edit.
2021-05-06 22:53:38 +02:00
Revertron 0a1dc454be Fixed dropdown menus behavior on linux. 2021-05-06 13:29:12 +02:00
Revertron 969e414907 Small fixes. 2021-05-05 11:50:00 +02:00
Revertron fe92983945 Added record constraints. 2021-05-05 09:11:23 +02:00
Revertron 083e647c91 Added contacts and info for domains. Needs some test. 2021-05-04 22:09:37 +02:00
Revertron bc6d2fbae3 Added second keypair for encryption of domain names.
Changed keys file format to include second pair of keys, it will be in TOML now.
Made many adjustments to block and transaction structures.
Changed block serialization to binary format for hashing/mining.
Removed old build dependencies.
2021-05-04 16:47:03 +02:00
Revertron 52695e0988 Added a possibility to set owner for mined domain.
Fixed small errors.
2021-05-03 12:33:22 +02:00
Revertron 64f5f1027b Removed all external zones. 2021-05-02 16:02:14 +02:00
Revertron 9949d13e62 First commit of 0.5.* branch. 2021-05-02 12:55:51 +02:00
Revertron 5a089b5cd0 Fixed unavailability to mine domains after some errors. 2021-05-01 11:28:01 +02:00
Revertron cd65a0e020 Fixes for zones menu on freaking Arch. 2021-04-30 15:21:34 +02:00
Revertron eb6d6d3690 Fixes in consensus and syles. 2021-04-29 19:53:30 +02:00
Revertron 3c7b81c6dc Changed all blue colors to be as one. 2021-04-28 14:20:09 +02:00
Revertron cefb1eb87f Rewised domains interface a lot. 2021-04-28 13:07:13 +02:00
Revertron e7c2814971 Small UI fix, added contacts button (for now disabled). 2021-04-27 19:05:24 +02:00
Revertron 5cacc30b41 Zone selection dropdown improvements.
Added starting functionality to set domain owners (disabled for now).
2021-04-27 18:04:11 +02:00
Revertron ef38315452 Added dropdown close on blur for zones dropdown.
Added zones sorting in dropdown menu.
2021-04-25 19:54:36 +02:00
Revertron 51633f3e27 Fixed tabbar hiding bug, and flex-shrinking messages bug. 2021-04-20 18:35:44 +02:00
acetone 693f337a59 Шапка больше не пропадает
Меня заверили, что фиксированная минимальная высота - нормальная практика в веб-верстке.
2021-04-20 11:37:40 -04:00
Revertron e3a2b6759b Added parallel build script. 2021-04-18 22:21:48 +02:00
Revertron 0e153ae47e Fixed #44, no external object in Arch Linux webkit. 2021-04-15 21:44:34 +02:00
Revertron 9b093a8172 Implemented presentation and editing for domains. 2021-04-15 12:21:41 +02:00
Revertron 92209689d6 Fixed parsing of DomainData, many other fixes. 2021-04-11 17:50:55 +02:00
Revertron 514c49307a Added hints to controls. 2021-04-10 22:26:49 +02:00
Revertron a8f7838b87 Fixed some styles. 2021-04-10 21:11:59 +02:00
Revertron a74a0733ac Changed identity format in transactions, now it will be double Sha256.
Added new checks for forked blocks.
Added options table.
Added posibility to replace blocks in DB by more appropriate forks.
Divided transactions table to domains and zones tables.
Added a timestamp to domains and zones table, it will give us possibility to purge old domains.
Changed difficulty check to check head and tail (sum of them) of the hash.
Added encrypted (by Chacha20) domain name to DomainData, added contacts and owners vectors for it too.
Added yggdrasil flag to ZoneData - it will restrict all IPs for domains in particular zone to Yggdrasil only.
Changed difficulties of various block types.
Added a temporary (for a run) unique ID to all handshakes.
Start of signing blocks mining will be after 60 seconds after full block.
Added mining status to statusbar.
2021-04-10 09:47:21 +02:00
Revertron 445733fd29 Added a github link to help page. 2021-04-06 12:08:50 +02:00
Revertron 7830681b38 Refactored interface. Added log events to Events tab. 2021-04-06 00:31:50 +02:00
Revertron aa54e9fab6 Changed allowed zone difficulty to 15-30. 2021-04-02 03:26:36 +02:00
Revertron 11bc887fbb Fixed operation with zones in JS. 2021-04-01 12:09:38 +02:00