Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-28 | Group chats now use friendcon_id instead of friendnumber. | 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-27 | Removed send_group_message_packet and its callback function from | irungentoo | |
Messenger. | |||
2014-09-27 | Removed useless code from groupchats. | irungentoo | |
2014-09-27 | Increasing max number of onion paths might increase initial connection | irungentoo | |
speed. | |||
2014-09-27 | Moved all the connection stuff from messenger to friend_connection. | irungentoo | |
Messenger was doing way do many things. friend_connection takes care of finding and establishing a connection to friends. | |||
2014-09-27 | Make the ip port from DHT timeout after a while. | irungentoo | |
Some small fixes. | |||
2014-09-26 | Remove timestamp from set_connection_dht_public_key(). | irungentoo | |
2014-09-26 | Only set dht public key and direct ip when first creating connection. | irungentoo | |
Check if ip family is valid in set_direct_ip_port() function. | |||
2014-09-26 | Moved cleaup_friend functionality to Messenger. | irungentoo | |
2014-09-26 | Removed useless code from onion_client. | irungentoo | |
Astyled. | |||
2014-09-26 | Added callbacks to onion_client and net_crypto for the temp dht key. | irungentoo | |
Better than the polling mess. Moved DHT to Messenger from onion_client (still needs some cleanups). | |||
2014-09-26 | Removed now useless network sturct size tests. | irungentoo | |
2014-09-26 | Added callbacks to DHT called when the ip of a peer is discovered. | irungentoo | |
2014-09-26 | Wrote more new groupchats code. | irungentoo | |
2014-09-26 | DHT can now be used for group chat cons and friend cons at the same time. | irungentoo | |
2014-09-26 | add API function to unset avatar | Jfreegman | |
2014-09-26 | Group chats are starting to work. | irungentoo | |
2014-09-25 | More groupchats code written. | irungentoo | |
2014-09-25 | Update avatar documentation | Alexandre Erwin Ittner | |
Update the documentation to reflect the API changes introduced by commits 21be438b2b3f7aa1b65b76a7f528eacfe5b634db and d409bad30dd1657f6b54ea5e38a4d9155f718ae1 | |||
2014-09-25 | Removed now useless atributes from structs. | irungentoo | |
2014-09-25 | Removed groupchats from core. | irungentoo | |
2014-09-25 | Some code written for new group chats. | irungentoo | |
2014-09-25 | Tox object doesn't need to be passed to tox_hash. | irungentoo | |
2014-09-25 | Merge branch 'master' of https://github.com/dubslow/toxcore | irungentoo | |
2014-09-24 | Merge branch 'dubslow-housekeeping-docs' of https://github.com/ittner/toxcore | dubslow | |
2014-09-24 | Update documentation after API changes | Alexandre Erwin Ittner | |
Commit ba6ae15a739257200b04a10b6ecd22fe210951e1 introduced some API changes, update the documentation to reflect them. | |||
2014-09-24 | remove tox_avatar_hash | dubslow | |
2014-09-24 | Merge branch 'stal888-patch-1' | irungentoo | |
2014-09-24 | housekeeping | dubslow | |
2014-09-23 | ifdef out use of linux/limts.h in test_avatars | stal | |
This fixes building on OS X and other systems whose limits.hs have PATH_MAX. | |||
2014-09-23 | Added some checks to mutex related functions. | irungentoo | |
2014-09-22 | Merge branch 'update-crosscompile-instructions' of ↵ | irungentoo | |
https://github.com/nurupo/InsertProjectNameHere | |||
2014-09-22 | Fixed typo. | irungentoo | |
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-22 | Updated cross-compile instructions | Maxim Biro | |
2014-09-21 | Fixed test. | irungentoo | |
2014-09-21 | Fixed memory leak. | irungentoo | |
2014-09-21 | Remove chattiness from avatar data transfers | Alexandre Erwin Ittner | |
The chatty approach for the avatar data transfer was intended as a security feature to add explicit delays to the transfer and prevent amplification attacks among authenticated friends. This was deemed unnecessary in the code review and, therefore, replaced by a simpler approach that sends all data in a single burst. | |||
2014-09-21 | Tox is now shown as being online only when properly announced. | irungentoo | |
2014-09-21 | Remove support for avatar image formats other than PNG | Alexandre Erwin Ittner | |
Support for other formats was deemed unnecessary in the code review and therefore removed. The value for the constant TOX_AVATARFORMAT_PNG is now set in stone; if the other formats become needed again in the future, this commit shall be reverted and the enum values reordered to keep compatibility. | |||
2014-09-20 | Prevent core from doing DNS requests when UDP is disabled. | irungentoo | |
2014-09-19 | Added TOXDNS_MAX_RECOMMENDED_NAME_LENGTH define that clients can | irungentoo | |
choose to ignore if they want. | |||
2014-09-18 | Lowered minimum transfer speed. | irungentoo | |
2014-09-17 | Reduce max udp packet size to 2K. | irungentoo | |
2014-09-16 | Merge branch 'master' of https://github.com/dubslow/toxcore | irungentoo | |
2014-09-16 | Use libsodium 0.7.0+ (more thorough though) | dubslow | |
2014-09-15 | Merge branch 'ProMcTagonist-patch-1' | irungentoo | |