Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-18 | Fixed issue where other could send a bad userstatus. | irungentoo | |
2014-03-18 | nTox fixes. | irungentoo | |
Added TOX_MAX_MESSAGE_LENGTH to tox.h | |||
2014-03-18 | Fixed warning. | irungentoo | |
2014-03-18 | Merge branch 'api-fix' | irungentoo | |
Main changes: 1. Strings no longer need to be NULL terminated. 2. tox_get_friend_id is now named tox_get_friend_number. 3. The friend request callback function is now (Tox *tox, uint8_t *, uint8_t *, uint16_t, void *), the Tox object pointer has been added to it. | |||
2014-03-17 | Merge pull request #802 from JFreegman/master | irungentoo | |
add api function that gets the last time a friend was seen online (also ... | |||
2014-03-16 | Renamed toping to to_ping. | irungentoo | |
2014-03-16 | Friend request callback now contains the Tox object. | irungentoo | |
2014-03-16 | retain old data file friendlists on load | Jfreegman | |
2014-03-16 | add api function that gets the last time a friend was seen online | Jfreegman | |
2014-03-15 | A bit of work done on the TCP relay server. | irungentoo | |
2014-03-14 | Merge branch 'udp_test_fixes' of https://github.com/kc1212/ProjectTox-Core ↵ | irungentoo | |
into mouseym-patch-3 | |||
2014-03-14 | A bit of work done on the TCP relay server. | irungentoo | |
2014-03-13 | Slightly more work done on the TCP relay server. | irungentoo | |
2014-03-13 | Fixed bug, unconfirmed friends now load correctly. | irungentoo | |
2014-03-12 | Started writing the code for the TCP relay server. | irungentoo | |
2014-03-12 | updated compilation and execution instructions for Lossless UDP tests, and ↵ | Kelong Cong | |
fixed minor typos | |||
2014-03-11 | Detailed docs for TCP server pretty much done. | irungentoo | |
Implementation coming soon. | |||
2014-03-09 | Reduced the number of useless onion packets sent. | irungentoo | |
2014-03-08 | send_custom_user_packet now returns -1 when friend is offline. | irungentoo | |
2014-03-07 | Some tox_wait_* improvements | Maxim Biro | |
2014-03-07 | Fixed clients not connecting when there is only 2 people on the network. | irungentoo | |
2014-03-07 | Speeded up onion requests. | irungentoo | |
Also increased the maximum number of announce entries. | |||
2014-03-07 | Fixed some possible ways connections could linger indefinitely without being ↵ | irungentoo | |
killed. | |||
2014-03-06 | Your userstatus and message are now saved with tox_save(). | irungentoo | |
2014-03-06 | Made save more portable. | irungentoo | |
This should fix the issue of the friends list getting cleared when something in it changes. | |||
2014-03-05 | CPU optimizations. | irungentoo | |
Use get_shared_key() in more places. | |||
2014-03-05 | Set typing status before calling callback. | AZ Huang | |
2014-03-04 | CPU usage improvements. | irungentoo | |
Shared keys for recieved DHT packets are now stored in a special array so that they don't need to be recomputed for nodes that send us lots of packets. | |||
2014-03-03 | Some small changes/fixes. | irungentoo | |
Changed some timeouts and made cryptopacket_handle return correctly. | |||
2014-03-03 | Made onion paths expire eventually client side. | irungentoo | |
2014-03-03 | Some CPU optimizations and fixes to onion_announce_request. | irungentoo | |
2014-03-02 | Small CPU optimizations to ping requests/reponses. | irungentoo | |
Same idea as last commit. | |||
2014-03-01 | Some small DHT CPU optimizations. | irungentoo | |
Only compute the shared key once instead of twice for received DHT requests/responses. | |||
2014-02-28 | Very simple fix to lower bandwidth usage at startup. | irungentoo | |
2014-02-26 | Major speed/cpu usage/bandwidth improvements to onion. | irungentoo | |
2014-02-25 | Allow to optionally use randombytes_stir() instead of sodium_init() | Jin^eLD | |
According to sonOfRa sodium_init() has some timing issues on Android. libsodium people said randombytes_stir() can be used instead: https://github.com/jedisct1/libsodium/issues/121 sodium_init() stays the default, randombytes_stir() can be enabled by passing --enable-randombytes-stir to the configure script. | |||
2014-02-24 | Speeded up DHT peer finding and decreased DHT bandwidth usage. | irungentoo | |
2014-02-23 | Userstatus function fixes. | irungentoo | |
2014-02-23 | Strings now no longer need to be NULL terminated. | irungentoo | |
2014-02-22 | Renamed dht server to dht node | Maxim Biro | |
2014-02-22 | Fixed the size function for self status message | Maxim Biro | |
2014-02-21 | Added size functions for names and status messages | Maxim Biro | |
2014-02-21 | Some api changes. | irungentoo | |
2014-02-20 | Removed typedefs for consistency | Maxim Biro | |
2014-02-19 | Merge pull request #747 from Jman012/master | irungentoo | |
Groupchat crashing bug fixed. | |||
2014-02-19 | Fixed the groupchat bug in a smarter way. | Jman012 | |
2014-02-19 | Groupchat crashing bug fixed. | Jman012 | |
2014-02-19 | Fixed bug in DHT. | irungentoo | |
2014-02-18 | Astyled and added tests. | irungentoo | |
2014-02-18 | Merge branch 'master' of https://github.com/Jman012/ProjectTox-Core into ↵ | irungentoo | |
Jman012-master |