Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-15 | Merge fix | Michael Rose | |
2013-08-15 | Merge official | Michael Rose | |
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 | |||
2013-08-14 | Merge branch 'master' of https://github.com/mkfifo/ProjectTox-Core into pr | irungentoo | |
2013-08-15 | remove temporary callbacks from refactoring | Aaron Lipinski | |
2013-08-15 | move windows functions to its own file | Aaron Lipinski | |
2013-08-15 | remove externs in favor of includes | Aaron Lipinski | |
2013-08-15 | add header guard and includes to windows.h | Aaron Lipinski | |
2013-08-14 | Merge branch 'master' of https://github.com/naxuroqa/ProjectTox-Core into pr | irungentoo | |
2013-08-15 | prefer param over static | Aaron Lipinski | |
Conflicts: testing/toxic/main.c | |||
2013-08-14 | Merge pull request #460 from krisl/master | irungentoo | |
Have toxic handle new no-spam values from friend request | |||
2013-08-14 | Update prompt.c | Astonex | |
Make id uppercase. | |||
2013-08-14 | C99 fix | Michael Rose | |
2013-08-14 | fixed calculation of messenger size (no spam was not accounted for) | Michael Rose | |
2013-08-14 | populate friends in toxic on startup | Michael Rose | |
2013-08-14 | Have toxic handle new no-spam values from friend request | Aaron Lipinski | |
2013-08-14 | rewrite of get_id function | naxuroqa | |
2013-08-14 | Merge commit 'a8d1f86f8ba9b39c8f913bce99a2282d81235cc9' | Michael Rose | |
2013-08-14 | fix memory leak | Michael Rose | |
2013-08-14 | fixing minor memory leak of friendlist | Chris Hall | |
2013-08-14 | removing unnecessary function pointer _isset variables | Chris Hall | |
2013-08-13 | ... | irungentoo | |
2013-08-13 | ... | irungentoo | |
2013-08-13 | Fuck. | irungentoo | |
2013-08-13 | Commented out old tests that are broken with current master. | irungentoo | |
2013-08-13 | Hackish fix for the tests. | irungentoo | |