summaryrefslogtreecommitdiff
path: root/testing/nTox.c
AgeCommit message (Expand)Author
2014-07-02Fixed const related warnings.irungentoo
2014-06-20Fix CppCheck style errorsTux3 / Mlkj / !Lev.uXFMLA
2014-06-10Astyle and fixes.irungentoo
2014-06-08Fixed some nTox bugs.irungentoo
2014-06-08fix nTox cmdline input slow problem.liuguangzhao
2014-06-01Fixed TOX_MAX_MESSAGE_LENGTH define.irungentoo
2014-05-30Renamed tox_do_run_interval to tox_do_interval.irungentoo
2014-05-30Replaced tox_wait* functions with tox_do_run_interval().irungentoo
2014-03-31tox_group_get_names now returns a list of name lengths along with the list of...irungentoo
2014-03-18nTox fixes.irungentoo
2014-03-18Merge branch 'api-fix'irungentoo
2014-03-16Friend request callback now contains the Tox object.irungentoo
2014-02-22Renamed dht server to dht nodeMaxim Biro
2014-02-21Some api changes.irungentoo
2014-01-19proper windows preprocessor detectionBen Iofel
2013-12-19Fixed ntox building on windows.irungentoo
2013-11-29Fix typo.AZ Huang
2013-11-29Fix API name consistency.AZ Huang
2013-11-29Fix return code inconsistency.AZ Huang
2013-11-27Various changes to nTox including a potential crash (also possible from remot...Coren[m]
2013-11-26Print a more detailed message on CHAT_CHANGE_PEER_DEL, so a user isn't confou...Coren[m]
2013-11-24group_namelistchange(): for ui reasons, divulge the peernumber and the nature...Coren[m]
2013-11-23Added callback that tells you when the peer name list of a group chat changes.irungentoo
2013-11-22Added function to get the number of peers and list of names for group chats.irungentoo
2013-11-14Wrapping: Expanded space of output to be a bit larger than input. Basic wrap(...Coren[m]
2013-11-13Add a "conversation mode", where you set your conversation partner once and t...Coren[m]
2013-11-12Merge branch 'group_peername' of https://github.com/FullName/ProjectTox-Core ...irungentoo
2013-11-12Group chat: Add a nickname message. Remove strange default nickname. (Serious...Coren[m]
2013-11-12Undo faulty newlines, undo extra newlines.Coren[m]
2013-11-11nTox.c:Coren[m]
2013-11-10Started as a simple bugfix for wrap(), expanded to more detailed help.Coren[m]
2013-10-08Added function to get the piece size for sending files.irungentoo
2013-10-05Fixed warnings.irungentoo
2013-10-02File sending added to public api.irungentoo
2013-10-02File control packets can now be used by the person sending the file.irungentoo
2013-10-01nTox updated with changes in core, some file sending things fixes.irungentoo
2013-09-30Basic ntox file sending.irungentoo
2013-09-27Permit -Wshadow as useful warning.Coren[m]
2013-09-21nTox: keep bootstrap()ping every 10 seconds, until we get a connection runnin...Coren[m]
2013-09-18Forgot an else.irungentoo
2013-09-18Fixed bad code in nTox.irungentoo
2013-09-17astyled everything.irungentoo
2013-09-16Functions to get name of peer in group chat added.irungentoo
2013-09-16Fix warnings of -Wall -WextraCoren[m]
2013-09-15Merge remote-tracking branch 'upstream/master' into nToxCoren[m]
2013-09-14DHT peer finding for new friends should now be slightly faster.irungentoo
2013-09-14Fixed warnings.irungentoo
2013-09-14astyled everything.irungentoo
2013-09-14Save datafile when adding a friend/accepting a friend request.Coren[m]
2013-09-13Rename load_old_key_or_save_new_one() to load_data_or_init().Coren[m]