summaryrefslogtreecommitdiff
path: root/toxcore
AgeCommit message (Expand)Author
2019-09-06fix concurrency issues in mono_timesudden6
2019-08-04fix overflow in peer nick lensudden6
2019-08-04fix missing group title length checksudden6
2019-05-30Release 0.2.10Robin Lindén
2019-05-19add configurable limit on number of stored frozen peerszugz (tox)
2019-05-01Do not send the same packet to the same node twice.Evgeny Kurnevsky
2019-02-10Expose api functions for enabling and disabling AV in AV groupszugz (tox)
2019-01-21Specify that buffer size for tox_conference_peer_get_name is given by $sizezugz (tox)
2019-01-12Release 0.2.9Robin Lindén
2019-01-12Add some const qualifierszugz (tox)
2019-01-12Implement all min/max functions for (un)signed int types.iphydf
2019-01-10Fix misaligned 4-byte access in trace logging.iphydf
2019-01-07Avoid sending group messages to a peer before we have its group numberzugz (tox)
2019-01-06Improve handling of peers entering and leaving conferenceszugz (tox)
2019-01-05Expose offline conference peers in APIzugz (tox)
2019-01-03Define tox_conference_id_size and tox_conference_uid_sizezugz (tox)
2019-01-03Fix indices calculation for congestion control.Evgeny Kurnevsky
2019-01-03Added test and patch for VLA stack overflow vuln.zoff99
2018-11-29Implement conferences savingzugz (tox)
2018-11-23Return TOX_ERR_CONFERENCE_SEND_MESSAGE_NO_CONNECTION if we are not connected ...zugz (tox)
2018-10-31Add some hopefully helpful documentation to the functions in mono_time.hzugz (tox)
2018-10-24Change method of PK production for fake friend in DHTNamsooCho
2018-10-20Make saving and loading the responsibility of Tox rather than Messengerzugz (tox)
2018-10-19Add `LOGGER_ASSERT` for checking fatal error conditions.iphydf
2018-10-16Support DragonFlyBSD and prune unused variables.Leonid Bobrov
2018-10-11ensure save data unchanged after save and loadzugz (tox)
2018-10-09Consistently use camel case enum names.iphydf
2018-10-08Add LAN_discovery to the list of apidsl-generated files.iphydf
2018-10-07Release 0.2.8Robin Lindén
2018-10-07Make sure logger levels stay in sync across filesMaxim Biro
2018-10-07Fix memleak in tcp server by wiping priority queues on deletionzugz (tox)
2018-09-26Remove a function-like macro and replace it with a function.iphydf
2018-09-26Use new `@pthread` library from Bazel for Windows compat.iphydf
2018-09-25Combine last_reported_announced with last_seen in Onion_Friendzugz (tox)
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