summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-08Accomodate file transfer callbacks to the new APIz3bra
2016-11-08Remove unused cooldown/lastblock fields from transfer structz3bra
2016-11-08Implement chunk_request callback for file transferz3bra
2016-11-08Accomodate file transfer callbacks to the new APIz3bra
2016-11-08Small updates to some tox functions, mostly regarding dealing with the ↵pranomostro
return value properly.
2016-11-08Updated three more callbacks.pranomostro
2016-11-08Update three callbacks, update handling of user id's size (now public key ↵pranomostro
sizes).
2016-11-08Cast const uint8_t* to to void * for freeing, fix one memory access on empty ↵pranomostro
friend request messages, fix dataload() bug and update user status.
2016-11-08Fix getter/setter usagez3bra
2016-11-08Change getters/setters to match the new APIz3bra
The following has been done: * rename tox_{get,set} to tox_self_{get,set} * rename tox_{get,set}_friend to tox_friend_{get,set} * use *_size() functions instead of a return status * pass NULL to discard error handler in _friend_ functions
2016-11-08Refactor dataload() and datasave().pranomostro
2016-11-08Refactored dataload().pranomostro
2016-11-08Update Tox_Options fields namez3bra
2016-11-08Ditch error reporting in tox_pass_decrypt()z3bra
2016-11-08Discard error reporting in tox_new()z3bra
2016-11-08Pass global toxav struct to make callsz3bra
2016-11-08Get rid of old ToxAvCSettings and use constants insteadz3bra
2016-11-08Fix AV buffer signednessz3bra
2016-11-08Rename tox*_do to tox*_iteratez3bra
2016-11-08Make use of audio default settingsz3bra
Remove useless pcm
2016-11-08Rename _do_interval to _interval_iterationz3bra
2016-11-08Make use of audio default settingsz3bra
2016-11-08Make ToxAV/Tox_Options a structz3bra
2016-11-08Ditch TOX_FRIEND_ADDRESS_SIZEz3bra
2016-11-08Replace toxav_send_audio with toxav_audio_send_framez3bra
2016-11-08Update file control constant and flowz3bra
2016-11-08Update status length constant namez3bra
2016-11-08Rename CLIENT_ID to ADDRESS in constantsz3bra
2016-11-08Update user status constantsz3bra
2016-11-08Update friend request message constantsz3bra
2016-11-08Load data into Tox_Option structurez3bra
2016-11-08Update toxcore to the new_apiz3bra
2016-11-08Add generating nodes from the available nodes.tox.chat API.pranomostro
2016-10-31Compile against local toxcore submodulez3bra
2016-10-31Make irungentoo/toxcore a submodulez3bra
2016-10-31Add missing variable for weprintf conversion.pranomostro
2015-02-08Bump up to 0.2.1sin
2015-01-07ratox.1: fix mandoc warningsHiltjo Posthuma
2015-01-07Implement proxy functionality as desiredFRIGN
Now we support both HTTP and SOCKS5 proxies. While at it, get rid of the outdated usage string and just establish the fact we have a bloody manpage for explanations.
2015-01-07Quick fix for API-changeFRIGN
More fundamental support for the now multiple proxy types will follow.
2014-12-25Update link to OS/X patchsin
2014-12-25ratox.1: use author name and mailto macroHiltjo Posthuma
2014-12-25ratox.1: fix alignment for mandoc -Tpdf and htmlHiltjo Posthuma
2014-12-25Rework manpageFRIGN
Include the recent parameter-changes and be more concise what we're talking about. What's left to do is to include the given examples in an EXAMPLE-section (including the examples given in the README).
2014-12-25Change the command line parameters to reflect the config.def.h-changesFRIGN
There must now be a way to explicitly disable proxy-mode and tcp-mode.
2014-12-25Add ipv6-, tcp- and proxy-mode to config.def.hFRIGN
There's no reason to prevent the user from setting this stuff at compile time.
2014-12-23Update LICENSEsin
2014-12-23Properly align tables as wellsin
2014-12-23Align globals and local variablessin
2014-12-23Fix indentation and alignmentsin