Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update README | James Booth | 2012-02-26 | 1 | -1/+0 |
| | |||||
* | Added -notls argument and removed server name hack | James Booth | 2012-02-26 | 5 | -41/+70 |
| | | | | Added jabber_conn struct to represent connections | ||||
* | Added enum for jabber connection status | James Booth | 2012-02-26 | 3 | -29/+33 |
| | | | | Moved some UI code from Jabber module | ||||
* | Removed roster.c, updated README | James Booth | 2012-02-26 | 2 | -201/+18 |
| | |||||
* | DIsabling tls on server | James Booth | 2012-02-26 | 3 | -2/+15 |
| | |||||
* | Change to use local libstrophe | James Booth | 2012-02-25 | 3 | -2/+177 |
| | | | | Added roster for testing libstrophe changes | ||||
* | Added GPL | James Booth | 2012-02-20 | 17 | -0/+1026 |
| | |||||
* | Merged input processing loops | James Booth | 2012-02-20 | 10 | -202/+111 |
| | |||||
* | Dynamic memory allocation on get chat recipient | James Booth | 2012-02-19 | 3 | -5/+9 |
| | |||||
* | Safe string handling on get password | James Booth | 2012-02-19 | 2 | -4/+4 |
| | |||||
* | Tidied message handler | James Booth | 2012-02-19 | 1 | -6/+6 |
| | |||||
* | Tidy up roster loop | James Booth | 2012-02-19 | 1 | -2/+5 |
| | |||||
* | Fixed string handling on roster request | James Booth | 2012-02-19 | 1 | -9/+11 |
| | |||||
* | Fixed string handling on login message | James Booth | 2012-02-19 | 1 | -2/+4 |
| | |||||
* | Fixed string handling on incomming messages | James Booth | 2012-02-19 | 1 | -1/+1 |
| | |||||
* | Tarted up console | James Booth | 2012-02-19 | 3 | -8/+55 |
| | |||||
* | Tidy up titlebar title | James Booth | 2012-02-19 | 3 | -4/+9 |
| | |||||
* | 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 |
| | | | | Refreshing all windows now done in main loop | ||||
* | 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 |
| |