Skip to content

v0.2.5

Compare
Choose a tag to compare
@robinlinden robinlinden released this 08 Aug 17:54
· 1013 commits to master since this release
v0.2.5
ffd71e8

Merged PRs:

  • #1048 Fix error message in m_send_generic_message
  • #1047 Remove unused m_callback_log function.
  • #1041 Avoid multiple for-next expressions.
  • #1037 Run all tests in the Autotools build
  • #1035 Fix problems with initial connections and name-setting in conferences
  • #1032 Use auto_test fixture in some tests and standardise filenames
  • #1030 Make a separate struct Tox containing the Messenger.
  • #1029 Add by_id and get_id functions, renaming from *_uid.
  • #1025 More fixed_width ints and incorporating file_saving_test.c
  • #1023 Run buildifier on c-toxcore BUILD files.
  • #1022 Make resize in list.c return bool instead of 0/1.
  • #1021 Remove redundant casts to the same type.
  • #1020 Add github usernames to TODOs.
  • #1019 Synchronise parameter names in headers with those in the implementation.
  • #1018 Reduce nesting by doing more early returns on error.
  • #1017 Add missing braces in dht_test.c.
  • #1011 Run Clang global static analysis on Travis.
  • #1010 Avoid implementations in .h files or #including .c files.

Closed issues:

  • #1028 qTox crashes 1-2 times a day after update to 0.2.4
  • #1002 Implement an abstraction over pthread and windows thread synchronisation primitives