summaryrefslogtreecommitdiff
path: root/ratox.c
AgeCommit message (Expand)Author
2016-11-08Monitor friends connected either via TCP or UDPz3bra
2016-11-08Convert ID string using TOX_PUBLIC_KEY_SIZEz3bra
2016-11-08Use av.state to check the current call statez3bra
2016-11-08Prevent memcpy'ing to a non-allocated memory areaz3bra
2016-11-08Change cbcalldata() to match new APIz3bra
2016-11-08Merge all call state changes in cbcallstate()z3bra
2016-11-08Added cbcallstate to deal with call changesz3bra
2016-11-08Setup callback to answer audio callsz3bra
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-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 return...pranomostro
2016-11-08Updated three more callbacks.pranomostro
2016-11-08Update three callbacks, update handling of user id's size (now public key siz...pranomostro
2016-11-08Cast const uint8_t* to to void * for freeing, fix one memory access on empty ...pranomostro
2016-11-08Fix getter/setter usagez3bra
2016-11-08Change getters/setters to match the new API...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 z3bra
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 settings...Remove useless pcm z3bra
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-10-31Compile against local toxcore submodulez3bra
2016-10-31Add missing variable for weprintf conversion.pranomostro
2015-01-07Implement proxy functionality as desired...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. FRIGN
2015-01-07Quick fix for API-change...More fundamental support for the now multiple proxy types will follow. FRIGN
2014-12-25Change the command line parameters to reflect the config.def.h-changes...There must now be a way to explicitly disable proxy-mode and tcp-mode. FRIGN
2014-12-25Add ipv6-, tcp- and proxy-mode to config.def.h...There's no reason to prevent the user from setting this stuff at compile time. FRIGN
2014-12-23Properly align tables as wellsin
2014-12-23Align globals and local variablessin
2014-12-23Fix indentation and alignmentsin