Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Paging in console window | James Booth | 2012-03-05 | 1 | -0/+2 |
| | |||||
* | Removed event loop function | James Booth | 2012-03-01 | 1 | -13/+7 |
| | |||||
* | Tidied initialisation | James Booth | 2012-03-01 | 1 | -7/+12 |
| | |||||
* | Moved window switching | James Booth | 2012-02-27 | 1 | -37/+1 |
| | |||||
* | Consistent naming | James Booth | 2012-02-27 | 1 | -7/+8 |
| | |||||
* | Renamed input buffer to history | James Booth | 2012-02-27 | 1 | -2/+2 |
| | |||||
* | Added input editing and buffer | James Booth | 2012-02-26 | 1 | -1/+8 |
| | | | | | Left and right arrows for inline editing. Up arrow to go through history | ||||
* | Added -notls argument and removed server name hack | James Booth | 2012-02-26 | 1 | -1/+3 |
| | | | | Added jabber_conn struct to represent connections | ||||
* | Added GPL | James Booth | 2012-02-20 | 1 | -0/+22 |
| | |||||
* | Merged input processing loops | James Booth | 2012-02-20 | 1 | -38/+6 |
| | |||||
* | Handles failed logins correctly | James Booth | 2012-02-17 | 1 | -5/+19 |
| | |||||
* | Added gui_refresh | James Booth | 2012-02-13 | 1 | -11/+1 |
| | | | | Refreshing all windows now done in main loop | ||||
* | 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 | 1 | -0/+2 |
| | |||||
* | Added status bar refresh to main loop | James Booth | 2012-02-12 | 1 | -1/+2 |
| | |||||
* | Renamed input_bar -> status_bar | James Booth | 2012-02-12 | 1 | -1/+1 |
| | |||||
* | Naming of statics | James Booth | 2012-02-12 | 1 | -26/+26 |
| | |||||
* | Only switch to active chats | James Booth | 2012-02-12 | 1 | -10/+20 |
| | |||||
* | Moved start commands to command.module | James Booth | 2012-02-10 | 1 | -37/+0 |
| | |||||
* | Starting window output in x position 1 | James Booth | 2012-02-10 | 1 | -1/+1 |
| | |||||
* | Small formatting changes | James Booth | 2012-02-10 | 1 | -0/+2 |
| | |||||
* | Pulled out command module | James Booth | 2012-02-09 | 1 | -69/+4 |
| | |||||
* | Pulled out main event loop | James Booth | 2012-02-09 | 1 | -95/+112 |
| | |||||
* | Renamed some source files | James Booth | 2012-02-09 | 1 | -10/+161 |
| | |||||
* | Added app module | James Booth | 2012-02-07 | 1 | -157/+6 |
| | |||||
* | Moved incoming display message | James Booth | 2012-02-06 | 1 | -7/+3 |
| | |||||
* | Fixed delete on no input | James Booth | 2012-02-06 | 1 | -4/+6 |
| | |||||
* | Handle delete char in command win | James Booth | 2012-02-06 | 1 | -3/+16 |
| | |||||
* | Moved function to jabber module | James Booth | 2012-02-05 | 1 | -18/+2 |
| | |||||
* | Added jabber module | James Booth | 2012-02-05 | 1 | -95/+5 |
| | |||||
* | Split out window functions | James Booth | 2012-02-05 | 1 | -53/+6 |
| | |||||
* | Using xmpp_run_once and input event handeling | James Booth | 2012-02-05 | 1 | -65/+77 |
| | |||||
* | Added use_window for handler | James Booth | 2012-02-05 | 1 | -10/+39 |
| | |||||
* | Changed UI | James Booth | 2012-02-05 | 1 | -126/+112 |
| | |||||
* | Tidied up logging functions | James Booth | 2012-02-05 | 1 | -2/+8 |
| | |||||
* | Split log into module | James Booth | 2012-02-05 | 1 | -27/+10 |
| | |||||
* | Outgoing message handler | James Booth | 2012-02-05 | 1 | -10/+26 |
| | |||||
* | Added scrolling input window | James Booth | 2012-02-03 | 1 | -4/+70 |
| | |||||
* | Simple bot, echos response with appended string | James Booth | 2012-02-03 | 1 | -32/+166 |
| | |||||
* | Using sized array for input | James Booth | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | Added libstrophe library | James Booth | 2012-02-02 | 1 | -0/+1 |
| | |||||
* | Removed empty functions | James Booth | 2012-02-02 | 1 | -8/+0 |
| | |||||
* | Initial commit | James Booth | 2012-02-02 | 1 | -0/+84 |