Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-16 | Some DHT hardening done. | irungentoo | |
See comments of added functions for details. | |||
2013-08-16 | moved conf.py to its right place | naxuroqa | |
cleaned up the cmake for building the docs nicer | |||
2013-08-16 | Merge pull request #472 from naxuroqa/master | irungentoo | |
Build fails when SHARED_TOXCORE flag is set in cmake | |||
2013-08-16 | Fix for issue 472 | naxuroqa | |
2013-08-15 | Merge pull request #471 from krisl/master | irungentoo | |
Add spam length to data length | |||
2013-08-15 | Fixed loading and a small problem with the length of crypto requests. | irungentoo | |
2013-08-15 | Merge branch 'master' of https://github.com/rose-m/ProjectTox-Core into ↵ | irungentoo | |
rose-m-master | |||
2013-08-15 | Merge pull request #457 from aaboagye/master | irungentoo | |
core,nTox,toxic - Fix for Issue #453. Begin refactoring w/astyle. | |||
2013-08-15 | Merge pull request #475 from nurupo/master | irungentoo | |
Commented out nTox_win32 in cmake | |||
2013-08-15 | Fixed function agruments according to new API | Maxim Biro | |
2013-08-15 | Commented out nTox_win32 | Maxim Biro | |
2013-08-16 | Add spam length to data length in comparison against max size | Aaron Lipinski | |
2013-08-15 | Updated comment. | irungentoo | |
2013-08-15 | Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core | irungentoo | |
2013-08-15 | Small improvement to DHT. Useless file removed. Small fix to toxic. | irungentoo | |
2013-08-15 | Merge pull request #473 from fhahn/check-realloc-return-value | irungentoo | |
Check return value of realloc_friendlist and return FAERR_NOMEM on error | |||
2013-08-15 | Check return value of realloc_friendlist and return FAERR_NOMEM on error | Florian Hahn | |
2013-08-15 | Merge official | Michael Rose | |
2013-08-15 | Merge fix | Michael Rose | |
2013-08-15 | Merge pull request #469 from jmaldonado6253/patch-1 | irungentoo | |
Added new DHT server | |||
2013-08-15 | Merge pull request #468 from ABrambleNinja/patch-1 | irungentoo | |
For me, installing check wasn't enough. check-devel was required (Fedora 19) | |||
2013-08-15 | Merge official | Michael Rose | |
2013-08-15 | Added new server | Javier Maldonado | |
2013-08-15 | For me, installing check wasn't enough. check-devel was required (Fedora 19) | ABrambleNinja | |
2013-08-14 | core,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-15 | add dhtstatus window | Aaron Lipinski | |
2013-08-15 | add dhtstatus file | Aaron Lipinski | |
2013-08-15 | provide access to the close client list | Aaron Lipinski | |
2013-08-15 | move client data struct to header file | Aaron Lipinski | |
2013-08-15 | refresh windows after resize | Aaron Lipinski | |
2013-08-14 | Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core | irungentoo | |
2013-08-14 | Metadata collection prevention part 1 of ???. | irungentoo | |
Crypto requests packets are packets that can be routed by nodes in the DHT. In this pull request I have merged both Natping requests and friend requests into one common packet (Crypto request packets). Both these packets should now only be distinguishable by the size of the data in them to an outside observer for an example on how to send and recieve data with these packets see: friend_requests.c Note that these packets are prefixed with id 32 (friend request packets) which means this change is compatible with the currently running DHT bootstrap servers. Also changed small thing in DHT_test.c | |||
2013-08-14 | Merge pull request #467 from JFreegman/master | irungentoo | |
small bug fixes for toxic | |||
2013-08-14 | small bug fixes | Jfreegman | |
2013-08-14 | Merge pull request #466 from naxuroqa/master | irungentoo | |
Fix for another segfault/leak case when using -f arg | |||
2013-08-14 | Fix for another segfault/leak case when using -f arg | naxuroqa | |
2013-08-14 | Logo is now hosted on the repo. | irungentoo | |
2013-08-14 | Added logo in readme to repo. | irungentoo | |
2013-08-14 | Merge pull request #465 from manuel-arguelles/load_from_file | irungentoo | |
Fix segfault when using -f in toxic | |||
2013-08-14 | Fix segfault when using -f in toxic | Manuel Argüelles | |
Call strdup() to the data file argument string to avoid segmentation fault when it is later freed. | |||
2013-08-14 | Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core | irungentoo | |
2013-08-14 | Add friend now fails if it already is in DHT. | irungentoo | |
2013-08-14 | Merge pull request #464 from slvr/crypto-fix | irungentoo | |
Incorrect constants: s/BOXZERO/ZERO/ | |||
2013-08-14 | Messenger fix from pr #461. | irungentoo | |
2013-08-14 | Reduced redundant code, added new crypto test | slvr | |
2013-08-14 | s/BOXZERO/ZERO/ | slvr | |
2013-08-14 | Incorrect constants: s/BOXZERO/ZERO/ | slvr | |
2013-08-14 | Merge branch 'patch-6' of https://github.com/Astonex/ProjectTox-Core into pr | irungentoo | |
2013-08-14 | Fixed small compile error on my end. | irungentoo | |
2013-08-14 | Merge branch 'remove_externs' of https://github.com/krisl/ProjectTox-Core ↵ | irungentoo | |
into pr |