Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-16 | Metadata 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-16 | Passed everything through astyle. | irungentoo | |
2013-08-16 | Some DHT hardening done. | irungentoo | |
See comments of added functions for details. | |||
2013-08-15 | Small improvement to DHT. Useless file removed. Small fix to toxic. | irungentoo | |
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-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 | Add friend now fails if it already is in DHT. | irungentoo | |
2013-08-10 | tabs -> spaces | slvr | |
2013-08-10 | fixed typo: handle_ping_request -> handle_ping_response | slvr | |
2013-08-10 | network_registerhandler | slvr | |
2013-08-09 | Fix a recurring typo in code and comments. | Christian Brueffer | |
2013-08-06 | Merge pull request #361 from plutooo/master | irungentoo | |
core: Moved handle ping packets to ping.c | |||
2013-08-06 | core: Moved handle ping packets to ping.c | plutooo | |
2013-08-06 | Merge branch 'master' of https://github.com/plutooo/ProjectTox-Core into ↵ | irungentoo | |
plutooo-master Conflicts: core/ping.c core/util.c | |||
2013-08-06 | core: Move send ping packets functions to ping.c | plutooo | |
2013-08-05 | Merge branch 'master' of https://github.com/plutooo/ProjectTox-Core into ↵ | irungentoo | |
plutooo-master | |||
2013-08-05 | Fix bug where handle_NATping wouldn't perform bounds checking | Nick ODell | |
2013-08-05 | core: Rewrote ping-module, better performance and cleaner code. | plutooo | |
2013-08-05 | Use void for functions with no parameters | Florian Hahn | |
2013-08-04 | Make private functions in core/DHT.c static | Florian Hahn | |
2013-08-03 | various fixes for first time user | Jae Kwon | |
* added linking to libsodium * fixed links to docs to point to wiki | |||
2013-08-03 | DHT: added id_equal(), ipport_equal(), is_timeout() | plutooo | |
2013-08-02 | Time is better as an unsigned variable. | irungentoo | |
2013-08-02 | Fixed problems. | irungentoo | |
2013-08-02 | Merge branch 'master' into Jeffail-master | irungentoo | |
Conflicts: core/DHT.c | |||
2013-08-02 | DHT: Fix return value of time(). | Andreas Schneider | |
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Signed-off-by: irungentoo <irungentoo@gmail.com> | |||
2013-08-02 | Refactored DHT.c from end of NAT punching to EOF | Jeffail | |
2013-08-02 | Refactored DHT.c, all of NAT punching functions (line 1217 | Jeffail | |
2013-08-02 | Refactored DHT.c down to line 1048 (beginning of NAT) | Jeffail | |
2013-08-02 | Refactored DHT.c down to line 881 | Jeffail | |
2013-08-02 | Refactored DHT.c down to line 779 | Jeffail | |
2013-08-02 | Refactored DHT.c down to line 567 | Jeffail | |
2013-08-02 | Refactored DHT.c down to line 367 | Jeffail | |
2013-08-02 | Refactored client/friend helper functions (down to line 274) | Jeffail | |
2013-08-01 | Back to old methods, reordered the structs, defines, and global variables to ↵ | Jeffail | |
the top, should be no changes to binary | |||
2013-08-01 | Refactored most of DHT.c, added local vim config | Jeffail | |
2013-07-28 | Slightly improved hole punching in the DHT. | irungentoo | |
2013-07-27 | Ran the code through: astyle --style=linux | irungentoo | |
2013-07-26 | Update DHT.c | nfkd | |
2013-07-26 | Update DHT.c | nfkd | |
2013-07-26 | Fix braces and a few whitespaces | nfkd | |
2013-07-26 | Minor screwup fixed | SilentSand | |
I sure wish it was easier to compile on Windows. | |||
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-24 | Experimental and unoptimized symmetric NAT hole punching added. | irungentoo | |
2013-07-22 | Added small thing to DHT. | irungentoo | |
2013-07-22 | Fixed small thing in DHT. | irungentoo | |
2013-07-21 | Added routing functions to DHT. | irungentoo | |
2013-07-20 | Fixed segfault. | irungentoo | |