summaryrefslogtreecommitdiff
path: root/standalone/bonafide.go
AgeCommit message (Collapse)Author
2018-11-12[feat] select randomly the gateway if the have the same distanceRuben Pollan
This commit includes a hack to prioritize giraffe, a new riseup gateway in europe to reduce the load in the existing node. - Resolves: #81
2018-10-08[bug] fix gateway selection by timezoneRuben Pollan
Go time library returns the timezone offset in seconds and we where using it as hours. - Resolves: #72
2018-06-25[feat] rename bitmask_go to standaloneRuben Pollan