You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Alfis/src
Revertron c2712a1e3a Added an option to change working directory on start. Use '-w' flag. 3 years ago
..
blockchain Reworked p2p code, optimized a lot. 3 years ago
commons Updated consensus code. 3 years ago
crypto Fixed #45, ability to work with old keys and domains. 3 years ago
dns Increased DNS client timeout from 3 second to 10. Changed 1 bootstrap address. 3 years ago
p2p Reworked p2p code, optimized a lot. 3 years ago
webview Fixed #44, no external object in Arch Linux webkit. 3 years ago
bytes.rs Fixed parsing of DomainData, many other fixes. 3 years ago
context.rs Reworked handling appropriate (mined) keys absence. Now that info handled in UI as well. It won't allow users without keys to mine domains or zones. 3 years ago
dns_utils.rs Changed log levels to make alfis less chatty. 3 years ago
event.rs Refactored the work with signing blocks. 3 years ago
keys.rs 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'. 3 years ago
lib.rs Changed identity format in transactions, now it will be double Sha256. 3 years ago
main.rs Added an option to change working directory on start. Use '-w' flag. 3 years ago
miner.rs Updated consensus code. 3 years ago
settings.rs 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'. 3 years ago
simplebus.rs Fixed small bug and test. 3 years ago
web_ui.rs Implemented presentation and editing for domains. 3 years ago
x_zones.rs Added more restriction by public key. Added alternative zones to restrictions. 3 years ago