about summary refs log tree commit diff stats
path: root/jabber.c
Commit message (Collapse)AuthorAgeFilesLines
* Logins remembered in ~/.profanityJames Booth2012-05-101-0/+4
|
* Handle ampersandJames Booth2012-04-191-1/+4
| | | | Replaced with & in messages
* Show different message when disconnectedJames Booth2012-04-191-1/+6
| | | | Also show message in active chat windows
* 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
| | | | Turned off roster request on connect
* Added ping for keepaliveJames Booth2012-02-271-0/+30
|
* Added input editing and bufferJames Booth2012-02-261-1/+1
| | | | | Left and right arrows for inline editing. Up arrow to go through history
* Added -notls argument and removed server name hackJames Booth2012-02-261-37/+42
| | | | Added jabber_conn struct to represent connections
* Added enum for jabber connection statusJames Booth2012-02-261-16/+12
| | | | Moved some UI code from Jabber module
* 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