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/dns
Revertron 5d57473122 Major refactoring. Changed mining algorithm to Blakeout. Changed keypair mining algorithm. 3 years ago
..
authority.rs Changed origin block index to 1. Added "locker" blocks - mining, exchange etc. Removed unnecesarry creation of 'zones' directory on startup. Changed bind port of DNS-UDP socket to random (fixes inability to start several copies of Alfis). Sped up block exchange by sending additional pings when we have more blocks than other peers. Fixed unnecesarry double requests of blocks. Totally reworked block checking on arrival. Added target tags for logging in main. Added a commandline flag to list all blocks in DB and exit. 3 years ago
buffer.rs First DNS compile. Took DNS code from https://github.com/EmilHernvall/hermes. 3 years ago
cache.rs Implemented DNS on blockchain. Beautified a lot of code, fixed some things. 3 years ago
client.rs Fixed linux tests. 3 years ago
context.rs Changed format of DNS-listen options. Added DNS-thread count options to config. 3 years ago
filter.rs Implemented DNS on blockchain. Beautified a lot of code, fixed some things. 3 years ago
mod.rs Major refactoring. Changed mining algorithm to Blakeout. Changed keypair mining algorithm. 3 years ago
netutil.rs First DNS compile. Took DNS code from https://github.com/EmilHernvall/hermes. 3 years ago
protocol.rs Implemented DNS on blockchain. Beautified a lot of code, fixed some things. 3 years ago
resolve.rs Added full IPv6 support for DNS-resolver upstreams. 3 years ago
server.rs Changed format of DNS-listen options. Added DNS-thread count options to config. 3 years ago