Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-08-13 | Attempt to quickly fix a test. | irungentoo | |
2013-08-13 | Simple XOR checksum added to address. | irungentoo | |
2013-08-13 | clarified comment. | irungentoo | |
2013-08-13 | Friend requests with different nospam fix and added saving/loading of nospam. | irungentoo | |
2013-08-13 | store messenger when friends are added | Michael Rose | |
2013-08-13 | Updated some files. | irungentoo | |
2013-08-13 | Fixed spam problem. (I broke the API so this will not build) | irungentoo | |
The friend address is what the byte string that you give away for people to add you will be called. 1. Every friend address now contains a number set by the friend. This is to prevent someone from randomly spamming people in the DHT with friend requests and makes it so you need the person to actually give you the address in some way to send the friend request. This number is expected to be encrypted with the friend request. All requests that do not contain this number will be rejected. This means the spammer can no longer use the DHT to collect lists of valid addresses to spam. It also enables users to quickly change the number in case a spammer gets hold of the address and starts spamming it. 2. A 2 byte checksum will be added (not implemented yet) to prevent people from accidentally adding random strings as friends. (NOTE that this has nothing to do with the spam problem I just decided to add a placeholder for it now.) | |||
2013-08-13 | Fixed merge problem and set better default names. | irungentoo | |
2013-08-13 | Merge branch 'master' of https://github.com/JFreegman/ProjectTox-Core into ↵ | irungentoo | |
JFreegman-master | |||
2013-08-13 | Merge pull request #441 from slvr/timer | irungentoo | |
Timer Subsystem | |||
2013-08-13 | Merge pull request #447 from gladiac/fixes | irungentoo | |
Fixes | |||
2013-08-13 | Merge pull request #445 from ReAzem/patch-1 | irungentoo | |
Update README.md | |||
2013-08-13 | Portabily print out uint64_t using PRIu64 | slvr | |
2013-08-13 | Removed core/Messenger.c.orig | slvr | |
Cleanup from merge conflict. | |||
2013-08-13 | timer_new -> new_timer and timer_delete -> delete_timer to avoid name conflict | slvr | |
2013-08-13 | core: Fix a possible buffer overflow using getself_name(). | Andreas Schneider | |
If the passed buffer is smaller than MAX_NAME_LENGTH then, you will probably overflow it. | |||
2013-08-13 | toxic: Fix get_user_config_dir(). | Andreas Schneider | |