Skip to content

v0.2.2

Compare
Choose a tag to compare
@robinlinden robinlinden released this 17 Apr 22:26
· 1126 commits to master since this release
v0.2.2
2824daf

Merged PRs:

  • #872 Restrict packet kinds that can be sent through onion path.
  • #864 CMake warn if libconfig not found
  • #863 Remove broken and unmaintained scripts.
  • #859 Add clarifying comment to cryptpacket_received function.
  • #857 Avoid the use of rand() in tests.
  • #846 Disallow stderr logger by default.
  • #845 Fix coveralls reporting.
  • #844 Add COVERAGE cmake flag for clang.
  • #825 Add default stderr logger for logging to nullptr.
  • #824 Simplify sendpacket function, deduplicate some logic.
  • #809 Remove the use of the 'hh' format specifier.
  • #801 Add logging to the onion_test.
  • #797 Move struct DHT_Friend into DHT.c.