summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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 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-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 manpage...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). 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-23Update LICENSEsin
2014-12-23Properly align tables as wellsin
2014-12-23Align globals and local variablessin
2014-12-23Fix indentation and alignmentsin
2014-12-16Update READMEsin
2014-12-16Update README with mailing list infosin
2014-12-11Simplify commentssin
2014-12-11Indent with tabs and align with spacessin
2014-12-09Refine config.def.h a bitFRIGN