Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-08-09 | Moved long comments to wiki. | Konstantin Kowalski | |
2013-08-09 | Added arrays. | Konstantin Kowalski | |
2013-08-09 | Added INFO() debugging macro. | Konstantin Kowalski | |
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 | Fix a recurring typo in code and comments. | Christian Brueffer | |
2013-08-09 | fixed chat window text wrapping | Jfreegman | |
2013-08-09 | Fixed a printf argument. | Konstantin Kowalski | |
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 | Update nTox_win32.c | Astonex | |
Mispelled function name | |||
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 |