summaryrefslogtreecommitdiff
path: root/testing/nTox.c
AgeCommit message (Expand)Author
2013-09-13Made (load_/save_)data() functions static.Coren[m]
2013-09-13Merge remote-tracking branch 'upstream/master' into nToxCoren[m]
2013-09-13Merge remote-tracking branch 'upstream/master' into IntegrationCoren[m]
2013-09-12Put group chat functions in the public API.irungentoo
2013-09-12Very basic group chats, tested and working with nTox.irungentoo
2013-09-12tox.h:Coren[m]
2013-09-12nTox.c:Coren[m]
2013-09-12nTox.c:Coren[m]
2013-09-11tox.h, DHT.h:Coren[m]
2013-09-11cmdline parsing of --ipv4/6 plucked into utilCoren[m]
2013-09-10tox.*, DHT.*:Coren[m]
2013-09-10big push, putting all the infrastructure in place behind TOX_ENABLE_IPV6Coren[m]
2013-08-30Fixed warnings and moved hex_string_to_bin to testing/irungentoo
2013-08-30Merge branch 'udp_connections' of https://github.com/vx-k/ProjectTox-Core int...irungentoo
2013-08-29Moved misc_tools from testing to toxcore.Anony Moose
2013-08-27Make nTox work on MinGW/Win32jin-eld
2013-08-23Added tox_ to 2 typedefs.irungentoo
2013-08-23New API done and tested.irungentoo
2013-08-20nTox and cmake fixed.irungentoo
2013-08-16Passed everything through astyle.irungentoo
2013-08-14rewrite of get_id functionnaxuroqa
2013-08-13Updated some files.irungentoo
2013-08-13core: Fix a possible buffer overflow using getself_name().Andreas Schneider
2013-08-12Added support for userdata in callbacksalek900
2013-08-12Messenger refactor - redid work from pull request 79Chris Hall
2013-08-07Modified clients to properly work with the changesMaxim Biro
2013-08-06Fix bug where file handle wasn't closed on successNick ODell
2013-08-05Make test clients compatible with userstatus kindsSebastian Stal
2013-08-05Merge pull request #312 from Niautanor/masterirungentoo
2013-08-04Fixed 2 Null pointer derefrences in both nTox and toxicSean Qureshi
2013-08-04Merge pull request #311 from CharmlessCoin/nToxirungentoo
2013-08-04added fix in nTox_win32.cTim Malte Gräfje
2013-08-04whoops, returning a free'd variable is really not what I meant...charmlesscoin
2013-08-03fixed bug that would cause this to always exitcharmlesscoin
2013-08-04fix for #288Tim Malte Gräfje
2013-08-03removed some magic numbers from line_eval()charmlesscoin
2013-08-03added some better error checking for print_nickname() anr print_statuschange()charmlesscoin
2013-08-03cleaned up load_key() and added more error checkingcharmlesscoin
2013-08-03Merge branch 'nTox' of https://github.com/CharmlessCoin/ProjectTox-Core into ...irungentoo
2013-08-03added backspace to nTox; removed trailing spacesMichael Kress
2013-08-03whoops, removed part of a string by accident.charmlesscoin
2013-08-03Fixed the printing of a few strings, moved some code around.charmlesscoin
2013-08-03added a getopt system, with -f and -h flagscharmlesscoin
2013-08-02changed some formatting, fixed the removal of x and ycharmlesscoin
2013-08-02cleaned up print_friendlist(), it now prints a message if you have _no_ friendscharmlesscoin
2013-08-02cleaned up my changescharmlesscoin
2013-08-02new_lines should use strncpy, and wrote get_id() to declutter codecharmlesscoin
2013-08-01Merge pull request #229 from JFreegman/masterirungentoo
2013-08-01Merge pull request #252 from nickodell/masterirungentoo
2013-08-01Remove code that did nothing.Nick ODell