Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-06 | Typo fix. | irungentoo | |
2014-07-02 | Merge branch 'const_correctness' of https://github.com/schuetzm/ProjectTox-Core | irungentoo | |
2014-06-30 | Const-correctness for tox.c | Marc Schütz | |
2014-06-30 | Const correctness for toxcore/Messenger.c and related files | Marc Schütz | |
2014-06-10 | Fixed some warnings. | irungentoo | |
2014-06-10 | Astyle and fixes. | irungentoo | |
2014-06-10 | Const correctness in various interdependent files | Marc Schütz | |
2014-06-02 | Added instructions on how to pause/resume file transfers. | irungentoo | |
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-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-26 | Fixed possible issue. | irungentoo | |
2014-05-08 | Merge branch 'master' into TCP | irungentoo | |
2014-04-21 | Crypto related cleanups. | irungentoo | |
Moved Bunch of functions from net_crypto to crypto_core. decrypt_data_fast and decrypt_data_symmetric were the same thing therefore, removed decrypt_data_fast. Replaced all the crypto_secretbox_* defines with the equivalent crypto_box_* one. New define: crypto_box_KEYBYTES that is equal to crypto_box_BEFORENMBYTES. | |||
2014-04-19 | Removed deprecated function from public api. | irungentoo | |
Added upper length check to friendreq_handlepacket(). | |||
2014-04-16 | multiple spelling fixes | Carlos E. Garcia | |
2014-04-08 | Include 'netinet/in_systm.h' on OpenBSD | Dmitrij D. Czarkoff | |
Otherwise 'n_time' is undefined. | |||
2014-04-04 | Added functions to get/set the nospam value to the public api. | irungentoo | |
2014-03-31 | tox_group_get_names now returns a list of name lengths along with the list ↵ | irungentoo | |
of names. TCP test now also tests pings. | |||
2014-03-20 | Fixed other api inconsistency. | irungentoo | |
2014-03-20 | Fixed an api inconsistency. | irungentoo | |
2014-03-18 | nTox fixes. | irungentoo | |
Added TOX_MAX_MESSAGE_LENGTH to tox.h | |||
2014-03-18 | Merge branch 'api-fix' | irungentoo | |
Main changes: 1. Strings no longer need to be NULL terminated. 2. tox_get_friend_id is now named tox_get_friend_number. 3. The friend request callback function is now (Tox *tox, uint8_t *, uint8_t *, uint16_t, void *), the Tox object pointer has been added to it. | |||
2014-03-16 | Friend request callback now contains the Tox object. | irungentoo | |
2014-03-16 | add api function that gets the last time a friend was seen online | Jfreegman | |
2014-03-11 | Detailed docs for TCP server pretty much done. | irungentoo | |
Implementation coming soon. | |||
2014-03-07 | Some tox_wait_* improvements | Maxim Biro | |
2014-02-23 | Userstatus function fixes. | irungentoo | |
2014-02-23 | Strings now no longer need to be NULL terminated. | irungentoo | |
2014-02-21 | Added size functions for names and status messages | Maxim Biro | |
2014-02-21 | Some api changes. | irungentoo | |
2014-02-18 | Astyled and added tests. | irungentoo | |
2014-02-16 | Typing: Forgot the callback argument types. | Jman012 | |
2014-02-16 | Typos. | Jman012 | |
2014-02-16 | Added user typing changes in core. | Jman012 | |
2014-02-12 | All strings should now be forced terminated when received. | irungentoo | |
2014-02-11 | Added paragraph explaining how strings work in Tox. | irungentoo | |
2014-02-07 | added API function to get online friend count | Jfreegman | |
2014-01-21 | Fixed BSD IP stack issue | Sean | |
Thanks to @mahomet | |||
2014-01-19 | proper windows preprocessor detection | Ben Iofel | |
2013-12-24 | Added the shell of onion.{c, h} | irungentoo | |
2013-12-21 | Added function to save an encrypted version of the messenger. | irungentoo | |
Also added some tests. | |||
2013-12-17 | Added simple test for tox. | irungentoo | |
2013-12-13 | added groupchat actions | Jfreegman | |
2013-12-10 | More API consistent fix. | AZ Huang | |
2013-12-07 | Added/updated some basic docs and cleaned up some things. | irungentoo | |
2013-12-06 | Merge branch 'master' into harden | irungentoo | |
2013-12-03 | fix naming inconsistency in tox.h | alexandervdm | |
2013-11-29 | Fix typo. | AZ Huang | |
2013-11-29 | Fix API name consistency. | AZ Huang | |