Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-12 | Messenger refactor - redid work from pull request 79 | Chris 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-02 | changed some formatting, fixed the removal of x and y | charmlesscoin | |
2013-07-31 | Clean up/format code | Stuart Banks | |
2013-07-26 | Formatting. | SilentSand | |
Many stylistic changes, mostly formatting code more closely to the coding style. | |||
2013-07-25 | Licensing | SilentSand | |
Added the GPLv3 license to some files in addition to fixing some comments at the beginning of the files. | |||
2013-07-20 | Updated nTox | Maxim Biro | |
2013-07-20 | Make nTox resolve DNS addresses. | Sebastian Stal | |
2013-07-13 | Added doMessenger() to the loop and connecting to the bootstrap node | Oliver Hunt | |
2013-07-13 | Added ncurses tox client | Oliver Hunt | |