summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-19Some fixes.irungentoo
2015-05-19Remove pointless nullity check on array addresstux3
assoc->self_client_id is always true, therefore we can remove it from that if" -m "The if thus asserts !assoc->self_hash, so we can elide the immediately following if (!assoc->self_hash)
2015-05-18If we get the ip/port of a relay on a local ip, assume that our friendirungentoo
is hosting a relay on his ip.
2015-05-17Some protocol efficiency improvements.irungentoo
Reduced the amount of waste from dropped packets.
2015-05-16Don't resend the same packet twice within a short timeframe.irungentoo
2015-05-16Added apidsl input filemannol
2015-05-15Fixed friends getting disconnected when transferring files.irungentoo
2015-05-14Added tcp test.irungentoo
2015-05-13Fixed segfault in tox-bootstrapd.irungentoo
2015-05-12Connect to own TCP server if hosting one.irungentoo
Removed useless code.
2015-05-12Fix bugmannol
2015-05-11Fixes and changes to tox_bootstrap and tox_add_tcp_relay.irungentoo
Functionality of both no longer overlaps. If address has more than 1 ip, call the internal function on all of them.
2015-05-10TCP relays are not sure to be valid onion nodes.irungentoo
2015-05-10Updated daemon's systemd file, fixed typos in READMEMaxim Biro
@arthurtiteica has pointed out that systemd has more suitable facilities for creating a temporary directory for a PID file rather than calling ExecStartPre, which requires an absolute path to coreutils executables we used for creating a directory and changing its owner, paths of which are are not universal across distributions. Systemd can take care of it for us without need to provide absolute paths, which is what we use here.
2015-05-09Check if call supports video encoding before encoding frame.irungentoo
2015-05-08Increased max announce entries.irungentoo
2015-05-08Added basic TCP server hosting to tox.h api.irungentoo
TODO: tell friends we are hosting a relay and prioritize using relays hosted by friends over bootstrap ones.
2015-05-07Only set last_to_ping if at least one node was pinged,irungentoo
2015-05-07Fixed inconsistenciesmannol
2015-05-06Removed useless line.irungentoo
2015-05-05Toxav fix.irungentoo
Use stored image width instead of displayed image width.
2015-05-04Fixed possible connection issue.irungentoo
2015-05-03Removed useless code.irungentoo
2015-05-02Small cleanups.irungentoo
2015-05-01Fixed* api comments and some bugsmannol
2015-05-01Fixed warning.irungentoo
2015-05-01Fixed some non standard C.irungentoo
2015-05-01Added a define for the length of onion paths.irungentoo
2015-05-01Fixed some non standard C.irungentoo
Replaced void * with uint8_t * in list.c
2015-04-30Fixed some warnings.irungentoo
Removed useless include.
2015-04-29Merge branch 'uuoc' of https://github.com/tsudoko/toxcoreirungentoo
2015-04-30Merge branch 'new_api' of github.com:mannol/toxcore into new_apimannol
2015-04-30Added many test and fixed various warningsmannol
2015-04-29Merge pull request #2 from krobelus/new_apimannol
Fixed typo
2015-04-29Fixed typokrobelus
2015-04-29Merge branch 'master' into new_apimannol
2015-04-29Donemannol
2015-04-28Merge branch 'master' of https://github.com/worfox/toxcoreirungentoo
2015-04-28Fixed 404ing link to TODO in README.mdworfox
2015-04-28working av new apimannol
2015-04-27Move LAN discovery from Messenger to friend_connection.irungentoo
2015-04-27Almooooooostmannol
2015-04-26Fixed one case of the connection callback not getting called on reconnection.irungentoo
2015-04-26fix useless use of catflan
2015-04-25Switched tox.h to the dsl generated one.irungentoo
Added input file to generate it. Moved the astyle stuff to the astyle directory in other/.
2015-04-26Almost donemannol
2015-04-24Fixed some possible connection issues.irungentoo
2015-04-24Merge branch 'patch-4' of https://github.com/urras/toxcoreirungentoo
2015-04-24Fixed a couple possible issues with the friend connection callback.irungentoo
A TCP callback could be received when only a UDP connection was present. Increased a UDP timeout to make it less likely to time out and switch to TCP.
2015-04-23Fixed some warnings.irungentoo