Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 'master' of https://github.com/mannol1/ProjectTox-Core into ↵ | irungentoo | |
mouseym-patch-3 | |||
2014-03-14 | Merge branch 'udp_test_fixes' of https://github.com/kc1212/ProjectTox-Core ↵ | irungentoo | |
into mouseym-patch-3 | |||
2014-03-15 | Comment fix | mannol | |
2014-03-14 | Added new callback | mannol | |
2014-03-14 | Add Qt-Gui | David Lohle | |
2014-03-14 | Organize the Readme | David Lohle | |
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-11 | Merge pull request #798 from mannol1/master | irungentoo | |
Fixed segfault, timeout handling and logging. | |||
2014-03-12 | Invoke callback via invoke_callback func | mannol | |
2014-03-12 | Removed logging to stderr and fixed timeout handling | mannol | |
2014-03-11 | Merge pull request #796 from mannol1/master | irungentoo | |
Changed msi callbacks | |||
2014-03-11 | Changed msi callbacks | mannol | |
2014-03-10 | Merge pull request #795 from mannol1/master | irungentoo | |
Added custom callback data and capability identifier | |||
2014-03-11 | Added custom callback data and capability identifier | mannol | |
2014-03-10 | Merge pull request #792 from jin-eld/remove-libtoxav.pc | irungentoo | |
Remove libtoxav.pc from git | |||
2014-03-10 | Remove libtoxav.pc from git | Jin^eLD | |
libtoxav.pc is automatically generated by configure from libtoxav.pc.in and should not be commited. | |||
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-08 | Merge pull request #790 from nurupo/tox-wait-fix | irungentoo | |
Some tox_wait_* improvements | |||
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-07 | Merge pull request #789 from mannol1/master | irungentoo | |
Fixed several bugs and added some features | |||
2014-03-07 | Fixed several bugs and added some features | mannol | |
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 | Merge pull request #783 from kylobite/patch-1 | irungentoo | |
All OSX commands now copyright friendly | |||
2014-03-05 | Merge pull request #788 from aitjcize/avlinking | irungentoo | |
Fix libtoxav linking issue | |||
2014-03-05 | Merge pull request #785 from aitjcize/master | irungentoo | |
Set typing status before calling callback | |||
2014-03-05 | Fix libtoxav link error. | AZ Huang | |
2014-03-05 | Set typing status before calling callback. | AZ Huang | |
2014-03-04 | All OSX commands now copyright friendly | kylobite | |
Saves confusion to those not entirely sure why "./configure--with-libsodium-headers=/usr/local/Cellar/libsodium/0.4.5/include/ --with-libsodium-libs=/usr/local/Cellar/libsodium/0.4.5/lib/" did not work. | |||
2014-03-04 | Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core | irungentoo | |
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-04 | Merge pull request #782 from AgathaTheWitch/master | irungentoo | |
Minor documentation cleanup | |||
2014-03-04 | Minor documentation cleanup | Agatha | |
This commit fixes some typos and grammar mistakes. It also fixes some of the long text lines and generally makes the documentation more readable. | |||
2014-03-03 | Some small changes/fixes. | irungentoo | |
Changed some timeouts and made cryptopacket_handle return correctly. |