Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed cons_good_show | James Booth | 2012-03-01 | 1 | -1/+1 |
| | |||||
* | Close win now has return value | James Booth | 2012-03-01 | 1 | -4/+1 |
| | |||||
* | Renamed input buffer to history | James Booth | 2012-02-27 | 1 | -2/+2 |
| | |||||
* | Added input editing and buffer | James Booth | 2012-02-26 | 1 | -0/+4 |
| | | | | | Left and right arrows for inline editing. Up arrow to go through history | ||||
* | Added enum for jabber connection status | James Booth | 2012-02-26 | 1 | -7/+13 |
| | | | | Moved some UI code from Jabber module | ||||
* | Added GPL | James Booth | 2012-02-20 | 1 | -0/+22 |
| | |||||
* | Merged input processing loops | James Booth | 2012-02-20 | 1 | -134/+63 |
| | |||||
* | Dynamic memory allocation on get chat recipient | James Booth | 2012-02-19 | 1 | -3/+4 |
| | |||||
* | Safe string handling on get password | James Booth | 2012-02-19 | 1 | -3/+3 |
| | |||||
* | Validation on msg command | James Booth | 2012-02-19 | 1 | -25/+62 |
| | |||||
* | Handle nothing in main command | James Booth | 2012-02-18 | 1 | -9/+16 |
| | |||||
* | Tidy start commands | James Booth | 2012-02-18 | 1 | -32/+55 |
| | |||||
* | Handle empty input on start | James Booth | 2012-02-18 | 1 | -0/+6 |
| | |||||
* | Start command validation | James Booth | 2012-02-18 | 1 | -16/+50 |
| | |||||
* | Handles failed logins correctly | James Booth | 2012-02-17 | 1 | -2/+7 |
| | |||||
* | Handling logins and outputting to console | James Booth | 2012-02-16 | 1 | -3/+0 |
| | |||||
* | Added status bar refresh to main loop | James Booth | 2012-02-12 | 1 | -0/+2 |
| | |||||
* | Renamed console window functions | James Booth | 2012-02-12 | 1 | -5/+5 |
| | |||||
* | Renamed input_bar -> status_bar | James Booth | 2012-02-12 | 1 | -2/+2 |
| | |||||
* | Naming of statics | James Booth | 2012-02-12 | 1 | -29/+29 |
| | |||||
* | Tweak to commands | James Booth | 2012-02-12 | 1 | -10/+4 |
| | |||||
* | Moved start commands to command.module | James Booth | 2012-02-10 | 1 | -0/+30 |
| | |||||
* | Pulled out command module | James Booth | 2012-02-09 | 1 | -0/+104 |