aboutsummaryrefslogtreecommitdiff
path: root/dht/node.go
Commit message (Collapse)AuthorAgeFilesLines
* Remove vendored files and create go.modFelix Hanley2019-10-291-4/+4
|
* Pull bencode library instead of inline. Update deps.Felix Hanley2018-04-011-1/+1
|
* Blacklist some more DHT nodesFelix Hanley2018-03-211-0/+1
|
* Start working on SQL to relieve loadFelix Hanley2018-03-201-2/+8
|
* Add node blacklist to DHTFelix Hanley2018-03-131-3/+16
|
* Fix cross-compilationFelix Hanley2018-02-271-1/+0
|
* Update references to shared structsFelix Hanley2018-02-261-23/+24
|
* Seperate shared packagesFelix Hanley2018-02-211-41/+36
|
* Fix token for responseFelix Hanley2018-02-161-18/+20
|
* Enable IPv6Felix Hanley2018-02-161-30/+37
|
* Refactor DHT code into separate packageFelix Hanley2018-02-151-115/+286
|
* Basic DHT functionsFelix Hanley2018-02-091-0/+232