Skip to content

Commit 22c0f30

Browse files
committed
Merge commit '04f88ac' into tox-node
2 parents 65ec00d + 04f88ac commit 22c0f30

File tree

12 files changed

+3077
-0
lines changed

12 files changed

+3077
-0
lines changed

tox_node/CHANGELOG.md

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
# 0.1.1 (Dec 27, 2020)
2+
3+
* Update tox to 0.1.1 (#71)
4+
* Fix bug in lan discovery usage (#70)
5+
6+
# 0.1.0 (Oct 7, 2020)
7+
8+
* Update tox to 0.1.0 (#68)
9+
10+
# 0.0.8 (May 27, 2019)
11+
12+
* Add Dockerfile (#57, #62, #63)
13+
* We are in nixpkgs (#55)
14+
* Add subcommand derive-pk (#51)
15+
* Build Debian package (#50)
16+
17+
# 0.0.7 (January 27, 2019)
18+
19+
* Update dependencies (#47)
20+
* Add unit tests for cli args parsing (#46)
21+
* Do not require tcp-address arg (#45)
22+
* Move to Edition 2018 (#44)
23+
* Add limits for TCP connections count (#43)
24+
* Remove custom deserializer for log type (#42)
25+
26+
# 0.0.6 (December 27, 2018)
27+
28+
* Fix clippy warnings (#40)
29+
* Pretty fixes (examples, readme) (#39)
30+
* Add subcommand config (#37)
31+
* Use DHT ServerExt (#38)
32+
* Use bounded streams (#36)
33+
* Migrate to sodiumoxide 0.2 (#35)
34+
* Add counters to motd (#35)
35+
* Ignore bootstrap nodes with invalid address (#34)
36+
* Do not override log level (#32)
37+
38+
# 0.0.5 (October 27, 2018)
39+
40+
* Update tox core version (#30)
41+
* Add possibility to specify the secret key via environment variable (#29)
42+
* Add feature for MOTD templates (#28)
43+
* Fix deprecated item 'tokio::executor::thread_pool' (#27)
44+
* Handle onion errors (#26)
45+
* Use tox from github (#24)
46+
* Validate loaded public key (#23)
47+
48+
# 0.0.4 (September 11, 2018)
49+
50+
* Use tox from crates.io (#22)
51+
52+
# 0.0.3 (September 7, 2018)
53+
54+
* download libsodium v1.0.16 (#20)
55+
* Write logs to syslog (#19)
56+
* Add tcp ping sender (#18)
57+
* Use add_initial_bootstrap (#17)
58+
* Run clippy on travis (#16)
59+
* Enable udp ipv6 (#15)
60+
* Update toxcore; fix nodes adding (#14)
61+
* Use secret from arg or key file (#13)
62+
* Make TCP and UDP servers optional (#12)
63+
* Add CI files (#11)
64+
* Add TCP relay (#9)
65+
* Add options to enable/disable LAN discovery (#8)
66+
* Dehardcode several values (#7)
67+
* Save DHT keys to a binary file (#6)
68+
* Update Cargo.toml to improve the package (#5)
69+
* Add multithreading(#4)
70+
* Typo fix (#3)
71+
* DHT server initial implementation (#2)
72+
* Relicense to MIT (#1)

0 commit comments

Comments
 (0)