Age | Commit message (Expand) | Author |
2016-11-10 | Retrieve/Send nospam value as little-endian...For readiness, nospam value is written in big endian in nospam/out.
toxcore expect receiving it as little-endian, so we convert it upon
calling the nospam get/setter.
| z3bra |
2016-11-10 | Remove useless call to FD_CLR()...This snippet was introduced when the client could send too much data to
the core for the transfer.
The new toxcore API introduces a callback triggered when the core is
ready to send more data. It means we don't need to keep track of a
local buffer anymore, and simply read from the file_in FIFO when the
core is ready.
| z3bra |
2016-11-09 | Fix nospam value endianness | z3bra |
2016-11-08 | Ensure calls are answered properly | z3bra |
2016-11-08 | Get rid of 'chunksz' attribute in transfer struct | z3bra |
2016-11-08 | Handle file transfer in multiple chunks | z3bra |
2016-11-08 | Various cases of code cleanup:...-Fixed memory leak in datasave().
-Made some types more clean, such as using size_t instead of uint32_t and size_t instead of int.
-Removed unneccessary length checks
| pranomostro |
2016-11-08 | Update toxcore to the latest version | z3bra |
2016-11-08 | Accomodate file transfer callbacks to the new API | z3bra |
2016-11-08 | Mark transfer as complete as soon as chunk len is 0 | z3bra |
2016-11-08 | Fix argument passing order of tox_pass_decrypt. | pranomostro |
2016-11-08 | Pass file number to tox_file_control() | z3bra |
2016-11-08 | Monitor friends connected either via TCP or UDP | z3bra |
2016-11-08 | Convert ID string using TOX_PUBLIC_KEY_SIZE | z3bra |
2016-11-08 | Use av.state to check the current call state | z3bra |
2016-11-08 | Prevent memcpy'ing to a non-allocated memory area | z3bra |
2016-11-08 | Change cbcalldata() to match new API | z3bra |
2016-11-08 | Merge all call state changes in cbcallstate() | z3bra |
2016-11-08 | Added cbcallstate to deal with call changes | z3bra |
2016-11-08 | Setup callback to answer audio calls | z3bra |
2016-11-08 | Remove unused cooldown/lastblock fields from transfer struct | z3bra |
2016-11-08 | Implement chunk_request callback for file transfer | z3bra |
2016-11-08 | Accomodate file transfer callbacks to the new API | z3bra |
2016-11-08 | Remove unused cooldown/lastblock fields from transfer struct | z3bra |
2016-11-08 | Implement chunk_request callback for file transfer | z3bra |
2016-11-08 | Accomodate file transfer callbacks to the new API | z3bra |
2016-11-08 | Small updates to some tox functions, mostly regarding dealing with the return... | pranomostro |
2016-11-08 | Updated three more callbacks. | pranomostro |
2016-11-08 | Update three callbacks, update handling of user id's size (now public key siz... | pranomostro |
2016-11-08 | Cast const uint8_t* to to void * for freeing, fix one memory access on empty ... | pranomostro |
2016-11-08 | Fix getter/setter usage | z3bra |
2016-11-08 | Change 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-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...Remove useless pcm
| z3bra |
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 |