about summary refs log tree commit diff stats
path: root/jabber.c
Commit message (Expand)AuthorAgeFilesLines
* Allow message with status updatesJames Booth2012-05-281-1/+14
* Implemented xa, chat and dnd presenceJames Booth2012-05-271-2/+13
* Implemented presence functionJames Booth2012-05-271-0/+19
* Commands for presence updatesJames Booth2012-05-271-1/+2
* Added _cmd_awayJames Booth2012-05-271-0/+5
* Added jabber_presence_tJames Booth2012-05-271-0/+5
* Renamed jabber_status_t -> jabber_conn_status_tJames Booth2012-05-271-3/+4
* Merge branch 'presence'James Booth2012-05-261-4/+8
|\
| * Added result to add and remove from autocompleteJames Booth2012-05-231-4/+8
* | Renamed windows.h -> ui.hJames Booth2012-05-241-1/+1
|/
* Logins remembered in ~/.profanityJames Booth2012-05-101-0/+4
* Handle ampersandJames Booth2012-04-191-1/+4
* Show different message when disconnectedJames Booth2012-04-191-1/+6
* Dealt with online notifications when no showJames Booth2012-03-101-1/+1
* Do not include self in presence notificationsJames Booth2012-03-091-8/+20
* Show status with online contact listJames Booth2012-03-091-1/+1
* Usage of constJames Booth2012-03-091-7/+7
* Contact list synch with serverJames Booth2012-03-081-4/+5
* Added basic online listJames Booth2012-03-081-2/+5
* Implemented basic paging of chat windowsJames Booth2012-03-051-0/+7
* Removed cons_good_showJames Booth2012-03-011-1/+1
* Simplified online/offline notificationsJames Booth2012-02-291-7/+4
* Simplified interfaceJames Booth2012-02-281-1/+1
* Presence notifications sent to chat windowsJames Booth2012-02-281-1/+3
* Only send ping when connectedJames Booth2012-02-271-28/+17
* Added notification on leaveJames Booth2012-02-271-24/+15
* Added presence notificationsJames Booth2012-02-271-1/+58
* Added ping for keepaliveJames Booth2012-02-271-0/+30
* Added input editing and bufferJames Booth2012-02-261-1/+1
* Added -notls argument and removed server name hackJames Booth2012-02-261-37/+42
* Added enum for jabber connection statusJames Booth2012-02-261-16/+12
* DIsabling tls on serverJames Booth2012-02-261-0/+7
* Added GPLJames Booth2012-02-201-0/+22
* Merged input processing loopsJames Booth2012-02-201-8/+11
* Tidied message handlerJames Booth2012-02-191-6/+6
* Tidy up roster loopJames Booth2012-02-191-2/+5
* Fixed string handling on roster requestJames Booth2012-02-191-9/+11
* Fixed string handling on login messageJames Booth2012-02-191-2/+4
* Tarted up consoleJames Booth2012-02-191-5/+5
* Handles failed logins correctlyJames Booth2012-02-171-4/+22
* Roster request on successful loginJames Booth2012-02-161-0/+1
* Handling logins and outputting to consoleJames Booth2012-02-161-2/+15
* Renamed console window functionsJames Booth2012-02-121-3/+3
* Moved XMPP logging to jabber.cJames Booth2012-02-121-0/+16
* Naming of staticsJames Booth2012-02-121-4/+4
* Tidy up jabber.cJames Booth2012-02-101-10/+10
* Removed subscription from rosterJames Booth2012-02-091-6/+4
* Added roster commandJames Booth2012-02-091-1/+57
* Basic multiwindow chatJames Booth2012-02-081-4/+3
* Added app moduleJames Booth2012-02-071-33/+67