summaryrefslogtreecommitdiff
path: root/testing
AgeCommit message (Collapse)Author
2013-08-08Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core into ↵Simon Levermann
upstream
2013-08-08Merge pull request #394 from Nominate/patch-2irungentoo
Updated chat.c to bring /status inline with prompt.c status command
2013-08-08Merge pull request #393 from Nominate/patch-1irungentoo
Removed superfluous statusmsg
2013-08-08Moved a define and fixed another.irungentoo
2013-08-08Cleanup and Error fixesSimon 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-08Implement proper config directories.Simon Levermann
2013-08-08Merge pull request #384 from stqism/masterirungentoo
Adds full -D support to toxics versioning, includes the commit number
2013-08-08Updated chat.c to bring /status inline with prompt.c status commandNominate
2013-08-08Removed superfluous statusmsgNominate
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-08Merge https://github.com/irungentoo/ProjectTox-CoreSean Qureshi
2013-08-08Merged upstream main.c changesSean Qureshi
2013-08-08oopsJfreegman
2013-08-08fix magic numbersJfreegman
2013-08-08Attempt to get and create a proper directory for config storage.Simon Levermann
2013-08-07Adds full -D support to toxics versioning, includes the commit numberSean Qureshi
2013-08-07Merge branch 'master' of http://github.com/irungentoo/ProjectTox-CoreMaxim Biro
Conflicts: core/Messenger.c core/Messenger.h
2013-08-07Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Coreirungentoo
2013-08-07Merge branch 'master' of https://github.com/stqism/ProjectTox-Core into ↵irungentoo
pull-requests Conflicts: testing/toxic/prompt.c
2013-08-07Modified clients to properly work with the changesMaxim Biro
2013-08-07Manually merged prompt.c to upstreamSean Qureshi
2013-08-07Merge 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-07Moved main.c to maasterSean Qureshi
2013-08-07Fix incompatible pointer type warning by changing type of print_statuschange ↵Robert Sutton
to match parameter of userstatus callback.
2013-08-07Check for correct error value in toxic.Sebastian Stal
2013-08-07Add #undef before #define to fix redefinition warningRobert Sutton
2013-08-07Fixed it not compilingSean Qureshi
2013-08-07Merge branch 'provide-status-type' of ↵irungentoo
https://github.com/jin-eld/ProjectTox-Core into pull-requests
2013-08-07Merge branch 'master' of https://github.com/ptrasd/ProjectTox-Core into ↵irungentoo
pull-requests
2013-08-07Merge pull request #360 from DarkSER/masterirungentoo
fixed print_statuschange & m_set_userstatus usage in nTox_win32.c
2013-08-07Merge pull request #370 from JFreegman/masterirungentoo
Fixed two bugs
2013-08-07Actually use write_resultSimon Levermann
2013-08-07Don't ignore the result of fwrite. Since we're building with -Wall and ↵Simon Levermann
-Werror, this causes compile failures.
2013-08-07set USERSTATUS_KIND_RETAIN as defaultSergej
2013-08-07Allow to set a specific userstatus type in toxicjin-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-07Fixed flash killing beepSean Qureshi
2013-08-07Manually merged my earlier commits with upstreamSean Qureshi
2013-08-07forgot thisJfreegman
2013-08-07Fixed two bugsJfreegman
2013-08-07testing/toxic/prompt.c: changed execute() to ignore whitespace at end of ↵ptrasd
commands
2013-08-07testing/toxic/prompt.c: changed execute() to skip whitespace at start of commandptrasd
2013-08-06Merge remote-tracking branch 'upstream/master'Nick ODell
2013-08-06Fix bug where file handle wasn't closed on successNick ODell
2013-08-06Added ERROR() and WARNING() for debugging.Konstantin Kowalski
2013-08-06Added a linked list implementation.Konstantin Kowalski
2013-08-06Merge pull request #363 from JFreegman/masterirungentoo
code format/clean up
2013-08-06code format/clean upJfreegman
2013-08-06Added ERROR() and WARNING() for debugging.Konstantin Kowalski
2013-08-06fixed print_statuschange & m_set_userstatus usage in nTox_win32.cDarkSER
2013-08-06Added a linked list implementation.Konstantin Kowalski
2013-08-06Merge branch 'master' of https://github.com/JFreegman/ProjectTox-Core into ↵irungentoo
JFreegman-master Conflicts: testing/toxic/prompt.c