Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-09-20 | Prevent core from doing DNS requests when UDP is disabled. | irungentoo | |
2014-09-13 | Merge branch 'encrypted_data' of https://github.com/dubslow/toxcore | irungentoo | |
2014-09-11 | Add magic number, auto tests still required | Dubslow | |
2014-09-09 | compiling against nacl seems to break VANILLA_NACL... | Dubslow | |
2014-09-09 | Merge branch 'master' into encrypted_data | Dubslow | |
2014-09-05 | Added custom packet functions to public tox api. | irungentoo | |
This should make it easy for people to use toxcore to power many types of networked applications. | |||
2014-09-04 | Update tox.c | dubslow | |
2014-09-03 | Merge branch 'master' into encrypted_data | Dubslow | |
2014-09-03 | Added encrypted save to toxcore, if sodium is used | Dubslow | |
Note, this is untested |