Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 '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-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 | Update prompt.c | Astonex | |
Make id uppercase. | |||
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-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 | 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 | |
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 remote-tracking branch 'upstream/master' into timer | slvr | |
Conflicts: core/Messenger.c | |||
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 | Implemented Deadline Timer and timer_test | slvr | |
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 | Fixed warnings on Windows | Maxim Biro | |
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 | Merge pull request #422 from slvr/crypto-speed-boost | irungentoo | |
Cryptography speed boost | |||
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-10 | Added crypto_speed_test | slvr | |
2013-08-10 | tabs -> spaces | slvr | |
2013-08-10 | network_registerhandler | slvr | |
2013-08-09 | Kill EOF whitespace. | Christian Brueffer | |
2013-08-09 | Merge pull request #409 from lukechampine/betterprompt | irungentoo | |
make toxic handle input in a more sane manner | |||
2013-08-09 | Added headers to fix build errors. | Konstantin Kowalski | |
2013-08-09 | Minor style changes. | Konstantin Kowalski | |