v0.2.2
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.