summaryrefslogtreecommitdiff
path: root/toxcore
AgeCommit message (Expand)Author
2018-09-24Add Cirrus CI configuration.iphydf
2018-09-20Send rejoin packets on conference disconnectionzugz (tox)
2018-09-19Fix typosyangfl
2018-09-16Fixed a silly boolean practice using uint8_thugbubby
2018-09-14Standardise header guards.iphydf
2018-09-14Use C++ style casts in C++ code.iphydf
2018-09-10Assert that we don't kill tox before killing toxav.iphydf
2018-09-08Fix typo: tcp_replays -> tcp_relays.iphydf
2018-09-07Add messenger state plugin system.iphydf
2018-09-06Avoid recursion in `ip_is_lan` and `ip_is_local`.iphydf
2018-09-06Ignore "unused-result" warning in super_donators code.iphydf
2018-09-05Add mechanism for recovering from disconnections in conferenceszugz
2018-09-03Avoid use of global mutable state in mono_time on win32.iphydf
2018-08-30Remove the use of `CLOCK_MONOTONIC_RAW`.iphydf
2018-08-30Clean up `add_to_list` function a bit.iphydf
2018-08-30Release 0.2.7Robin Lindén
2018-08-27try ipv6 connections even after udp timeoutzugz (tox)
2018-08-27Make `ip_is_lan` return bool instead of 0/-1.iphydf
2018-08-26Use `bool` in place of 0/1 int values.iphydf
2018-08-26Add support for setting a custom monotonic time function in mono_timezugz (tox)
2018-08-26Format crypto_core.c.iphydf
2018-08-26Update copyright to 2018.iphydf
2018-08-26Fix test class name for mono_time_test.iphydf
2018-08-26Add some tests for `ping_array`.iphydf
2018-08-25Change while-loop to for-loop to express for-each-frame.iphydf
2018-08-25fix leave callback calling in del_groupchatzugz (tox)
2018-08-23Force storing the result of crypto_memcmp in the test.iphydf
2018-08-21consistently use 'mono_time' rather than 'monotime'zugz (tox)
2018-08-19make Mono_Time an argument to current_time_monotoniczugz (tox)
2018-08-16Use per-instance `Mono_Time` for Messenger and onion.iphydf
2018-08-16Reduce the number of times `unix_time_update` is called.iphydf
2018-08-16Release 0.2.6Robin Lindén
2018-08-13Avoid implicit conversion of negative value to uint32_t.iphydf
2018-08-13Avoid passing -1 as friend connection to new groups.iphydf
2018-08-12Make `conferences_object` properly typed.iphydf
2018-08-12add callback for successful connection to a conferencezugz (tox)
2018-08-12Remove last use of the `MIN` macro.iphydf
2018-08-11Add deprecation notice to some UPPER_CASE enums.iphydf
2018-08-11Split out conference type (text/av) from identifier.iphydf
2018-08-10Use the crypto random functions instead of `rand()`.iphydf
2018-08-09Fix typo in loop over assocs.zugz (tox)
2018-08-08Release 0.2.5Robin Lindén
2018-08-04Fix error message in m_send_generic_messageendoffile78
2018-08-04Remove unused `m_callback_log` function.iphydf
2018-08-04Make a separate `struct Tox` containing the Messenger.iphydf
2018-08-04Avoid multiple for-next expressions.iphydf
2018-08-02Fix problems with initial connections and name-setting in conferenceszugz
2018-07-28Add `by_id` and `get_id` functions, renaming from `*_uid`.iphydf
2018-07-22Run Clang global static analysis on Travis.iphydf
2018-07-21Synchronise parameter names in headers with those in the implementation.iphydf