Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed some oneliner functions | James Booth | 2012-05-10 | 1 | -7/+7 |
| | |||||
* | Using GSList for contact list | James Booth | 2012-05-10 | 1 | -1/+1 |
| | |||||
* | Bash style history | James Booth | 2012-05-01 | 1 | -0/+5 |
| | |||||
* | Revert "Created command_t struct for command handling" | James Booth | 2012-04-28 | 1 | -18/+4 |
| | | | | This reverts commit 0c0a242972456e19a609b70cbbfc774cbfc1a91f. | ||||
* | Revert "Free split args in command.c" | James Booth | 2012-04-28 | 1 | -3/+1 |
| | | | | This reverts commit 161157a1c868746d052924bd590c5cfd9f7a75f7. | ||||
* | Revert "Free command memory" | James Booth | 2012-04-28 | 1 | -1/+0 |
| | | | | This reverts commit 07fdb4afef3af00fa47aad74140b3622efa32460. | ||||
* | Free command memory | James Booth | 2012-04-27 | 1 | -0/+1 |
| | |||||
* | Free split args in command.c | James Booth | 2012-04-27 | 1 | -1/+3 |
| | |||||
* | Created command_t struct for command handling | James Booth | 2012-04-27 | 1 | -4/+18 |
| | |||||
* | Merge branch 'glib' | James Booth | 2012-04-26 | 1 | -29/+33 |
|\ | | | | | | | | | Conflicts: command.c | ||||
| * | Removed trim method from util | James Booth | 2012-04-26 | 1 | -1/+2 |
| | | |||||
| * | Replaced trim implementation with g_strstrip | James Booth | 2012-04-26 | 1 | -1/+1 |
| | | |||||
| * | Usage of gboolean in command.c | James Booth | 2012-04-24 | 1 | -23/+27 |
| | | |||||
| * | Removed ncurses.h from command.c | James Booth | 2012-04-24 | 1 | -1/+0 |
| | | |||||
* | | Added flash notification and option | James Booth | 2012-04-24 | 1 | -0/+20 |
| | | |||||
* | | Added beep setting command | James Booth | 2012-04-24 | 1 | -0/+16 |
|/ | |||||
* | Tidy commands and contact list | James Booth | 2012-04-23 | 1 | -1/+0 |
| | |||||
* | Rewrote copying of contact list for /who | James Booth | 2012-03-20 | 1 | -1/+1 |
| | |||||
* | Moved page off, and added search_attempts | James Booth | 2012-03-10 | 1 | -0/+3 |
| | |||||
* | Changed typenames in contact list | James Booth | 2012-03-09 | 1 | -1/+1 |
| | |||||
* | Usage of const | James Booth | 2012-03-09 | 1 | -10/+11 |
| | |||||
* | Command changes | James Booth | 2012-03-08 | 1 | -7/+13 |
| | | | | | | Changed names of who/ros Coloured output for who Who only works online | ||||
* | Contact list synch with server | James Booth | 2012-03-08 | 1 | -6/+1 |
| | |||||
* | Added basic online list | James Booth | 2012-03-08 | 1 | -0/+17 |
| | |||||
* | 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 |