Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | potential seg fault | Jfreegman | |
2013-08-10 | was making the ID change on every startup | Jfreegman | |
2013-08-10 | don't need that | Jfreegman | |
2013-08-10 | auto-connect to DHT on startup | Jfreegman | |
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 | 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 | Merged upstream main.c changes | Sean Qureshi | |
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 | Merge branch 'master' of http://github.com/irungentoo/ProjectTox-Core | Maxim Biro | |
Conflicts: core/Messenger.c core/Messenger.h | |||
2013-08-07 | Modified clients to properly work with the changes | Maxim Biro | |
2013-08-07 | Moved main.c to maaster | Sean Qureshi | |
2013-08-07 | Manually merged my earlier commits with upstream | Sean Qureshi | |
2013-08-07 | forgot this | Jfreegman | |
2013-08-07 | Fixed two bugs | Jfreegman | |
2013-08-06 | code format/clean up | Jfreegman | |
2013-08-06 | Merge branch 'master' of https://github.com/JFreegman/ProjectTox-Core into ↵ | irungentoo | |
JFreegman-master Conflicts: testing/toxic/prompt.c | |||
2013-08-05 | Merge pull request #350 from stqism/master | irungentoo | |
Removed a useless ! from toxics status | |||
2013-08-05 | Removed a useless ! from toxics status | Sean Qureshi | |
2013-08-05 | chat window deleting and re-adding - it just werks | Jfreegman | |
2013-08-05 | Make test clients compatible with userstatus kinds | Sebastian Stal | |
No features were added, just fixed callbacks. | |||
2013-08-05 | init array | Jfreegman | |
2013-08-05 | test | Jfreegman | |
2013-08-05 | added ability to close and reopen chat windows & other minor changes | Jfreegman | |
2013-08-04 | Fixed 2 Null pointer derefrences in both nTox and toxic | Sean Qureshi | |
2013-08-04 | toxic: Fixed doMessenger() interval.. Toxic is much faster and responsive now. | plutooo | |
2013-08-03 | added a proper error message for messing up the -f flag | charmlesscoin | |
2013-08-03 | added the -f flag for toxic | charmlesscoin | |
2013-08-03 | People aren't that excited to send messages | NemDiggers | |
2013-08-02 | cursor done better, fixed for chat windows | Jfreegman | |
2013-08-02 | fixed cursor | Jfreegman | |
2013-08-01 | Add back-tab support for toxic. | clpr | |
2013-07-31 | toxic: Made everything 1000x more userfriendly. | plutooo | |
2013-07-31 | Added chat windows, and some clean up. | plutooo | |