index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
tox.h
Age
Commit message (
Expand
)
Author
2015-03-14
There are many scenarios where the user would want to modify the
irungentoo
2015-03-13
Remove TOX_FILE_KIND typedef.
irungentoo
2015-03-13
Merge branch 'newer_api' of https://github.com/dubslow/toxcore into new_api
irungentoo
2015-03-13
revert to TOX_FILE_KIND
Dubslow
2015-03-13
File kind is now a uint32_t.
irungentoo
2015-03-13
tox_file_send_chunk() must now send data the same length as requested
irungentoo
2015-03-13
tox_friend_get_public_key() now does nothing when public_key is NULL.
irungentoo
2015-03-12
Convert core code depending on the api
Dubslow
2015-03-12
Added position parameter to tox_file_send_chunk().
irungentoo
2015-03-11
This is a combination of 11 commits.
Dubslow
2015-03-10
Added group chat functions to the public api.
irungentoo
2015-03-10
Implementation of new api file transfers.
irungentoo
2015-03-05
enums are no longer typedefed to uint8_t.
irungentoo
2015-03-02
Merge branch 'port_range_option' of https://github.com/saneki/toxcore into ne...
irungentoo
2015-02-27
Realign toxencryptsave with new API
Dubslow
2015-02-27
Allow for specifying the port range to use in Tox_Options
saneki
2015-02-20
Merge branch 'fixed-receipts' into new_api
irungentoo
2015-02-18
Put const adjective before type nouns
Dubslow
2015-02-18
Apparently enums are bad for wrappers and doing this makes wrapping
irungentoo
2015-02-17
More new api functions implemented.
irungentoo
2015-02-16
More new api work done.
irungentoo
2015-02-15
New api progress.
irungentoo
2015-02-14
A bit of new api work done.
irungentoo
2015-02-13
Started implementing new Tox api.
irungentoo
2015-01-29
Api break.
irungentoo
2014-12-26
Make it possible to port clients to the new api by just replacing
irungentoo
2014-12-21
Further refactoring of proxy code
Maxim Biro
2014-12-21
Some refactoring of proxy code
Maxim Biro
2014-12-13
Added HTTP proxy support
Maxim Biro
2014-12-10
Add define for the maximum length of the friend request to the public api.
irungentoo
2014-12-09
Merge branch 'more_consistent_custom_packet_handlers' of https://github.com/w...
irungentoo
2014-12-09
Change prototype for custom_packet_handler functions
Will Rouesnel
2014-12-01
Comment fix.
irungentoo
2014-11-19
get peer pubkey api
dubslow
2014-11-15
Some modifications to the last pull request.
irungentoo
2014-11-14
add api function to get group title
Jfreegman
2014-11-13
Merge branch 'titles' of https://github.com/dubslow/toxcore
irungentoo
2014-11-11
fix type checking
dubslow
2014-11-11
public api, finishing tweaks
dubslow
2014-11-11
Added function to get groupchat type.
irungentoo
2014-11-10
Group chats now have types.
irungentoo
2014-10-30
Missing cv-qualifiers in tox.h comments
Tux3 / Mlkj / !Lev.uXFMLA
2014-10-15
re-implement copy_chatlist function
Jfreegman
2014-10-14
Add function to check if the peernumber is ours for group chats.
irungentoo
2014-10-02
Fixed tox_load() comment.
irungentoo
2014-09-28
Merge branch 'unset_avatar' of https://github.com/JFreegman/toxcore
irungentoo
2014-09-27
Merge branch 'update-avatar-docs' of https://github.com/ittner/toxcore
irungentoo
2014-09-26
add API function to unset avatar
Jfreegman
2014-09-26
Group chats are starting to work.
irungentoo
2014-09-25
Update avatar documentation
Alexandre Erwin Ittner
[next]