Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added result to add and remove from autocomplete | James Booth | 2012-05-23 | 1 | -4/+8 |
| | |||||
* | Logins remembered in ~/.profanity | James Booth | 2012-05-10 | 1 | -0/+4 |
| | |||||
* | Handle ampersand | James Booth | 2012-04-19 | 1 | -1/+4 |
| | | | | Replaced with & in messages | ||||
* | Show different message when disconnected | James Booth | 2012-04-19 | 1 | -1/+6 |
| | | | | Also show message in active chat windows | ||||
* | Dealt with online notifications when no show | James Booth | 2012-03-10 | 1 | -1/+1 |
| | |||||
* | Do not include self in presence notifications | James Booth | 2012-03-09 | 1 | -8/+20 |
| | |||||
* | Show status with online contact list | James Booth | 2012-03-09 | 1 | -1/+1 |
| | |||||
* | Usage of const | James Booth | 2012-03-09 | 1 | -7/+7 |
| | |||||
* | Contact list synch with server | James Booth | 2012-03-08 | 1 | -4/+5 |
| | |||||
* | Added basic online list | James Booth | 2012-03-08 | 1 | -2/+5 |
| | |||||
* | Implemented basic paging of chat windows | James Booth | 2012-03-05 | 1 | -0/+7 |
| | |||||
* | Removed cons_good_show | James Booth | 2012-03-01 | 1 | -1/+1 |
| | |||||
* | Simplified online/offline notifications | James Booth | 2012-02-29 | 1 | -7/+4 |
| | |||||
* | Simplified interface | James Booth | 2012-02-28 | 1 | -1/+1 |
| | |||||
* | Presence notifications sent to chat windows | James Booth | 2012-02-28 | 1 | -1/+3 |
| | |||||
* | Only send ping when connected | James Booth | 2012-02-27 | 1 | -28/+17 |
| | |||||
* | Added notification on leave | James Booth | 2012-02-27 | 1 | -24/+15 |
| | |||||
* | Added presence notifications | James Booth | 2012-02-27 | 1 | -1/+58 |
| | | | | Turned off roster request on connect | ||||
* | Added ping for keepalive | James Booth | 2012-02-27 | 1 | -0/+30 |
| | |||||
* | Added input editing and buffer | James Booth | 2012-02-26 | 1 | -1/+1 |
| | | | | | 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 | -37/+42 |
| | | | | Added jabber_conn struct to represent connections | ||||
* | Added enum for jabber connection status | James Booth | 2012-02-26 | 1 | -16/+12 |
| | | | | Moved some UI code from Jabber module | ||||
* | DIsabling tls on server | James Booth | 2012-02-26 | 1 | -0/+7 |
| | |||||
* | Added GPL | James Booth | 2012-02-20 | 1 | -0/+22 |
| | |||||
* | Merged input processing loops | James Booth | 2012-02-20 | 1 | -8/+11 |
| | |||||
* | 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 |
| | |||||
* | Tarted up console | James Booth | 2012-02-19 | 1 | -5/+5 |
| | |||||
* | Handles failed logins correctly | James Booth | 2012-02-17 | 1 | -4/+22 |
| | |||||
* | Roster request on successful login | James Booth | 2012-02-16 | 1 | -0/+1 |
| | |||||
* | Handling logins and outputting to console | James Booth | 2012-02-16 | 1 | -2/+15 |
| | |||||
* | Renamed console window functions | James Booth | 2012-02-12 | 1 | -3/+3 |
| | |||||
* | Moved XMPP logging to jabber.c | James Booth | 2012-02-12 | 1 | -0/+16 |
| | |||||
* | Naming of statics | James Booth | 2012-02-12 | 1 | -4/+4 |
| | |||||
* | Tidy up jabber.c | James Booth | 2012-02-10 | 1 | -10/+10 |
| | |||||
* | Removed subscription from roster | James Booth | 2012-02-09 | 1 | -6/+4 |
| | |||||
* | Added roster command | James Booth | 2012-02-09 | 1 | -1/+57 |
| | |||||
* | Basic multiwindow chat | James Booth | 2012-02-08 | 1 | -4/+3 |
| | |||||
* | Added app module | James Booth | 2012-02-07 | 1 | -33/+67 |
| | |||||
* | Moved incoming display message | James Booth | 2012-02-06 | 1 | -11/+5 |
| | |||||
* | Moved function to jabber module | James Booth | 2012-02-05 | 1 | -1/+19 |
| | |||||
* | Added jabber module | James Booth | 2012-02-05 | 1 | -0/+63 |