summaryrefslogtreecommitdiff
path: root/testing/nTox.h
AgeCommit message (Collapse)Author
2013-08-24Rename core directory because of autoconf name clashjin-eld
While doing the checks configure might generate "core" files and will then try to remove them. Having a "core" directory generates an error while runing the configure script. There's no workaround but to rename the core directory.
2013-08-23New API done and tested.irungentoo
Some stuff needs to be cleaned a bit though.
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-02changed some formatting, fixed the removal of x and ycharmlesscoin
2013-07-31Clean up/format codeStuart Banks
2013-07-26Formatting.SilentSand
Many stylistic changes, mostly formatting code more closely to the coding style.
2013-07-25LicensingSilentSand
Added the GPLv3 license to some files in addition to fixing some comments at the beginning of the files.
2013-07-20Updated nToxMaxim Biro
2013-07-20Make nTox resolve DNS addresses.Sebastian Stal
2013-07-13Added doMessenger() to the loop and connecting to the bootstrap nodeOliver Hunt
2013-07-13Added ncurses tox clientOliver Hunt