about summary refs log tree commit diff stats
path: root/command.c
Commit message (Collapse)AuthorAgeFilesLines
* Added GPLJames Booth2012-02-201-0/+22
|
* Merged input processing loopsJames Booth2012-02-201-134/+63
|
* Dynamic memory allocation on get chat recipientJames Booth2012-02-191-3/+4
|
* Safe string handling on get passwordJames Booth2012-02-191-3/+3
|
* Validation on msg commandJames Booth2012-02-191-25/+62
|
* Handle nothing in main commandJames Booth2012-02-181-9/+16
|
* Tidy start commandsJames Booth2012-02-181-32/+55
|
* Handle empty input on startJames Booth2012-02-181-0/+6
|
* Start command validationJames Booth2012-02-181-16/+50
|
* Handles failed logins correctlyJames Booth2012-02-171-2/+7
|
* Handling logins and outputting to consoleJames Booth2012-02-161-3/+0
|
* Added status bar refresh to main loopJames Booth2012-02-121-0/+2
|
* Renamed console window functionsJames Booth2012-02-121-5/+5
|
* Renamed input_bar -> status_barJames Booth2012-02-121-2/+2
|
* Naming of staticsJames Booth2012-02-121-29/+29
|
* Tweak to commandsJames Booth2012-02-121-10/+4
|
* Moved start commands to command.moduleJames Booth2012-02-101-0/+30
|
* Pulled out command moduleJames Booth2012-02-091-0/+104