summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-15Some optimizations on how TCP relays are used.irungentoo
2014-12-15Increased max TCP connections.irungentoo
2014-12-14Fixed DHT doc.irungentoo
2014-12-14Sendback data size is always 8 bytes.irungentoo
2014-12-13Added HTTP proxy supportMaxim Biro
2014-12-13More group auto testing.irungentoo
2014-12-12Merge branch 'mem-leak-fix' of https://github.com/nurupo/InsertProjectNameHereirungentoo
2014-12-12Fixed memory leaks.irungentoo
2014-12-12Fixed a memory leakMaxim Biro
2014-12-12Increase video quality and distance between keyframes.irungentoo
2014-12-12Make the maximum size of the jbuf at least 4 times the capacity.irungentoo
Should prevent issues that might occur because a different thread is reading it.
2014-12-12Having two buffers for audio isn't really good.irungentoo
2014-12-12Fixed video packet assembling.irungentoo
Video should look better now.
2014-12-11Test if everything goes well when a peer leaves the group chat.irungentoo
2014-12-11Fixed crash when connection was killed during the packet callback.irungentoo
2014-12-10Added a tox_add_friend auto test.irungentoo
2014-12-10Add define for the maximum length of the friend request to the public api.irungentoo
2014-12-09Fixed tox_test.cirungentoo
2014-12-09Merge branch 'more_consistent_custom_packet_handlers' of ↵irungentoo
https://github.com/wrouesnel/toxcore
2014-12-09Patch auto_tests/tox_test.c with the new prototypeWill Rouesnel
2014-12-09Change prototype for custom_packet_handler functionsWill 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-12-08Restore compatibility with older group chats.irungentoo
2014-12-08Delete close connection when peer leaves chat.irungentoo
2014-12-07Fixed possible issue with wrong size being passed to opus_decode().irungentoo
2014-12-06Group stability fixes.irungentoo
2014-12-05Test now works with large groups.irungentoo
2014-12-05Added basic group message test.irungentoo
2014-12-04Added simple group auto test.irungentoo
2014-12-03Merge branch 'patch-2' of https://github.com/Aaron1011/toxcoreirungentoo
2014-12-03Merge branch 'Aaron1011-patch-1'irungentoo
2014-12-03Fix usage of 'have' versus 'has'Aaron1011
2014-12-03Fix typoAaron1011
2014-12-03Fixed possible threading issues.irungentoo
2014-12-03Fixed possible threading issue.irungentoo
2014-12-03Fixed possible threading issue.irungentoo
2014-12-03Fixed possible threading issues.irungentoo
2014-12-03Fixed possible threading issue.irungentoo
2014-12-02Fixed bug where group chat would see connection as offline when it was online.irungentoo
Clarified something in the docs.
2014-12-02Only copy when pointer isn't NULL in get_friendcon_public_keys().irungentoo
2014-12-01Comment fix.irungentoo
2014-12-01Groupchat stability fixes.irungentoo
Query for peers if we were connected to nobody for some reason.
2014-12-01Removed useless code.irungentoo
2014-12-01Prevent joining groupchat more than once.irungentoo
2014-12-01Group chats should be less likely to break.irungentoo
2014-11-30Joining a group chat should be more reliable.irungentoo
Only disconnect from the friend we used to join when we are connected to at least 3 other people.
2014-11-29Check if key file was opened correctly in DHT_bootstrap.cirungentoo
Warn the user if it wasn't.
2014-11-29Jbuff fixes.irungentoo
2014-11-29Fixed bug where video didn't work anymore.irungentoo
Some other cleanups.
2014-11-29Merge branch 'mutex-1' of https://github.com/mannol/toxcoreirungentoo
2014-11-29More av cleanupmannol