summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-18Added minor error checking in Core, this helps prevent CERT MEM04-C; CWE-131Sean Qureshi
2013-08-18Fixed a core memory leakSean Qureshi
2013-08-17Might improve windows detectionSean Qureshi
2013-08-17Added more colorsSean Qureshi
2013-08-17Standarized DHTserversSean Qureshi
2013-08-17Merge pull request #483 from fhahn/small-test-improvementsirungentoo
Small test improvements
2013-08-17Add test for getnameFlorian Hahn
2013-08-17Remove unused script for running testsFlorian Hahn
"make test" should be used to run the tests
2013-08-17Use ck_assert_msgFlorian Hahn
2013-08-17Fixed bug.irungentoo
2013-08-17Added dynamic memory allocation to crypto connections.irungentoo
Also fixed some possible bugs in Messenger.c
2013-08-17Merge pull request #480 from rose-m/masterirungentoo
Messenger stores / loads nickname
2013-08-17Messenger stores / loads nicknameMichael Rose
new toxic command to show nickname (mynick)
2013-08-16Added docs detailing containing latest protocol changes.irungentoo
2013-08-16Line breaks removed.irungentoo
2013-08-16Metadata collection prevention part 2 of ???irungentoo
Improved friend request sending. As a side effect friend requests should now be routed less than before. See added comments for details.
2013-08-16Passed everything through astyle.irungentoo
2013-08-16Merge pull request #477 from naxuroqa/masterirungentoo
moved conf.py to its right place
2013-08-16Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Coreirungentoo
2013-08-16Some DHT hardening done.irungentoo
See comments of added functions for details.
2013-08-16moved conf.py to its right placenaxuroqa
cleaned up the cmake for building the docs nicer
2013-08-16Merge pull request #472 from naxuroqa/masterirungentoo
Build fails when SHARED_TOXCORE flag is set in cmake
2013-08-16Fix for issue 472naxuroqa
2013-08-15Merge pull request #471 from krisl/masterirungentoo
Add spam length to data length
2013-08-15Fixed loading and a small problem with the length of crypto requests.irungentoo
2013-08-15Merge branch 'master' of https://github.com/rose-m/ProjectTox-Core into ↵irungentoo
rose-m-master
2013-08-15Merge pull request #457 from aaboagye/masterirungentoo
core,nTox,toxic - Fix for Issue #453. Begin refactoring w/astyle.
2013-08-15Merge pull request #475 from nurupo/masterirungentoo
Commented out nTox_win32 in cmake
2013-08-15Fixed function agruments according to new APIMaxim Biro
2013-08-15Commented out nTox_win32Maxim Biro
2013-08-16Add spam length to data length in comparison against max sizeAaron Lipinski
2013-08-15Updated comment.irungentoo
2013-08-15Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Coreirungentoo
2013-08-15Small improvement to DHT. Useless file removed. Small fix to toxic.irungentoo
2013-08-15Merge pull request #473 from fhahn/check-realloc-return-valueirungentoo
Check return value of realloc_friendlist and return FAERR_NOMEM on error
2013-08-15Check return value of realloc_friendlist and return FAERR_NOMEM on errorFlorian Hahn
2013-08-15Merge officialMichael Rose
2013-08-15Merge fixMichael Rose
2013-08-15Merge pull request #469 from jmaldonado6253/patch-1irungentoo
Added new DHT server
2013-08-15Merge pull request #468 from ABrambleNinja/patch-1irungentoo
For me, installing check wasn't enough. check-devel was required (Fedora 19)
2013-08-15Merge officialMichael Rose
2013-08-15Added new serverJavier Maldonado
2013-08-15For me, installing check wasn't enough. check-devel was required (Fedora 19)ABrambleNinja
2013-08-14core,nTox,toxic - Fix for Issue #453. Refactoring w/astyle.Aseda Gyeke Aboagye
This commit introduces a few things. Basically I didn't like the fact that although we had a coding style document, no one was following it. See https://github.com/irungentoo/ProjectTox-Core/issues/453 for more info regarding that. This commit just marks the first of my efforts to refactor the code base according to the posted coding style document by introducing an astylerc and a optional git pre-commit hook. I propose that users can add this functionality as a pre-commit hook. More info is in the README file. However, this has only been tested on Linux and I imagine should work on OSX as well. I don't think pre-commit hooks work on Windows, but I may be mistaken. The future commits I plan are refactoring the source files for other offending items such as using typedefs. See http://wiki.tox.im/index.php/Coding_Style.
2013-08-15add dhtstatus windowAaron Lipinski
2013-08-15add dhtstatus fileAaron Lipinski
2013-08-15provide access to the close client listAaron Lipinski
2013-08-15move client data struct to header fileAaron Lipinski
2013-08-15refresh windows after resizeAaron Lipinski
2013-08-14Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Coreirungentoo