2
0
mirror of https://github.com/Revertron/Alfis synced 2024-11-15 06:12:52 +00:00
Commit Graph

422 Commits

Author SHA1 Message Date
Revertron
903bd040bb Removed SSL support of HTTP and WS servers. 2021-05-12 16:00:26 +02:00
Revertron
57e202653d Changed web-server implementation from actix-web to tiny-http to save resources. 2021-05-12 15:33:23 +02:00
Revertron
162962c039 Implemented web-server based on Actix-web to provide all HTML/CSS/JS for web-view. 2021-05-11 19:57:25 +02:00
Revertron
ce6b62d2d4 Merge remote-tracking branch 'origin/master' 2021-05-10 11:17:13 +02:00
Revertron
bcb4cc1b6b Changed behavior on spurious wakeups of p2p connections. 2021-05-10 11:17:03 +02:00
Revertron
baaefb3f95
Merge pull request #112 from nxshock/master
Replace Archlinux manual build with AUR package
2021-05-10 10:12:49 +02:00
nxshock
c2b7534266 Replace Archlinux manual build with AUR package 2021-05-10 13:05:39 +05:00
Revertron
92222dd51b Refactored event bus to lazy_static. 2021-05-10 00:49:01 +02:00
Revertron
9a5d3a44a5 Implemented running key-generation from command line. 2021-05-09 23:33:11 +02:00
Revertron
4473922f23 Fixed build, removed warning. 2021-05-09 22:23:15 +02:00
Revertron
4d446829c4 Added error check for domain name decryption. 2021-05-09 22:08:29 +02:00
Revertron
6da89bcf0d Added more convenient cooldown time formatting. 2021-05-09 18:44:09 +02:00
Revertron
a5311de626 Updated images in readme. 2021-05-09 17:06:00 +02:00
Revertron
f9c1bf1679 Added some tests and text in readme. 2021-05-09 16:58:14 +02:00
Revertron
734529098c Fixed lagging behind nodes with "better" last block. 2021-05-07 22:14:30 +02:00
Revertron
8afa86098d Fix of #106 2021-05-07 18:58:42 +02:00
Revertron
bd27f74351 Version increment. Made web-view debug=false. 2021-05-07 14:44:40 +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
39f3df8b03 Added future development roadmap. 2021-05-06 10:55:13 +02:00
Revertron
369dc0955f Version increment. 2021-05-05 14:54:54 +02:00
Revertron
acf73ce968 Fixed block requests. 2021-05-05 14:53:51 +02:00
Revertron
610c7d8b7b Last strokes before 0.5.0. 2021-05-05 13:43:52 +02:00
Revertron
a73bacc8ab Fixed default origin in settings and chain tests. 2021-05-05 12:23:21 +02:00
Revertron
614afb466c Fixed test database and removed old dependency. 2021-05-05 11:58:08 +02:00
Revertron
969e414907 Small fixes. 2021-05-05 11:50:00 +02:00
Revertron
ec635b19f2 Config update to support new chain. 2021-05-05 10:41:32 +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
fab62bdfc8 Changed serialization of block to binary format. 2021-05-03 08:42:21 +02:00
Revertron
c3576d62d8 Removed old constants. 2021-05-02 20:46:27 +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
8bb2d9af9f Version increment. 2021-05-01 11:28:50 +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
067898f2ff Version increment. 2021-04-30 12:45:38 +02:00
Revertron
f5423f8463 Added Limited Confidence to work with forks. 2021-04-30 12:27:24 +02:00
Revertron
eb6d6d3690 Fixes in consensus and syles. 2021-04-29 19:53:30 +02:00
Revertron
6d4dfb282f Added additional material for consensus. 2021-04-29 19:27:45 +02:00
Revertron
a4d9a64989 Implemented consistent SOA serial for internal zones. 2021-04-28 20:12:06 +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
d9e9d53df7 Fixed a regression in DNS filter. 2021-04-28 12:20:26 +02:00
Revertron
50b7d26098 Fixed #60. Now domains are shown as they should be. Rewised events a bit. 2021-04-27 19:52:05 +02:00
Revertron
a01cbf14db Added a log message fro good block mined. 2021-04-27 19:07:31 +02:00