about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Added /help list to list all commandsJames Booth2012-11-113-7/+59
|
* Merge pull request #73 from pasis/rotateJames Booth2012-11-114-5/+64
|\ | | | | introduce initial log rotate support
| * introduce initial log rotate supportDmitry Podgorny2012-11-113-4/+63
| |
| * fix spacingDmitry Podgorny2012-11-111-1/+1
| |
* | Added win_page_off to subscriptions to scroll windowJames Booth2012-11-111-0/+3
| |
* | Shortened /sub "request" parameter to "req", and formatted helpJames Booth2012-11-112-12/+12
|/
* Merge pull request #63 from pasis/subscriptionJames Booth2012-11-119-23/+173
|\ | | | | add subscription support
| * rename _cmd_reset_who_completerDmitry Podgorny2012-11-111-3/+3
| |
| * fix autocompletion for /sub commandDmitry Podgorny2012-11-113-27/+23
| |
| * add subscription supportDmitry Podgorny2012-11-1110-19/+173
|/
* Added function to create room jid from room and nickJames Booth2012-11-105-9/+42
|
* Renamed room_chat functionJames Booth2012-11-103-3/+3
|
* Renamed parameter in win_join_chatJames Booth2012-11-102-4/+4
|
* Renamed params in jabber_joinJames Booth2012-11-103-11/+11
|
* Tidy room_chatJames Booth2012-11-102-52/+52
|
* Renamed jid->room in room_chatJames Booth2012-11-101-5/+5
|
* Handle /me in chat roomsJames Booth2012-11-101-5/+29
|
* Handle subject from roomJames Booth2012-11-108-2/+73
|
* Show error text if receivedJames Booth2012-11-104-15/+27
|
* Using vargs in cons_bad_showJames Booth2012-11-104-16/+21
|
* Tidy up leaving roomJames Booth2012-11-104-6/+22
|
* 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-084-27/+100
| | | | To reduce duplication in jabber module
* 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
| | | | Also do not show chat state notifications received whilst offline
* 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
|