index
:
ratox
master
Mirror of https://git.2f30.org/ratox
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
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 ↵
pranomostro
return value properly.
2016-11-08
Updated three more callbacks.
pranomostro
2016-11-08
Update three callbacks, update handling of user id's size (now public key ↵
pranomostro
sizes).
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
[next]