Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Validation on msg command | James Booth | 2012-02-19 | 3 | -25/+72 |
* | Handle nothing in main command | James Booth | 2012-02-18 | 2 | -10/+17 |
* | 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 | 7 | -18/+84 |
* | More UI tweaks | James Booth | 2012-02-18 | 1 | -5/+59 |
* | Target chat window changes | James Booth | 2012-02-18 | 1 | -7/+13 |
* | UI tweaks | James Booth | 2012-02-18 | 1 | -3/+10 |
* | UI tweaks | James Booth | 2012-02-18 | 4 | -31/+54 |
* | Changed title bar status | James Booth | 2012-02-17 | 1 | -2/+2 |
* | Always show windows in status bar | James Booth | 2012-02-17 | 2 | -3/+8 |
* | Title bar tidy up | James Booth | 2012-02-17 | 2 | -4/+4 |
* | Updated tasks | James Booth | 2012-02-17 | 1 | -3/+1 |
* | Handles failed logins correctly | James Booth | 2012-02-17 | 9 | -14/+86 |
* | Roster request on successful login | James Booth | 2012-02-16 | 1 | -0/+1 |
* | Handling logins and outputting to console | James Booth | 2012-02-16 | 4 | -7/+17 |
* | Added gui_refresh | James Booth | 2012-02-13 | 3 | -26/+14 |
* | Tidied up message window handling | James Booth | 2012-02-13 | 1 | -14/+7 |
* | Tidy up refreshing current chat | James Booth | 2012-02-13 | 1 | -36/+15 |
* | Tidy up printing to message windows | James Booth | 2012-02-13 | 1 | -84/+50 |
* | Fixed bug with console when closing chat window | James Booth | 2012-02-13 | 1 | -6/+9 |
* | Better output of action window notifications | James Booth | 2012-02-12 | 1 | -3/+17 |
* | Process special keys out of loop | James Booth | 2012-02-12 | 1 | -6/+14 |
* | Added title bar refresh to main loop | James Booth | 2012-02-12 | 3 | -1/+10 |
* | Renamed title bar functions | James Booth | 2012-02-12 | 3 | -20/+22 |
* | Added status bar refresh to main loop | James Booth | 2012-02-12 | 4 | -15/+22 |
* | Renamed console window functions | James Booth | 2012-02-12 | 4 | -14/+16 |
* | Renamed input_bar -> status_bar | James Booth | 2012-02-12 | 8 | -80/+80 |
* | Moved XMPP logging to jabber.c | James Booth | 2012-02-12 | 3 | -18/+16 |
* | Naming of statics | James Booth | 2012-02-12 | 6 | -150/+164 |
* | Tweak to commands | James Booth | 2012-02-12 | 1 | -10/+4 |
* | Only switch to active chats | James Booth | 2012-02-12 | 4 | -12/+33 |
* | Tidy up jabber.c | James Booth | 2012-02-10 | 1 | -10/+10 |
* | Moved start commands to command.module | James Booth | 2012-02-10 | 3 | -37/+35 |
* | Starting window output in x position 1 | James Booth | 2012-02-10 | 4 | -4/+21 |
* | Small formatting changes | James Booth | 2012-02-10 | 6 | -5/+25 |
* | Fixed wrong message in title bar for cons window | James Booth | 2012-02-10 | 2 | -4/+7 |
* | Pulled out command module | James Booth | 2012-02-09 | 4 | -71/+117 |
* | Pulled out main event loop | James Booth | 2012-02-09 | 1 | -95/+112 |
* | Renamed some source files | James Booth | 2012-02-09 | 6 | -186/+187 |
* | Pull out command loop before connect | James Booth | 2012-02-09 | 1 | -23/+41 |
* | Added msg command | James Booth | 2012-02-09 | 5 | -10/+78 |
* | Removed subscription from roster | James Booth | 2012-02-09 | 3 | -7/+27 |
* | Added roster command | James Booth | 2012-02-09 | 5 | -6/+87 |
* | Update README | James Booth | 2012-02-09 | 1 | -1/+3 |
* | Time output | James Booth | 2012-02-09 | 5 | -28/+51 |
* | Don't show message when inactive chat | James Booth | 2012-02-09 | 1 | -1/+1 |
* | Added seperate window modules | James Booth | 2012-02-08 | 4 | -0/+155 |
* | Split window functions | James Booth | 2012-02-08 | 4 | -140/+26 |
* | Closing chat windows | James Booth | 2012-02-08 | 3 | -12/+43 |