summaryrefslogtreecommitdiff
path: root/testing/nTox.c
AgeCommit message (Collapse)Author
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
If the passed buffer is smaller than MAX_NAME_LENGTH then, you will probably overflow it.
2013-08-12Added support for userdata in callbacksalek900
2013-08-12Messenger refactor - redid work from pull request 79Chris Hall
Moves static state out of Messenger.c and into a Messenger struct Purely stylistic, no functional changes were made. This commit also changed all the callers of Messenger as they now have to pass an instance of the Messenger struct to messenger functions. Also removed some uses of the 'static' keyword at the beginning of function definitions when the function was already declared static, as these caused gcc to whine.
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
No features were added, just fixed callbacks.
2013-08-05Merge pull request #312 from Niautanor/masterirungentoo
fix for Issue #288
2013-08-04Fixed 2 Null pointer derefrences in both nTox and toxicSean Qureshi
2013-08-04Merge pull request #311 from CharmlessCoin/nToxirungentoo
nTox Cleaning
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
nTox will now display a message if you try to accept a not yet received or already accepted friend request
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
CharmlessCoin-nTox Conflicts: testing/nTox.c
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
fixed friend add bugs and gave no message its own error
2013-08-01Merge pull request #252 from nickodell/masterirungentoo
Fix a bug and remove useless code.
2013-08-01Remove code that did nothing.Nick ODell
2013-08-01Fix bug where messages from yourself were preceeded by [-1]Nick ODell
2013-08-01nTox: fixed 2 possible crashes, 3 incorrect packet lengthsplutooo
2013-08-01added error code for no message on friend add & updated nTox.c/nTox_win32.cJfreegman
2013-08-01core: getaddrinfo() lookup error handlingplutooo
2013-07-31small fixJfreegman
2013-07-31partially fixed friend add bug (key length test still broken)Jfreegman
2013-07-31remove debugging printf statementJfreegman
2013-07-31Show error message instead of "added friendnumber -1"Nick ODell
2013-07-31Merge branch 'master' of https://github.com/JFreegman/ProjectTox-Core into ↵irungentoo
JFreegman-master Conflicts: testing/nTox.c
2013-07-31Merge pull request #191 from theshadowfog/patch-6irungentoo
Update nTox.c
2013-07-31initialize num_requestsJfreegman
2013-07-31Fix space/tab indentationMarco Hinz
2013-07-31Clean up/format codeStuart Banks
2013-07-30Update nTox.cGreg
Made the help message a string type.
2013-07-30Update nTox.cGreg
Edited help message.
2013-07-30Update nTox.cGreg
Gives the user his ID.
2013-07-30Merge branch 'master' of https://github.com/blackwolf12333/ProjectTox-Core ↵irungentoo
into blackwolf12333-master Also fixed his pull request.
2013-07-30Update nTox.cGreg
Added help command to nTox.c
2013-07-30added utility function format_messagePeter Maatman