Skip to content
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.

Releases: tox-rs/tox-node

Version 0.1.1

27 Dec 19:39
@kpp kpp
6d19e80
Compare
Choose a tag to compare
  • Update tox to 0.1.1 (#71)
  • Fix bug in lan discovery usage (#70)

Version 0.1.0

07 Oct 20:09
@kpp kpp
5abc248
Compare
Choose a tag to compare
  • Update tox to 0.1.0 (#68)

Version 0.0.8

27 May 11:12
@kpp kpp
924b61e
Compare
Choose a tag to compare
  • Add Dockerfile (#57, #62, #63)
  • We are in nixpkgs (#55)
  • Add subcommand derive-pk (#51)
  • Build Debian package (#50)

Version 0.0.7

27 Jan 16:39
@kpp kpp
bb83e97
Compare
Choose a tag to compare
  • Update dependencies (#47)
  • Add unit tests for cli args parsing (#46)
  • Do not require tcp-address arg (#45)
  • Move to Edition 2018 (#44)
  • Add limits for TCP connections count (#43)
  • Remove custom deserializer for log type (#42)

Version 0.0.6

27 Dec 19:25
@kpp kpp
1c1cff3
Compare
Choose a tag to compare
Version 0.0.6 Pre-release
Pre-release
  • Fix clippy warnings (#40)
  • Pretty fixes (examples, readme) (#39)
  • Add subcommand config (#37)
  • Use DHT ServerExt (#38)
  • Use bounded streams (#36)
  • Migrate to sodiumoxide 0.2 (#35)
  • Add counters to motd (#35)
  • Ignore bootstrap nodes with invalid address (#34)
  • Do not override log level (#32)

Version 0.0.5

27 Oct 20:49
@kpp kpp
fd4d9ca
Compare
Choose a tag to compare
  • Update tox core version (#30)
  • Add possibility to specify the secret key via environment variable (#29)
  • Add feature for MOTD templates (#28)
  • Fix deprecated item 'tokio::executor::thread_pool' (#27)
  • Handle onion errors (#26)
  • Use tox from github (#24)
  • Validate loaded public key (#23)

Version 0.0.4

11 Sep 16:05
@kpp kpp
c59d5b9
Compare
Choose a tag to compare
Version 0.0.4 Pre-release
Pre-release
  • Use tox from crates.io (#22)

Version 0.0.3

11 Sep 16:02
@kpp kpp
019c693
Compare
Choose a tag to compare
Version 0.0.3 Pre-release
Pre-release
  • download libsodium v1.0.16 (#20)
  • Write logs to syslog (#19)
  • Add tcp ping sender (#18)
  • Use add_initial_bootstrap (#17)
  • Run clippy on travis (#16)
  • Enable udp ipv6 (#15)
  • Update toxcore; fix nodes adding (#14)
  • Use secret from arg or key file (#13)
  • Make TCP and UDP servers optional (#12)
  • Add CI files (#11)
  • Add TCP relay (#9)
  • Add options to enable/disable LAN discovery (#8)
  • Dehardcode several values (#7)
  • Save DHT keys to a binary file (#6)
  • Update Cargo.toml to improve the package (#5)
  • Add multithreading(#4)
  • Typo fix (#3)
  • DHT server initial implementation (#2)
  • Relicense to MIT (#1)