Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2013-08-07 | Moved main.c to maaster | Sean Qureshi | |
2013-08-07 | Check for correct error value in toxic. | Sebastian Stal | |
2013-08-07 | Fixed it not compiling | Sean Qureshi | |
2013-08-07 | Merge branch 'provide-status-type' of ↵ | irungentoo | |
https://github.com/jin-eld/ProjectTox-Core into pull-requests | |||
2013-08-07 | Merge branch 'master' of https://github.com/ptrasd/ProjectTox-Core into ↵ | irungentoo | |
pull-requests | |||
2013-08-07 | Allow to set a specific userstatus type in toxic | jin-eld | |
Use: status <type> <message>, where type is one of online away busy offline The message parameter is optional. To set only the status message, as it was before, use: statusmsg <message> | |||
2013-08-07 | Fixed flash killing beep | 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-07 | testing/toxic/prompt.c: changed execute() to ignore whitespace at end of ↵ | ptrasd | |
commands | |||
2013-08-07 | testing/toxic/prompt.c: changed execute() to skip whitespace at start of command | ptrasd | |
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-06 | Fixed formatting | Nominate | |
2013-08-06 | Update prompt.c | Nominate | |
2013-08-06 | Corrected wrap-around | Nominate | |
This should allow wrap-around and allow proper execution. | |||
2013-08-06 | Stops line-spamming and clears before printing help | Nominate | |
This addresses one issue in #340 perfectly and slightly improves the other. | |||
2013-08-05 | Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core | Sean Qureshi | |
2013-08-05 | Added flash, apparently in weird cases it works when beep fails | Sean Qureshi | |
2013-08-05 | Merge pull request #351 from joshuaj/toxic_flicker_fix | irungentoo | |
Fixed toxic friends list flicker | |||
2013-08-05 | Merge pull request #350 from stqism/master | irungentoo | |
Removed a useless ! from toxics status | |||
2013-08-05 | Merge pull request #341 from stal888/userstatus-ext | irungentoo | |
An extension to user statuses. |