summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2018-11-29Implement conferences savingzugz (tox)
* add global friend_connection status callback, used for group rejoining * stop leaving groups on killing tox
2018-09-05Add mechanism for recovering from disconnections in conferenceszugz
* add freezing and unfreezing of peers * add rejoin packet * revise handling of temporary invited connections * rename "peer kill" packet to "peer leave" packet * test rejoining in conference test * use custom clock in conference test
2017-09-20Fix typos in docsdartraiden
2017-04-19Fix markdown formattingMaxim Biro
2016-10-02Rebuild apidsl'd headers in cmake.iphydf
- Moved apidsl headers next to their generated versions. In the future, perhaps all (or most) headers will be apidsl-generated, so the sources should stay together. - Try to find apidsl/apigen binary and astyle binary and use it for the format test. Don't run the format test if these can't be found.
2016-09-16Ensure that all TODOs have an owner.iphydf
In the future, all TODOs added either need a bug number (TODO(#NN)) or a person's github user name. By default, I made irungentoo the owner of all toxcore TODOs, mannol the owner of toxav TODOs, and myself the owner of API TODOs.
2016-08-14Update readme with tentative roadmap, removed old todo.mdGregory Mullen (grayhatter)
2015-09-02changed friends list to friend listJeppler
2015-09-01small typo changeJeppler
really small change
2015-09-01small typo changeJeppler
bob -> Bob Bobs -> Bob's fixed some wired sentences
2015-04-12Added link to multiple nospam PR.irungentoo
2015-04-06Update the toxcore todo listGrayHatter
added markdown formatting as well!
2015-03-25Removed old avatar doc.irungentoo
2015-03-05spelling, punctuation, ...aaannndddyyy
2015-03-05minor punctuation fixesaaannndddyyy
only minor punctuation fixes. not changed the wording, except for one 'logical typo'.
2015-01-31Update avatar documentationAlexandre Erwin Ittner
Add missing function and fixes some typos and formatting.
2015-01-31Rename "client id" to "public key" in avatar docs and examplesAlexandre Erwin Ittner
Commit b8d530c9e0bbce331f22cbff7f818e49673d5bd7 and some of its parents changed the public name of "client id" to "public key". Update the avatar documentation to follow the idea.
2015-01-24Updated TODO.irungentoo
2015-01-03fixed some typos / grammaraaannndddyyy
2014-12-30fixed a typoaaannndddyyy
2014-12-14Fixed DHT doc.irungentoo
2014-12-14Sendback data size is always 8 bytes.irungentoo
2014-12-03Merge branch 'patch-2' of https://github.com/Aaron1011/toxcoreirungentoo
2014-12-03Fix usage of 'have' versus 'has'Aaron1011
2014-12-03Fix typoAaron1011
2014-12-02Fixed bug where group chat would see connection as offline when it was online.irungentoo
Clarified something in the docs.
2014-11-26Fix link in TODOAndy Conrad
2014-11-23Removed some no longer promising clients from the TODO.irungentoo
2014-11-23Updated TODO.irungentoo
2014-11-19Small update to groupchat docs.irungentoo
2014-11-16Added an unfinished doc on how groupchats work.irungentoo
2014-10-28Update TODOLance Tuller
qTox
2014-10-26Modify DHT.md to render correctlyirdan
2014-09-28change avatar requirementsdubslow
2014-09-28Merge branch 'master' of https://github.com/irungentoo/toxcoredubslow
2014-09-27Modify avatar recommendationsdubslow
2014-09-25Update avatar documentationAlexandre Erwin Ittner
Update the documentation to reflect the API changes introduced by commits 21be438b2b3f7aa1b65b76a7f528eacfe5b634db and d409bad30dd1657f6b54ea5e38a4d9155f718ae1
2014-09-24Update documentation after API changesAlexandre Erwin Ittner
Commit ba6ae15a739257200b04a10b6ecd22fe210951e1 introduced some API changes, update the documentation to reflect them.
2014-09-22Merge branch 'avatars' of https://github.com/ittner/toxcoreirungentoo
2014-09-21Remove chattiness from avatar data transfersAlexandre Erwin Ittner
The chatty approach for the avatar data transfer was intended as a security feature to add explicit delays to the transfer and prevent amplification attacks among authenticated friends. This was deemed unnecessary in the code review and, therefore, replaced by a simpler approach that sends all data in a single burst.
2014-09-21Remove support for avatar image formats other than PNGAlexandre Erwin Ittner
Support for other formats was deemed unnecessary in the code review and therefore removed. The value for the constant TOX_AVATARFORMAT_PNG is now set in stone; if the other formats become needed again in the future, this commit shall be reverted and the enum values reordered to keep compatibility.
2014-09-09spelling correctionscgar
2014-09-07Fixed typo.irungentoo
2014-09-07Updated docs.irungentoo
Fixed possible issue in last commit.
2014-08-30Add support for user avatars in the core protocolAlexandre Erwin Ittner
Add a protocol and the APIs to straightforwardly support user avatars in client applications. The protocol is designed to transfer avatars in background, between friends only, and minimize network load by providing a lightweight avatar notification for local cache validation. Strict safeguards are imposed to avoid damage from non-cooperative or malicious users and to limit network usage. The complete documentation is available in docs/Avatars.md and sample code is available in testing/test_avatars.c. Code and documentation are released under the GNU GPLv3 or later, as described in the file COPYING.
2014-07-10wintox has been renamned to uToxMarek Ć uppa
2014-07-01Updated some items in the TODO list.irungentoo
2014-06-12Updated TODO.irungentoo
2014-06-06Updated documentation.irungentoo
2014-06-06Updated outdated crypto doc.irungentoo