summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-17Merge pull request #802 from JFreegman/masterirungentoo
add api function that gets the last time a friend was seen online (also ...
2014-03-16Renamed toping to to_ping.irungentoo
2014-03-16Friend request callback now contains the Tox object.irungentoo
2014-03-16retain old data file friendlists on loadJfreegman
2014-03-16add api function that gets the last time a friend was seen onlineJfreegman
2014-03-15A bit of work done on the TCP relay server.irungentoo
2014-03-14Merge branch 'master' of https://github.com/mannol1/ProjectTox-Core into ↵irungentoo
mouseym-patch-3
2014-03-14Merge branch 'udp_test_fixes' of https://github.com/kc1212/ProjectTox-Core ↵irungentoo
into mouseym-patch-3
2014-03-15Comment fixmannol
2014-03-14Added new callbackmannol
2014-03-14Add Qt-GuiDavid Lohle
2014-03-14Organize the ReadmeDavid Lohle
2014-03-14A bit of work done on the TCP relay server.irungentoo
2014-03-13Slightly more work done on the TCP relay server.irungentoo
2014-03-13Fixed bug, unconfirmed friends now load correctly.irungentoo
2014-03-12Started writing the code for the TCP relay server.irungentoo
2014-03-12updated compilation and execution instructions for Lossless UDP tests, and ↵Kelong Cong
fixed minor typos
2014-03-11Detailed docs for TCP server pretty much done.irungentoo
Implementation coming soon.
2014-03-11Merge pull request #798 from mannol1/masterirungentoo
Fixed segfault, timeout handling and logging.
2014-03-12Invoke callback via invoke_callback funcmannol
2014-03-12Removed logging to stderr and fixed timeout handlingmannol
2014-03-11Merge pull request #796 from mannol1/masterirungentoo
Changed msi callbacks
2014-03-11Changed msi callbacksmannol
2014-03-10Merge pull request #795 from mannol1/masterirungentoo
Added custom callback data and capability identifier
2014-03-11Added custom callback data and capability identifiermannol
2014-03-10Merge pull request #792 from jin-eld/remove-libtoxav.pcirungentoo
Remove libtoxav.pc from git
2014-03-10Remove libtoxav.pc from gitJin^eLD
libtoxav.pc is automatically generated by configure from libtoxav.pc.in and should not be commited.
2014-03-09Reduced the number of useless onion packets sent.irungentoo
2014-03-08send_custom_user_packet now returns -1 when friend is offline.irungentoo
2014-03-08Merge pull request #790 from nurupo/tox-wait-fixirungentoo
Some tox_wait_* improvements
2014-03-07Some tox_wait_* improvementsMaxim Biro
2014-03-07Fixed clients not connecting when there is only 2 people on the network.irungentoo
2014-03-07Speeded up onion requests.irungentoo
Also increased the maximum number of announce entries.
2014-03-07Fixed some possible ways connections could linger indefinitely without being ↵irungentoo
killed.
2014-03-07Merge pull request #789 from mannol1/masterirungentoo
Fixed several bugs and added some features
2014-03-07Fixed several bugs and added some featuresmannol
2014-03-06Your userstatus and message are now saved with tox_save().irungentoo
2014-03-06Made save more portable.irungentoo
This should fix the issue of the friends list getting cleared when something in it changes.
2014-03-05CPU optimizations.irungentoo
Use get_shared_key() in more places.
2014-03-05Merge pull request #783 from kylobite/patch-1irungentoo
All OSX commands now copyright friendly
2014-03-05Merge pull request #788 from aitjcize/avlinkingirungentoo
Fix libtoxav linking issue
2014-03-05Merge pull request #785 from aitjcize/masterirungentoo
Set typing status before calling callback
2014-03-05Fix libtoxav link error.AZ Huang
2014-03-05Set typing status before calling callback.AZ Huang
2014-03-04All OSX commands now copyright friendlykylobite
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-04Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Coreirungentoo
2014-03-04CPU 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-04Merge pull request #782 from AgathaTheWitch/masterirungentoo
Minor documentation cleanup
2014-03-04Minor documentation cleanupAgatha
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-03Some small changes/fixes.irungentoo
Changed some timeouts and made cryptopacket_handle return correctly.