Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix spacing | Dmitry Podgorny | 2012-11-11 | 1 | -1/+1 |
| | |||||
* | Merge pull request #63 from pasis/subscription | James Booth | 2012-11-11 | 9 | -23/+173 |
|\ | | | | | add subscription support | ||||
| * | rename _cmd_reset_who_completer | Dmitry Podgorny | 2012-11-11 | 1 | -3/+3 |
| | | |||||
| * | fix autocompletion for /sub command | Dmitry Podgorny | 2012-11-11 | 3 | -27/+23 |
| | | |||||
| * | add subscription support | Dmitry Podgorny | 2012-11-11 | 10 | -19/+173 |
|/ | |||||
* | Added function to create room jid from room and nick | James Booth | 2012-11-10 | 5 | -9/+42 |
| | |||||
* | Renamed room_chat function | James Booth | 2012-11-10 | 3 | -3/+3 |
| | |||||
* | Renamed parameter in win_join_chat | James Booth | 2012-11-10 | 2 | -4/+4 |
| | |||||
* | Renamed params in jabber_join | James Booth | 2012-11-10 | 3 | -11/+11 |
| | |||||
* | Tidy room_chat | James Booth | 2012-11-10 | 2 | -52/+52 |
| | |||||
* | Renamed jid->room in room_chat | James Booth | 2012-11-10 | 1 | -5/+5 |
| | |||||
* | Handle /me in chat rooms | James Booth | 2012-11-10 | 1 | -5/+29 |
| | |||||
* | Handle subject from room | James Booth | 2012-11-10 | 8 | -2/+73 |
| | |||||
* | Show error text if received | James Booth | 2012-11-10 | 4 | -15/+27 |
| | |||||
* | Using vargs in cons_bad_show | James Booth | 2012-11-10 | 4 | -16/+21 |
| | |||||
* | Tidy up leaving room | James Booth | 2012-11-10 | 4 | -6/+22 |
| | |||||
* | Moved ping iq creation to stanza | James Booth | 2012-11-10 | 3 | -41/+56 |
| | |||||
* | Moved roster iq creation to stanza | James Booth | 2012-11-10 | 3 | -14/+22 |
| | |||||
* | Renamed stanza creation | James Booth | 2012-11-10 | 3 | -8/+7 |
| | |||||
* | Moved update presence handler creation to stanza module | James Booth | 2012-11-10 | 3 | -40/+59 |
| | |||||
* | Moved chat room leave presence creation to stanza module | James Booth | 2012-11-09 | 3 | -11/+10 |
| | |||||
* | Fixed leaving chat room | James Booth | 2012-11-09 | 3 | -2/+18 |
| | |||||
* | Moved room join stanza creation | James Booth | 2012-11-09 | 3 | -14/+26 |
| | |||||
* | Added stanza constants | James Booth | 2012-11-09 | 3 | -80/+124 |
| | |||||
* | Use stanza module to create groupchat messages | James Booth | 2012-11-08 | 2 | -22/+5 |
| | |||||
* | Added xml escaping to stanza module | James Booth | 2012-11-08 | 2 | -7/+9 |
| | |||||
* | Added function to create message stanzas | James Booth | 2012-11-08 | 3 | -37/+52 |
| | |||||
* | Added stanza module for basic stanza handling | James Booth | 2012-11-08 | 4 | -27/+100 |
| | | | | To reduce duplication in jabber module | ||||
* | Added #define's to headers | James Booth | 2012-11-08 | 4 | -2/+17 |
| | |||||
* | Continue to send chat states when no viewing chat window | James Booth | 2012-11-08 | 3 | -30/+48 |
| | |||||
* | Show delayed time on messages received whilst offline | James Booth | 2012-11-08 | 8 | -19/+73 |
| | | | | Also do not show chat state notifications received whilst offline | ||||
* | Do not show chat state notifications when <delay/> present | James Booth | 2012-11-08 | 1 | -1/+7 |
| | |||||
* | Added help for chat rooms | James Booth | 2012-11-08 | 1 | -1/+4 |
| | |||||
* | Using /who in chat room shows room occupants | James Booth | 2012-11-08 | 2 | -47/+53 |
| | |||||
* | Basic chat room handling of presence | James Booth | 2012-11-08 | 7 | -12/+111 |
| | |||||
* | room_chat: add occupants to room roster until roster received | James Booth | 2012-11-07 | 3 | -1/+30 |
| | |||||
* | jabber: added _room_presence_handler | James Booth | 2012-11-07 | 1 | -17/+25 |
| | |||||
* | windows: format room roster | James Booth | 2012-11-07 | 3 | -11/+21 |
| | |||||
* | jabber: wait until full room roster received before showing | James Booth | 2012-11-07 | 5 | -11/+58 |
| | |||||
* | jabber: added MUC namespace to jabber_join | James Booth | 2012-11-07 | 1 | -3/+9 |
| | |||||
* | jabber: fixed spelling in comment | James Booth | 2012-11-07 | 1 | -1/+1 |
| | |||||
* | jabber: tidy groupchat message handler | James Booth | 2012-11-07 | 1 | -45/+39 |
| | |||||
* | jabber: small tidy up | James Booth | 2012-11-07 | 1 | -16/+6 |
| | |||||
* | jabber: removed 'from' from message type handler function parameters | James Booth | 2012-11-07 | 1 | -14/+13 |
| | |||||
* | jabber: added type message handler prototypes | James Booth | 2012-11-07 | 1 | -0/+8 |
| | |||||
* | jabber added message type handler functions | James Booth | 2012-11-07 | 1 | -72/+88 |
| | |||||
* | jabber: added _groupchat_message_handler | James Booth | 2012-11-07 | 1 | -11/+23 |
| | |||||
* | room_chat: rename room_is_active | James Booth | 2012-11-07 | 4 | -10/+7 |
| | |||||
* | Added room_parse_room_jid to room_chat | James Booth | 2012-11-06 | 3 | -12/+45 |
| | |||||
* | Refactored sending chat states | James Booth | 2012-11-06 | 1 | -67/+28 |
| |