Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow message with status updates | James Booth | 2012-05-28 | 1 | -1/+14 |
* | Implemented xa, chat and dnd presence | James Booth | 2012-05-27 | 1 | -2/+13 |
* | Implemented presence function | James Booth | 2012-05-27 | 1 | -0/+19 |
* | Commands for presence updates | James Booth | 2012-05-27 | 1 | -1/+2 |
* | Added _cmd_away | James Booth | 2012-05-27 | 1 | -0/+5 |
* | Added jabber_presence_t | James Booth | 2012-05-27 | 1 | -0/+5 |
* | Renamed jabber_status_t -> jabber_conn_status_t | James Booth | 2012-05-27 | 1 | -3/+4 |
* | Merge branch 'presence' | James Booth | 2012-05-26 | 1 | -4/+8 |
|\ | |||||
| * | Added result to add and remove from autocomplete | James Booth | 2012-05-23 | 1 | -4/+8 |
* | | Renamed windows.h -> ui.h | James Booth | 2012-05-24 | 1 | -1/+1 |
|/ | |||||
* | Logins remembered in ~/.profanity | James Booth | 2012-05-10 | 1 | -0/+4 |
* | Handle ampersand | James Booth | 2012-04-19 | 1 | -1/+4 |
* | Show different message when disconnected | James Booth | 2012-04-19 | 1 | -1/+6 |
* | 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 |
* | 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 |
* | Added -notls argument and removed server name hack | James Booth | 2012-02-26 | 1 | -37/+42 |
* | Added enum for jabber connection status | James Booth | 2012-02-26 | 1 | -16/+12 |
* | 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 |