Skip to content

Releases: TokTok/c-toxcore

v0.1.2: Bugfixes and internal cleanups.

23 Dec 17:35
v0.1.2
a096c71
Compare
Choose a tag to compare

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.

17 Dec 01:28
v0.1.1
b0647b1
Compare
Choose a tag to compare

Closed issues:

  • #327 The TOX_VERSION_REQUIRE macro is broken.
  • #221 Option to disable local peer detection

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

14 Dec 10:35
7d2f2e4
Compare
Choose a tag to compare
v0.1.0

The first API stable version of Toxcore!