Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-13 | timer_new -> new_timer and timer_delete -> delete_timer to avoid name conflict | slvr | |
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 | |||
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 | |