Releases: TokTok/c-toxcore
Releases · TokTok/c-toxcore
v0.1.2: Bugfixes and internal cleanups.
Closed issues:
- #345 Array out of bounds read in "save" function
- #342 Wrap all libsodium functions we use in toxcore in
crypto_core
. - #278 ToxAV use-after-free bug
Merged PRs:
- #355 Release v0.1.2
- #353 Fix toxav use after free caused by premature MSI destruction
- #346 Avoid array out of bounds read in friend saving.
- #344 Remove unused get/set salt/key functions from toxencryptsave.
- #343 Wrap all sodium/nacl functions in crypto_core.c.
- #341 Add test to check if tox_new/tox_kill leaks.
- #336 Correct TES docs to reflect how many bytes functions actually require.
- #333 Use
tox_options_set_*
instead of direct member access.
v0.1.1: Minor fixes and added ability to disable LAN discovery.
Closed issues:
Merged PRs:
- #337 Release v0.1.1
- #332 Add test for encrypted savedata.
- #330 Strengthen the note about ABI compatibility in tox.h.
- #328 Drop the broken
TOX_VERSION_REQUIRE
macro. - #326 Fix unresolved reference in toxencryptsave API docs.
- #309 Fixed attempt to join detached threads (fixes toxav test crash)
- #306 Add option to disable local peer discovery
First Stable API
v0.1.0 The first API stable version of Toxcore!