Skip to content

Releases: juev/tor-relay-scanner-go

v0.0.12

18 Jun 08:17
c2ebd35
Compare
Choose a tag to compare

Changelog

  • 62c7fe0 build(deps): bump golang.org/x/net from 0.19.0 to 0.23.0
  • 8f64c56 feat: print result when timeout
  • 2133fef feat: trim out file if exist

v0.0.11

29 Dec 12:26
aa190ac
Compare
Choose a tag to compare

Changelog

  • aa190ac fix: use time.After for deadline processing

v0.0.10

29 Dec 11:26
961eab5
Compare
Choose a tag to compare

Changelog

  • 961eab5 fix: processing small timeouts

v0.0.9

29 Dec 08:01
b7d5135
Compare
Choose a tag to compare

Changelog

  • 180ad6c feat: add deadline execution
  • 008fa2b feat: change settings for changelog
  • 5d71b91 feat: change theme for progressbar
  • b7d5135 feat: parse timeout and deadline from string

v0.0.8

29 Dec 07:07
1396ecf
Compare
Choose a tag to compare

Changelog

  • 4b30e55 feat: add context deadline to getRelays
  • 6f492b2 feat: add getRelays function
  • 16cd0ad feat: add silent mode
  • 28c09cf feat: rename GetRelays to GetJSON
  • 4a46d63 fix: newline in output
  • 914ab81 fix: outfile in README
  • 1396ecf fix: overwrite file by default
  • a52a55e fix: simplify skipAddrType

v0.0.7

28 Dec 09:56
6acc619
Compare
Choose a tag to compare

Changelog

  • 6acc619 Merge pull request #9 from juev/feature/refactoring
  • d6577c2 feat: update dependencies
  • 47154c0 feat: update github actions
  • 568ed77 feat: use additional libraries
  • fda38c5 fix: Addresses -> Address, make usage local func
  • 2549bad fix: go lint errors
  • a9255a8 fix: improve loadRelays
  • 0104018 fix: increase num_relays 30 -> 100 by default
  • 68c8ce0 fix: remove unused function
  • 85591c2 fix: shuffle should use crypto/rand
  • 7cbc1b5 fix: simplify loadRelays
  • 0c6579f fix: use crypto/rand in scanner

v0.0.6

12 Oct 09:58
43bcb4a
Compare
Choose a tag to compare

Changelog

  • 43bcb4a Merge pull request #8 from juev/dependabot/go_modules/golang.org/x/net-0.17.0
  • e3e6ebd build(deps): bump golang.org/x/net from 0.7.0 to 0.17.0

v0.0.5

02 May 13:47
919c60d
Compare
Choose a tag to compare

Changelog

v0.0.4

01 May 07:20
7aa3218
Compare
Choose a tag to compare

Changelog

  • 7aa3218 Use ipv6 only addresses in results

v0.0.3

30 Apr 14:52
da3e8b5
Compare
Choose a tag to compare

Changelog

  • da3e8b5 Get available relays in json format
  • b1b208e Use carlmjohnson/requests insted of http package
  • 34fb039 Use default http client/transport