Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-10 | Ported nTox to new file transfer api. | irungentoo | |
2015-03-10 | testing/tox_sync now fully works on the new api. | irungentoo | |
2015-03-09 | Fixed small issue. | irungentoo | |
2015-02-24 | Ported some of the code in testing/ to the new api. | irungentoo | |
2015-01-31 | Update avatar documentation | Alexandre Erwin Ittner | |
Add missing function and fixes some typos and formatting. | |||
2015-01-31 | Rename "client id" to "public key" in avatar docs and examples | Alexandre Erwin Ittner | |
Commit b8d530c9e0bbce331f22cbff7f818e49673d5bd7 and some of its parents changed the public name of "client id" to "public key". Update the avatar documentation to follow the idea. | |||
2014-11-10 | Fixed irc syncbot. | irungentoo | |
2014-11-10 | Group audio might work now but I have not tested anything yet. | irungentoo | |
2014-10-17 | fix #1120 | dubslow | |
2014-10-15 | Use monotonic time function already in toxcore. | irungentoo | |
2014-10-15 | irc_syncbot now parse out NULL characters from the Tox groupchat. | irungentoo | |
2014-10-14 | Added basic IRC group syncbot to testing. | irungentoo | |
2014-10-01 | Group chats now actually work somewhat. | irungentoo | |
2014-09-28 | Merge branch 'master' of https://github.com/irungentoo/toxcore | dubslow | |
2014-09-27 | test_avatars: Implement new policy for the user avatar file | Alexandre Erwin Ittner | |
Change location of the user avatar from "<data dir>/avatar.png" to "<data dir>/avatars/<user id>.png", as proposed by commit 6f4ab49f5c2a33aab00bdb9e80dfe51624089899 | |||
2014-09-26 | Added callbacks to DHT called when the ip of a peer is discovered. | irungentoo | |
2014-09-26 | Group chats are starting to work. | irungentoo | |
2014-09-25 | Tox object doesn't need to be passed to tox_hash. | irungentoo | |
2014-09-25 | Merge branch 'master' of https://github.com/dubslow/toxcore | irungentoo | |
2014-09-24 | remove tox_avatar_hash | dubslow | |
2014-09-24 | Merge branch 'stal888-patch-1' | irungentoo | |
2014-09-24 | housekeeping | dubslow | |
2014-09-23 | ifdef out use of linux/limts.h in test_avatars | stal | |
This fixes building on OS X and other systems whose limits.hs have PATH_MAX. | |||
2014-09-22 | Merge branch 'avatars' of https://github.com/ittner/toxcore | irungentoo | |
2014-09-21 | Remove support for avatar image formats other than PNG | Alexandre Erwin Ittner | |
Support for other formats was deemed unnecessary in the code review and therefore removed. The value for the constant TOX_AVATARFORMAT_PNG is now set in stone; if the other formats become needed again in the future, this commit shall be reverted and the enum values reordered to keep compatibility. | |||
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-23 | Added FreeBSD include | Maxim Biro | |
2014-08-20 | Daily 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-19 | Added 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-14 | Modified tox_bootstrap_from_address() function. | irungentoo | |
PORT IS NO LONGER PASSED IN NETWORK BYTE ORDER. Removed useless ipv6enabled parameter. | |||
2014-08-14 | Added disabling of UDP and basic SOCKS5 proxy support to public API. | irungentoo | |
tox_new() now takes a Tox_Options struct as argument. If a NULL pointer is passed to that struct, defaults are used. | |||
2014-08-14 | UDP can now be disabled. | irungentoo | |
new_messenger() now takes an options struct as an argument. | |||
2014-08-06 | crypto speed test is pretty useless, removed it. | irungentoo | |
2014-07-02 | Fixed const related warnings. | irungentoo | |
2014-06-30 | Const correctness for toxcore/Messenger.c and related files | Marc Schütz | |
2014-06-20 | Fix CppCheck style errors | Tux3 / Mlkj / !Lev.uXFMLA | |
#if 0 the content of toxav/msi.c : int stringify_message(MSIMessage *msg, char *dest) This function has no effect and does not seem to be used for actively waiting. Fix various other style errors, reduce scope when possible, avoid redundant writes, clarify operator priorities, etc. | |||
2014-06-19 | dns3_test now automatically does the DNS request. | irungentoo | |
tox_decrypt_dns3_TXT no longer needs id_record to be null terminated. | |||
2014-06-14 | Fixed some issues in toxdns and added a test. | irungentoo | |
Added request_id. request_id must be obtained with tox_generate_dns3_string, stored, then passed to tox_decrypt_dns3_TXT when we want to decrypt the received response. | |||
2014-06-13 | Attempt fix of tox_sync not building on some systems. | irungentoo | |
2014-06-10 | Astyle and fixes. | irungentoo | |
2014-06-10 | Const correctness in various interdependent files | Marc Schütz | |
2014-06-08 | Fixed some nTox bugs. | irungentoo | |
2014-06-08 | fix nTox cmdline input slow problem. | liuguangzhao | |
2014-06-01 | Fixed TOX_MAX_MESSAGE_LENGTH define. | irungentoo | |
Removed some useless code from toxcore. Astyled core code with new version of astyle. | |||
2014-05-31 | Fixed the undefined reference to pow error | Maxim Biro | |
2014-05-30 | Renamed tox_do_run_interval to tox_do_interval. | irungentoo | |
tox_do_interval now returns a time in ms based on how much action is going on in net_crypto. | |||
2014-05-30 | Replaced tox_wait* functions with tox_do_run_interval(). | irungentoo | |
Build system fixes. | |||
2014-05-28 | Fixed Tox sync. | irungentoo | |
2014-05-02 | Remove Lossless UDP (This breaks Tox.) | irungentoo | |
2014-04-23 | Updated some files so that they could build with latest core. | irungentoo | |
Fixed some issues. |