summaryrefslogtreecommitdiff
path: root/testing/toxic/prompt.c
AgeCommit message (Collapse)Author
2013-08-08Merge pull request #393 from Nominate/patch-1irungentoo
Removed superfluous statusmsg
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-08oopsJfreegman
2013-08-08fix magic numbersJfreegman
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/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-07Check for correct error value in toxic.Sebastian Stal
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-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-07Manually merged my earlier commits with upstreamSean Qureshi
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-06code format/clean upJfreegman
2013-08-06Merge branch 'master' of https://github.com/JFreegman/ProjectTox-Core into ↵irungentoo
JFreegman-master Conflicts: testing/toxic/prompt.c
2013-08-06Fixed formattingNominate
2013-08-06Update prompt.cNominate
2013-08-06Corrected wrap-aroundNominate
This should allow wrap-around and allow proper execution.
2013-08-06Stops line-spamming and clears before printing helpNominate
This addresses one issue in #340 perfectly and slightly improves the other.
2013-08-05Merge pull request #341 from stal888/userstatus-extirungentoo
An extension to user statuses.
2013-08-05chat window deleting and re-adding - it just werksJfreegman
2013-08-05Make test clients compatible with userstatus kindsSebastian Stal
No features were added, just fixed callbacks.
2013-08-05Grammar/aesthetic amendmentNominate
2013-08-05Added a 'clear' function to the promptNominate
2013-08-05added ability to close and reopen chat windows & other minor changesJfreegman
2013-08-04Manally merged #314 and #317Sean Qureshi
2013-08-04already a pull request with this additionJfreegman
2013-08-04added command functionality to chat windows and a few minor improvementsJfreegman
2013-08-03added command to clear prompt screenJfreegman
2013-08-03Merge pull request #281 from JFreegman/masterirungentoo
cursor done better, fixed for chat windows
2013-08-03Added break Statementg
2013-08-02cursor done better, fixed for chat windowsJfreegman
2013-08-01Merge pull request #229 from JFreegman/masterirungentoo
fixed friend add bugs and gave no message its own error
2013-08-01added error code for no message on friend add & updated nTox.c/nTox_win32.cJfreegman
2013-08-01core: getaddrinfo() lookup error handlingplutooo
2013-08-01Use print_usage for help commandclpr
2013-07-31fixed friend add bugsJfreegman
2013-07-31Add help command to ToxicNemDiggers
2013-07-31Remove period from status setNemDiggers
It can make for awkward displays if you put a period in your status.
2013-07-31Backspace key should now work on more terminals in toxic.irungentoo
2013-07-31Merge pull request #215 from plutooo/masterirungentoo
toxic: Made everything 1000x more userfriendly.
2013-07-31toxic: Made everything 1000x more userfriendly.plutooo
2013-07-31Merge pull request #213 from plutooo/masterirungentoo
Added chat windows, and some clean up.
2013-07-31Added chat windows, and some clean up.plutooo
2013-07-31Fix space/tab indentationMarco Hinz
2013-07-30Fixed a bunch of bugs in TOXIC, added friendlist and more.plutooo
2013-07-29Initial commit for Toxic, a new curses interface for Tox.plutooo
Still a work-in-progress.