summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
AgeCommit message (Expand)Author
2020-05-01Release 0.2.12Robin Linden
2020-04-16Add new semi-private API functions to set per-packet-id custom handlers.zoff99
2020-04-16Remove tokstyle exemptions from build files.iphydf
2020-04-09Stop using the "inline namespace" feature of apidsl.iphydf
2020-03-22Release 0.2.11Robin Linden
2020-03-15clean groups codezugz (tox)
2020-03-14Use spdx license identifier instead of GPL blurb.iphydf
2020-03-11Add a mutex lock/unlock inside every public API function.iphydf
2019-05-30Release 0.2.10Robin Lindén
2019-05-19add configurable limit on number of stored frozen peerszugz (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-05Expose offline conference peers in APIzugz (tox)
2018-10-07Release 0.2.8Robin Lindén
2018-09-14Standardise header guards.iphydf
2018-08-30Release 0.2.7Robin Lindén
2018-08-26Update copyright to 2018.iphydf
2018-08-16Release 0.2.6Robin Lindén
2018-08-12add callback for successful connection to a conferencezugz (tox)
2018-08-11Add deprecation notice to some UPPER_CASE enums.iphydf
2018-08-08Release 0.2.5Robin Lindén
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-20Release v0.2.4Robin Lindén
2018-07-18Correct the max hostname length constant.iphydf
2018-07-13Add conference_by_uid and conference_get_uid functions.iphydf
2018-07-08Clarify the intent of "file kinds" in the API.iphydf
2018-07-05Make tox.c unambiguously parseable.iphydf
2018-06-27Add missing MAX_HOSTNAME_LENGTH doc.cotox
2018-06-26Make arg `host` understand clearly.cotox
2018-06-25Release v0.2.3Robin Lindén
2018-06-25Add a MAX_HOSTNAME_LENGTH constant.iphydf
2018-06-23Disable UDP when proxy is enabled.iphydf
2018-04-18Release v0.2.2Robin Lindén
2018-03-09Update version to 0.2.1.iphydf
2018-02-27Remove deprecated conference namelist change callback.iphydf
2018-02-24Fix a bunch of compiler warnings and remove suppressions.iphydf
2018-02-23Add deprecation notices to functions that will go away in v0.3.0.iphydf
2018-02-20Make the "persistent conference" callback changes new functions.iphydf
2018-02-09Adopt the "change occurred" API change from isotoxin-groupchat.iphydf
2018-02-02Revert "Add correction message type"Diadlo
2018-01-15Add correction message typeDiadlo
2018-01-08Bump toxcore version to 0.2.0.iphydf
2017-12-26Release v0.1.11Robin Lindén
2017-08-06Release v0.1.10Robin Lindén
2017-06-06Release v0.1.9Robin Lindén
2017-04-27Release v0.1.8Robin Lindén
2017-04-22Revert "initial version of tox_loop"Maxim Biro
2017-04-22Revert "Implement tox_loop"Maxim Biro
2017-04-01Implement tox_loopAnsa89