Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-12 | encrypted save fully work with both libsodium and nacl | dubslow | |
they both reliably pass "make check" | |||
2014-09-12 | Some cleanups to last PR. | irungentoo | |
2014-09-12 | Merge branch 'tox_connect' of https://github.com/saneki/toxcore | irungentoo | |
2014-09-12 | Removed tox_connect, initial connections are made on first tox_do | saneki | |
2014-09-11 | memzero() segfaulted for unknown reasons... probably pebkac... | Dubslow | |
2014-09-11 | testing works, but doesn't pass... | Dubslow | |
2014-09-11 | Add magic number, auto tests still required | Dubslow | |
2014-09-11 | Merge branch 'tux3-TCPSNHAPPEN27TCPSNHAPPEN27TCPSNHAPPEN27' | irungentoo | |
2014-09-11 | Replace fprintf(stderr,...) by LOGGER_*() in net_crypto | Tux3 / Mlkj / !Lev.uXFMLA | |
2014-09-10 | nacl compiles! still needs testing though. | Dubslow | |
2014-09-10 | modify inclusions | Dubslow | |
2014-09-10 | Merge branch 'master' into encrypted_data | Dubslow | |
2014-09-10 | Merge branch 'compiletimeLTO' of https://github.com/tux3/toxcore | irungentoo | |
2014-09-10 | Merge branch 'smallfix' of https://github.com/tux3/toxcore | irungentoo | |
2014-09-10 | Merge branch 'master' of https://github.com/urras/toxcore | irungentoo | |
2014-09-10 | Merge branch 'tux3-master' | irungentoo | |
2014-09-10 | Remove unused function in DHT.c | Tux3 / Mlkj / !Lev.uXFMLA | |
2014-09-10 | Remove unused variable in handle_sendnodes | Tux3 / Mlkj / !Lev.uXFMLA | |
2014-09-10 | Fix exceptional leak in msi.c | Tux3 / Mlkj / !Lev.uXFMLA | |
2014-09-10 | Grammar fix | urras | |
2014-09-09 | Merge branch 'cgar-spelling' | irungentoo | |
2014-09-09 | spelling corrections | cgar | |
2014-09-09 | Fixed spacing | saneki | |
2014-09-09 | compiling against nacl seems to break VANILLA_NACL... | Dubslow | |
2014-09-09 | Added tox_connect function, no connecting done during tox_load | saneki | |
2014-09-09 | Merge branch 'master' into encrypted_data | Dubslow | |
2014-09-08 | Added tests for custom lossy and lossless packets. | irungentoo | |
Fixed bug with lossless packets. | |||
2014-09-07 | Fixed typo. | irungentoo | |
2014-09-07 | Updated docs. | irungentoo | |
Fixed possible issue in last commit. | |||
2014-09-06 | This fixes an issue where nodes could stay unannounced for certain | irungentoo | |
periods of time. Online nodes should now be able to announce themselves continuously. | |||
2014-09-05 | Added 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-05 | Merge branch 'encrypted_data' of https://github.com/dubslow/toxcore into ↵ | Dubslow | |
encrypted_data | |||
2014-09-05 | fix travis sodium version | Dubslow | |
2014-09-04 | Increased number of friends tested in tox_test. | irungentoo | |
2014-09-04 | Update tox.c | dubslow | |
2014-09-03 | Merge branch 'master' into encrypted_data | Dubslow | |
2014-09-03 | Added encrypted save to toxcore, if sodium is used | Dubslow | |
Note, this is untested | |||
2014-09-03 | Fixed typo. | irungentoo | |
2014-09-03 | Merge branch 'patch-6' of https://github.com/mouseym/ProjectTox-Core | irungentoo | |
2014-09-03 | Fixed iOS possible SIGPIPE issue. | irungentoo | |
Apparently on iOS UDP sockets can SIGPIPE (what the fuck apple?). | |||
2014-09-02 | Expose 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-02 | Linked toxav in the main dependencies section. | mouseym | |
2014-09-01 | Increased time between ping packets by 1 second. | irungentoo | |
This might make active connections less likely to time out needlessly. | |||
2014-08-31 | Tweaked some values in DHT to decrease the discovery time mainly | irungentoo | |
for the auto tests. | |||
2014-08-30 | Merge branch 'patch-1' of https://github.com/bjorn/toxcore | irungentoo | |
2014-08-30 | Merge branch 'myChan' of https://github.com/lobiCode/toxcore | irungentoo | |
2014-08-30 | Add support for user avatars in the core protocol | Alexandre 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-30 | Update INSTALL.md | Thorbjørn Lindeijer | |
Renamed ProjectTox-Core to toxcore, as seems to have been done with the repository. | |||
2014-08-29 | Speeded up start of file transfers. | irungentoo | |
2014-08-29 | Removed useless code. | irungentoo | |