2
0
mirror of https://github.com/Revertron/Alfis synced 2024-11-17 03:25:43 +00:00
Commit Graph

267 Commits

Author SHA1 Message Date
Revertron
91b4fa752b
Merge pull request #31 from r4sas/patch-1
fix typo in alfis.toml
2021-04-10 14:43:47 +02:00
R4SAS
551af8e6a0
fix typo in alfis.toml 2021-04-10 15:39:11 +03:00
Revertron
6a4a8d4106
Merge pull request #30 from Revertron/feature/v4
Feature/v4
2021-04-10 14:26:13 +02:00
Revertron
b97304ba20 Added postrm script to debs, to delete blockchain on uninstall. 2021-04-10 14:15:59 +02:00
Revertron
3900790f03 Returned low thread priorty as it seems after thorough tests that there is an impact afterall. But this functionality is now controlled by option 'mining.lower'. 2021-04-10 14:03:52 +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
e06088e0b0
Create FUNDING.yml 2021-04-06 19:52:59 +02:00
Revertron
1b760187c9
Merge pull request #28 from nxshock/master
PKGBUILD: Add application icon
2021-04-06 15:31:54 +02:00
Revertron
445733fd29 Added a github link to help page. 2021-04-06 12:08:50 +02:00
Revertron
db86bfcd07 Fixed key generated success message. 2021-04-06 11:21:31 +02:00
Revertron
90cc26da4a Use new app icon on Windows. 2021-04-06 01:20:20 +02:00
Revertron
7830681b38 Refactored interface. Added log events to Events tab. 2021-04-06 00:31:50 +02:00
nxshock
96935311dd PKGBUILD: Add application icon 2021-04-05 21:21:52 +05:00
Revertron
33a52c8e8a
Merge pull request #27 from nxshock/master
Add ICO
2021-04-05 17:59:49 +02:00
nxshock
875c24e5bd Add ICO 2021-04-05 20:56:49 +05:00
Revertron
890a8c17ab Added installation part for Debian/Ubuntu to readme. 2021-04-05 01:17:11 +02:00
Revertron
38ba10fd40 Small changes to deb-generator. 2021-04-05 00:51:16 +02:00
Revertron
e9f61e1ae0
Merge pull request #25 from nxshock/master
Logo proposal
2021-04-04 20:47:54 +02:00
nxshock
a3c97edb43 Add new logo to README 2021-04-04 23:28:38 +05:00
nxshock
bb50eedbd7 Logo proposal 2021-04-04 23:25:31 +05:00
Revertron
3e02e31243
Merge pull request #23 from nxshock/master
PKGBUILD: Get version of package from git tag
2021-04-04 15:22:54 +02:00
Revertron
49a6dedaaf
Merge branch 'master' into master 2021-04-04 15:22:40 +02:00
Revertron
ac2562aae9 Updated PKGBUILD version, added 'v' to deb filenames. 2021-04-04 15:17:24 +02:00
nxshock
b815bc2cd0 PKGBUILD: Get version of package from git tag 2021-04-04 18:14:08 +05:00
Revertron
8c3b02b0d5
Merge pull request #22 from nxshock/master
PKGBUILD improvements
2021-04-04 14:58:01 +02:00
Revertron
45ea0914d4 Changed release build script to upload .deb packages. 2021-04-04 14:54:00 +02:00
nxshock
9ec24496f6 Add aarch64 achritecture 2021-04-04 17:41:25 +05:00
nxshock
0d096d2775 Create package from source instead of binary files 2021-04-04 17:40:58 +05:00
Revertron
8d4708d95a Changed release build script to upload .deb packages. 2021-04-04 14:27:44 +02:00
Revertron
c8f8e104a3 Changed release build script to package .deb packages. 2021-04-04 13:46:52 +02:00
Revertron
fd294580c7 Optimized network stuff. 2021-04-04 13:13:32 +02:00
Revertron
09a5750fc1
Merge pull request #21 from nxshock/master
Better looking README is coming
2021-04-04 11:40:27 +02:00
nxshock
1bccaed4b7 Add border for screenshots 2021-04-04 11:04:14 +05:00
nxshock
9aa4b09490 Add more icons for README 2021-04-04 11:04:01 +05:00
Revertron
9afedb50ed Changed log levels to make alfis less chatty. 2021-04-03 23:27:36 +02:00
Revertron
3e5f566c80 Changed all deb-builds to musl and changed deb names. 2021-04-03 23:11:21 +02:00
Revertron
80a05318e6 Fixed systemd capabilities for alfis user. 2021-04-03 21:34:07 +02:00
Revertron
1bf76c9d81 Fixed config upgrades on deb-package reinstall/upgrade. 2021-04-03 21:10:55 +02:00
Revertron
b414dfd15e Merge remote-tracking branch 'origin/master' 2021-04-03 21:10:00 +02:00
Revertron
cde1ccb6f7 Added a profound error message in case DNS servers could not bind. 2021-04-03 21:09:55 +02:00
Revertron
79a7a43cd5 Fixed creation of user and group in deb-package post-install. 2021-04-03 20:57:18 +02:00
Revertron
b85106f58f
Merge pull request #19 from nxshock/patch-1
Add Arch Linux icon to README
2021-04-03 20:49:45 +02:00
nxshock
3388750ea6
Add Arch Linux icon to README 2021-04-03 23:37:50 +05:00
Revertron
f6410e0934
Merge pull request #17 from nxshock/patch-1
Run service as separate user
2021-04-03 18:52:11 +02:00
nxshock
ef9c2653f1
Forgot some replacements 2021-04-03 21:40:51 +05:00
Revertron
ed3150cf4a Fixed updating config file on package upgrade. 2021-04-03 18:37:44 +02:00
nxshock
7bc0632ed5
Add user with useradd command
based on https://unix.stackexchange.com/questions/28526/add-a-user-to-the-system-only-if-it-doesnt-exist
2021-04-03 21:30:51 +05:00
Revertron
6dae3e41c0 Changed log levels to make alfis less chatty. 2021-04-03 18:29:41 +02:00
nxshock
a41c01c1f8
Fix wrong filename 2021-04-03 21:17:57 +05:00
nxshock
d60c6835dd
Add systemd user creation 2021-04-03 21:15:34 +05:00