summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-06This fixes an issue where nodes could stay unannounced for certainirungentoo
periods of time. Online nodes should now be able to announce themselves continuously.
2014-09-05Added custom packet functions to public tox api.irungentoo
This should make it easy for people to use toxcore to power many types of networked applications.
2014-09-05Merge branch 'encrypted_data' of https://github.com/dubslow/toxcore into ↵Dubslow
encrypted_data
2014-09-05fix travis sodium versionDubslow
2014-09-04Increased number of friends tested in tox_test.irungentoo
2014-09-04Update tox.cdubslow
2014-09-03Merge branch 'master' into encrypted_dataDubslow
2014-09-03Added encrypted save to toxcore, if sodium is usedDubslow
Note, this is untested
2014-09-03Fixed typo.irungentoo
2014-09-03Merge branch 'patch-6' of https://github.com/mouseym/ProjectTox-Coreirungentoo
2014-09-03Fixed iOS possible SIGPIPE issue.irungentoo
Apparently on iOS UDP sockets can SIGPIPE (what the fuck apple?).
2014-09-02Expose the tox_add_tcp_relay() function in the public api.irungentoo
Clients can use this function to make Tox connect to user specified TCP relays.
2014-09-02Linked toxav in the main dependencies section.mouseym
2014-09-01Increased time between ping packets by 1 second.irungentoo
This might make active connections less likely to time out needlessly.
2014-08-31Tweaked some values in DHT to decrease the discovery time mainlyirungentoo
for the auto tests.
2014-08-30Merge branch 'patch-1' of https://github.com/bjorn/toxcoreirungentoo
2014-08-30Merge branch 'myChan' of https://github.com/lobiCode/toxcoreirungentoo
2014-08-30Add support for user avatars in the core protocolAlexandre Erwin Ittner
Add a protocol and the APIs to straightforwardly support user avatars in client applications. The protocol is designed to transfer avatars in background, between friends only, and minimize network load by providing a lightweight avatar notification for local cache validation. Strict safeguards are imposed to avoid damage from non-cooperative or malicious users and to limit network usage. The complete documentation is available in docs/Avatars.md and sample code is available in testing/test_avatars.c. Code and documentation are released under the GNU GPLv3 or later, as described in the file COPYING.
2014-08-30Update INSTALL.mdThorbjørn Lindeijer
Renamed ProjectTox-Core to toxcore, as seems to have been done with the repository.
2014-08-29Speeded up start of file transfers.irungentoo
2014-08-29Removed useless code.irungentoo
2014-08-29Lossless crypto packets can now be sent without the congestion control ↵irungentoo
applying to them.
2014-08-29added checking for null pointer in new_Assoc functionslaniCode
2014-08-28Fixed gcc warnings.irungentoo
2014-08-27Removed send withid functions from api.irungentoo
2014-08-27Added function to check if packet sent with net_crypto was received.irungentoo
2014-08-26Merge branch 'lobiCode-myChan'irungentoo
2014-08-27fix the memory leak in new_TCP_server functionslaniCode
2014-08-25Merge branch 'patch-2' of https://github.com/Proplex/ProjectTox-Coreirungentoo
2014-08-25Merge branch 'olologin-master'irungentoo
2014-08-25Removed unnecessary parametersolologin
2014-08-24Update downloads URLDavid Lohle
This page contains all the available downloads for Tox.
2014-08-24Merge branch 'nurupo-tox-shell-fix'irungentoo
2014-08-23Added FreeBSD includeMaxim Biro
2014-08-23Merge branch 'install-update' of https://github.com/nurupo/InsertProjectNameHereirungentoo
2014-08-23Updated Windows cross-compiling instructionsMaxim Biro
2014-08-23onion_isconnected is the best indicator of if tox is connected.irungentoo
2014-08-23Removed now deprecated function.irungentoo
2014-08-22Small code cleanup.irungentoo
2014-08-22Merge branch 'master' of https://github.com/beemaster/toxcoreirungentoo
2014-08-22Fix toxcore linkage on qnxbeemaster
2014-08-21Fixed some gcc warnings.irungentoo
2014-08-20Merge branch 'stal888-patch-6'irungentoo
2014-08-20Daily OS X fix.stal
Patch also fixes NetBSD and OpenBSD, but I can't test that. <pty.h> is <util.h> on some BSDs.
2014-08-19Added tox_shell to testing.irungentoo
tox_shell is a basic secure shell that can be used to control a computer from any Tox client. Just run tox_shell and make it add your Tox id. It's very basic but it works.
2014-08-19Merge branch 'nurupo-bootstrapd-fix'irungentoo
2014-08-18Added .sh ending to bootstrapd's init scriptMaxim Biro
Fixes some build issues.
2014-08-18Speeded up onion friend finding.irungentoo
2014-08-18Added function to check if we were only connected to LAN DHT peers.irungentoo
2014-08-17Merge branch 'bootstrapd-update' of ↵irungentoo
https://github.com/nurupo/InsertProjectNameHere