Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-12 | Added support for userdata in callbacks | alek900 | |
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-09 | Fix a recurring typo in code and comments. | Christian Brueffer | |
2013-08-07 | Actually use write_result | Simon Levermann | |
2013-08-07 | Don't ignore the result of fwrite. Since we're building with -Wall and ↵ | Simon Levermann | |
-Werror, this causes compile failures. | |||
2013-07-27 | [fixed]created new files misc_tools.(c|h) and moved hex_string_to_bin() there. | Konstantin Kowalski | |
2013-07-26 | took out several strlen() calls out of the loop; replaced int's with size_t ↵ | Konstantin Kowalski | |
where needed | |||
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-18 | Added nicknames and nickname syncing. | irungentoo | |
2013-07-17 | Bug fixed, Loading and saving added to core. | irungentoo | |
2013-07-12 | First part of DHT hardening done. | irungentoo | |
Added crypto to the DHT communications. This defeats completely the first attack mentioned in docs/DHT_hardening. Also updated the build system to build the latest test (it links it with libsodium) | |||
2013-07-10 | Per friend request data added. | irungentoo | |
2013-07-09 | cast parameters to unsigned char and terminal localhost regex without domain | juryben-fedora | |
2013-07-09 | Delete friends function now works and some other changes. | irungentoo | |
2013-07-09 | Added comment block to Messenger test. | irungentoo | |
2013-07-09 | Basic IM messenger backend pretty much done (You can start the GUI) | irungentoo | |
And a couple of fixes to the other parts. | |||
2013-07-08 | Some work done on the messenger part. | irungentoo | |