about summary refs log tree commit diff stats
path: root/jabber.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Moved incoming display messageJames Booth2012-02-061-11/+5
* Moved function to jabber moduleJames Booth2012-02-051-1/+19
* Added jabber moduleJames Booth2012-02-051-0/+63