Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-08 | Cast 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-08 | Fix getter/setter usage | z3bra | |
2016-11-08 | Change getters/setters to match the new API | z3bra | |
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-08 | Refactor dataload() and datasave(). | pranomostro | |
2016-11-08 | Refactored dataload(). | pranomostro | |
2016-11-08 | Update Tox_Options fields name | z3bra | |
2016-11-08 | Ditch error reporting in tox_pass_decrypt() | z3bra | |
2016-11-08 | Discard error reporting in tox_new() | z3bra | |
2016-11-08 | Pass global toxav struct to make calls | z3bra | |
2016-11-08 | Get rid of old ToxAvCSettings and use constants instead | z3bra | |
2016-11-08 | Fix AV buffer signedness | z3bra | |
2016-11-08 | Rename tox*_do to tox*_iterate | z3bra | |
2016-11-08 | Make use of audio default settings | z3bra | |
Remove useless pcm | |||
2016-11-08 | Rename _do_interval to _interval_iteration | z3bra | |
2016-11-08 | Make use of audio default settings | z3bra | |
2016-11-08 | Make ToxAV/Tox_Options a struct | z3bra | |
2016-11-08 | Ditch TOX_FRIEND_ADDRESS_SIZE | z3bra | |
2016-11-08 | Replace toxav_send_audio with toxav_audio_send_frame | z3bra | |
2016-11-08 | Update file control constant and flow | z3bra | |
2016-11-08 | Update status length constant name | z3bra | |
2016-11-08 | Rename CLIENT_ID to ADDRESS in constants | z3bra | |
2016-11-08 | Update user status constants | z3bra | |
2016-11-08 | Update friend request message constants | z3bra | |
2016-11-08 | Load data into Tox_Option structure | z3bra | |
2016-11-08 | Update toxcore to the new_api | z3bra | |
2016-11-08 | Add generating nodes from the available nodes.tox.chat API. | pranomostro | |
2016-10-31 | Compile against local toxcore submodule | z3bra | |
2016-10-31 | Make irungentoo/toxcore a submodule | z3bra | |
2016-10-31 | Add missing variable for weprintf conversion. | pranomostro | |
2015-02-08 | Bump up to 0.2.1 | sin | |
2015-01-07 | ratox.1: fix mandoc warnings | Hiltjo Posthuma | |
2015-01-07 | Implement proxy functionality as desired | FRIGN | |
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-07 | Quick fix for API-change | FRIGN | |
More fundamental support for the now multiple proxy types will follow. | |||
2014-12-25 | Update link to OS/X patch | sin | |
2014-12-25 | ratox.1: use author name and mailto macro | Hiltjo Posthuma | |
2014-12-25 | ratox.1: fix alignment for mandoc -Tpdf and html | Hiltjo Posthuma | |
2014-12-25 | Rework manpage | FRIGN | |
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-25 | Change the command line parameters to reflect the config.def.h-changes | FRIGN | |
There must now be a way to explicitly disable proxy-mode and tcp-mode. | |||
2014-12-25 | Add ipv6-, tcp- and proxy-mode to config.def.h | FRIGN | |
There's no reason to prevent the user from setting this stuff at compile time. | |||
2014-12-23 | Update LICENSE | sin | |
2014-12-23 | Properly align tables as well | sin | |
2014-12-23 | Align globals and local variables | sin | |
2014-12-23 | Fix indentation and alignment | sin | |
2014-12-16 | Update README | sin | |
2014-12-16 | Update README with mailing list info | sin | |
2014-12-11 | Simplify comments | sin | |
2014-12-11 | Indent with tabs and align with spaces | sin | |
2014-12-09 | Refine config.def.h a bit | FRIGN | |
2014-12-09 | Add ability to specify save file as command line argument | FRIGN | |
Also, get closer to the STS (Single Tox Standard) by calling the the save file "save file" and not "data file". Additionally, augment the manual section about encrypting and decrypting the save file. | |||
2014-12-08 | Rework some of the log-warnings | FRIGN | |