Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-19 | Tox connection function and callback should now work as expected. | irungentoo | |
Changes in Messenger to call the callback every time the connection type changes from TCP to UDP. | |||
2015-02-19 | Merge branch 'new_api' of https://github.com/dubslow/toxcore into new_api | irungentoo | |
2015-02-19 | Typing and status functions implemented. | irungentoo | |
2015-02-18 | Put const adjective before type nouns | Dubslow | |
(Done with two applications of "sed -i -r "s/(\\w+) const\\b/const \\1/g" toxcore/tox.*" ) Conflicts: toxcore/tox.c | |||
2015-02-17 | More new api functions implemented. | irungentoo | |
Some small self explainatory changes to the api. | |||
2015-02-16 | More new api work done. | irungentoo | |
m_copy_self_statusmessage no longer takes a buffer length argument. | |||
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-02-07 | Only create one global logger instance. | irungentoo | |
2015-01-29 | Api break. | irungentoo | |
TOX_CLIENT_ID_SIZE renamed to TOX_PUBLIC_KEY_SIZE. Renamed client_id to public_ke in public api. | |||
2015-01-27 | client_id is a bad name for the long term public key. | irungentoo | |
2015-01-10 | Merge branch 'mannol-master' | irungentoo | |
2015-01-10 | Logger fix | mannol | |
2014-12-26 | Fixed bug with auto tests and cleaned up the code a bit. | irungentoo | |
2014-12-26 | Merge branch 'http-proxy-feature' of ↵ | irungentoo | |
https://github.com/nurupo/InsertProjectNameHere | |||
2014-12-25 | Onion client improvements. | irungentoo | |
Put bootstrap nodes in a separate list than known good nodes. | |||
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-09 | Merge branch 'more_consistent_custom_packet_handlers' of ↵ | irungentoo | |
https://github.com/wrouesnel/toxcore | |||
2014-12-09 | Change prototype for custom_packet_handler functions | Will Rouesnel | |
Change the custom_packet_handler callback function interface to be consistent with other callback interfaces. The new interface takes the Messenger object calling as the first parameter, and moves the user data object to be the last parameter. This makes it comparable to the callbacks for file transfer and the like, and should simplify building interfaces. The new prototype is: int (*)(Messenger *m, int32_t friendnumber, const uint8_t *data, uint32_t len, void *object) | |||
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-29 | Added actions to group chats. | irungentoo_trip | |
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-13 | tox_count_chatlist() now works. | irungentoo | |
2014-10-05 | implement group_names function | Jfreegman | |
2014-10-03 | Added name packet to group chats, send one when appropriate. | irungentoo | |
2014-10-02 | Implemented tox_callback_group_namelist_change callback in group chats. | irungentoo | |
No names yet though. | |||
2014-10-02 | Peers now time out and delete themselves from group chats. | irungentoo | |
Some other work done. | |||
2014-10-01 | Group chats now actually work somewhat. | irungentoo | |
2014-09-28 | Merge branch 'unset_avatar' of https://github.com/JFreegman/toxcore | irungentoo | |
2014-09-26 | Wrote more new groupchats code. | irungentoo | |
2014-09-26 | add API function to unset avatar | Jfreegman | |
2014-09-26 | Group chats are starting to work. | irungentoo | |
2014-09-25 | Removed groupchats from core. | irungentoo | |
2014-09-25 | Tox object doesn't need to be passed to tox_hash. | irungentoo | |
2014-09-24 | remove tox_avatar_hash | dubslow | |
2014-09-24 | housekeeping | dubslow | |
2014-09-22 | Some fixes to avatar pull request. | irungentoo | |
Some bug fixes. Grouped all avatar related functions in the same place in tox.h | |||
2014-09-22 | Merge branch 'avatars' of https://github.com/ittner/toxcore | irungentoo | |
2014-09-21 | Tox is now shown as being online only when properly announced. | irungentoo | |