about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Moved ping iq creation to stanzaJames Booth2012-11-103-41/+56
* Moved roster iq creation to stanzaJames Booth2012-11-103-14/+22
* Renamed stanza creationJames Booth2012-11-103-8/+7
* Moved update presence handler creation to stanza moduleJames Booth2012-11-103-40/+59
* Moved chat room leave presence creation to stanza moduleJames Booth2012-11-093-11/+10
* Fixed leaving chat roomJames Booth2012-11-093-2/+18
* Moved room join stanza creationJames Booth2012-11-093-14/+26
* Added stanza constantsJames Booth2012-11-093-80/+124
* Use stanza module to create groupchat messagesJames Booth2012-11-082-22/+5
* Added xml escaping to stanza moduleJames Booth2012-11-082-7/+9
* Added function to create message stanzasJames Booth2012-11-083-37/+52
* Added stanza module for basic stanza handlingJames Booth2012-11-083-26/+99
* Added #define's to headersJames Booth2012-11-084-2/+17
* Continue to send chat states when no viewing chat windowJames Booth2012-11-083-30/+48
* Show delayed time on messages received whilst offlineJames Booth2012-11-088-19/+73
* Do not show chat state notifications when <delay/> presentJames Booth2012-11-081-1/+7
* Added help for chat roomsJames Booth2012-11-081-1/+4
* Using /who in chat room shows room occupantsJames Booth2012-11-082-47/+53
* Basic chat room handling of presenceJames Booth2012-11-087-12/+111
* room_chat: add occupants to room roster until roster receivedJames Booth2012-11-073-1/+30
* jabber: added _room_presence_handlerJames Booth2012-11-071-17/+25
* windows: format room rosterJames Booth2012-11-073-11/+21
* jabber: wait until full room roster received before showingJames Booth2012-11-075-11/+58
* jabber: added MUC namespace to jabber_joinJames Booth2012-11-071-3/+9
* jabber: fixed spelling in commentJames Booth2012-11-071-1/+1
* jabber: tidy groupchat message handlerJames Booth2012-11-071-45/+39
* jabber: small tidy upJames Booth2012-11-071-16/+6
* jabber: removed 'from' from message type handler function parametersJames Booth2012-11-071-14/+13
* jabber: added type message handler prototypesJames Booth2012-11-071-0/+8
* jabber added message type handler functionsJames Booth2012-11-071-72/+88
* jabber: added _groupchat_message_handlerJames Booth2012-11-071-11/+23
* room_chat: rename room_is_activeJames Booth2012-11-074-10/+7
* Added room_parse_room_jid to room_chatJames Booth2012-11-063-12/+45
* Refactored sending chat statesJames Booth2012-11-061-67/+28
* Tidied escaping xmlJames Booth2012-11-063-14/+22
* Commented jabber message handlerJames Booth2012-11-061-0/+7
* Removed jabber.c dependency on ui.hJames Booth2012-11-063-6/+33
* Merge branch 'master' into mucJames Booth2012-11-062-2/+2
|\
| * Updated website location in /vercheckJames Booth2012-11-062-2/+2
* | Leaving chat rooms on /closeJames Booth2012-11-065-16/+75
* | Handle sending messages in groupchatJames Booth2012-11-054-8/+54
* | Flash, beep, notify, remind on groupchat new messagesJames Booth2012-11-051-3/+26
* | Handle incoming groupchatJames Booth2012-11-053-2/+25
* | Handle chat history from groupchatJames Booth2012-11-053-2/+41
* | Do not send presence when in groupchatJames Booth2012-11-054-3/+18
* | Handle room presence notificationsJames Booth2012-11-056-2/+53
* | Check for groupchatJames Booth2012-11-053-80/+111
* | Added room_chat moduleJames Booth2012-11-043-0/+70
* | Removed debug when joining roomJames Booth2012-11-041-1/+0
* | Added jabber_join for MUCJames Booth2012-11-043-0/+17