Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | |
2013-08-12 | unresolved addresses fail silently | Jfreegman | |
2013-08-12 | auto-connect errors verbose | Jfreegman | |
2013-08-12 | put a bunch of repeated code into a function and added timestamps to ↵ | Jfreegman | |
status/nick changes | |||
2013-08-12 | minor improvements and bug fixes | Jfreegman | |
2013-08-12 | Merge pull request #439 from Alek900/master | irungentoo | |
Added support for userdata in callbacks | |||
2013-08-12 | Merge pull request #437 from JFreegman/master | irungentoo | |
make connection more robust for toxic | |||
2013-08-12 | Added support for userdata in callbacks | alek900 | |
2013-08-12 | a little overkill | Jfreegman | |
2013-08-12 | Messenger refactor - redid work from pull request 79 | Chris Hall | |
Moves static state out of Messenger.c and into a Messenger struct Purely stylistic, no functional changes were made. This commit also changed all the callers of Messenger as they now have to pass an instance of the Messenger struct to messenger functions. Also removed some uses of the 'static' keyword at the beginning of function definitions when the function was already declared static, as these caused gcc to whine. | |||
2013-08-12 | make connection more robust | Jfreegman | |
2013-08-11 | Fix a possible memory leak | Simon Levermann | |
2013-08-11 | Merge pull request #423 from JFreegman/master | irungentoo | |
Auto-connect toxic to DHT on startup | |||
2013-08-11 | potential seg fault | Jfreegman | |
2013-08-10 | make argument handling (esp. of strings) more robust | lukechampine | |
2013-08-10 | was making the ID change on every startup | Jfreegman | |
2013-08-10 | fix memory leak | Jfreegman | |
2013-08-10 | don't need that | Jfreegman | |
2013-08-10 | auto-connect to DHT on startup | Jfreegman | |
2013-08-09 | make toxic handle input in a more sane manner | Luke Champine | |
2013-08-09 | Merge pull request #407 from JFreegman/master | irungentoo | |
fixed chat window text wrapping in toxic | |||
2013-08-09 | fixed chat window text wrapping | Jfreegman | |
2013-08-08 | added -n argument to toxic to disable loading keys from file (for testing) | irungentoo | |
2013-08-08 | Merge pull request #400 from JFreegman/master | irungentoo | |
Added actions/alternative type of messages | |||
2013-08-08 | added /me actions to toxic | Jfreegman | |
2013-08-08 | Merge branch 'upstream' | Simon Levermann | |
2013-08-08 | Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core into ↵ | Simon Levermann | |
upstream | |||
2013-08-08 | Merge pull request #394 from Nominate/patch-2 | irungentoo | |
Updated chat.c to bring /status inline with prompt.c status command | |||
2013-08-08 | Merge pull request #393 from Nominate/patch-1 | irungentoo | |
Removed superfluous statusmsg | |||
2013-08-08 | Moved a define and fixed another. | irungentoo | |
2013-08-08 | Cleanup and Error fixes | Simon Levermann | |
Add several frees that were missing to prevent memory leaks Replace strcpy with strdup where appropriate Replace _stat with __stat64 for building on Windows | |||
2013-08-08 | Implement proper config directories. | Simon Levermann | |
2013-08-08 | Merge pull request #384 from stqism/master | irungentoo | |
Adds full -D support to toxics versioning, includes the commit number | |||
2013-08-08 | Updated chat.c to bring /status inline with prompt.c status command | Nominate | |
2013-08-08 | Removed superfluous statusmsg | Nominate | |
Users can just respecify their status with a message. This will also encourage users to think about which status is actually appropriate instead of just leaving the status alone. | |||
2013-08-08 | Merge https://github.com/irungentoo/ProjectTox-Core | Sean Qureshi | |
2013-08-08 | Merged upstream main.c changes | Sean Qureshi | |
2013-08-08 | oops | Jfreegman | |
2013-08-08 | fix magic numbers | Jfreegman | |
2013-08-08 | Attempt to get and create a proper directory for config storage. | Simon Levermann | |
2013-08-07 | Adds full -D support to toxics versioning, includes the commit number | Sean Qureshi | |
2013-08-07 | Merge branch 'master' of http://github.com/irungentoo/ProjectTox-Core | Maxim Biro | |
Conflicts: core/Messenger.c core/Messenger.h | |||
2013-08-07 | Merge branch 'master' of https://github.com/stqism/ProjectTox-Core into ↵ | irungentoo | |
pull-requests Conflicts: testing/toxic/prompt.c | |||
2013-08-07 | Modified clients to properly work with the changes | Maxim Biro | |
2013-08-07 | Manually merged prompt.c to upstream | Sean Qureshi | |
2013-08-07 | Merge branch 'read-receipt' of https://github.com/stal888/ProjectTox-Core ↵ | irungentoo | |
into pull-requests Conflicts: testing/toxic/chat.c testing/toxic/prompt.c |