Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Handle nick changes from other users | James Booth | 2012-11-18 | 1 | -19/+29 | |
| | ||||||
* | Allow nick change in chat room | James Booth | 2012-11-18 | 1 | -0/+14 | |
| | ||||||
* | Support legacy delayed delivery (XEP-0091) as well as XEP-0203 | James Booth | 2012-11-18 | 1 | -13/+5 | |
| | ||||||
* | prevent double free of jabber_conn.status | Dmitry Podgorny | 2012-11-18 | 1 | -1/+3 | |
| | ||||||
* | Treat room presence as online | James Booth | 2012-11-14 | 1 | -1/+1 | |
| | | | | Needs to be changed to show status changes | |||||
* | Set correct window type on private messages | James Booth | 2012-11-14 | 1 | -3/+6 | |
| | ||||||
* | Merge pull request #81 from pasis/priority | James Booth | 2012-11-13 | 1 | -9/+64 | |
|\ | | | | | introduce priority support | |||||
| * | fix crash on changing priority when disconnected | Dmitry Podgorny | 2012-11-14 | 1 | -1/+6 | |
| | | | | | | | | | | sending presence causes null pointer dereference when disconnected because ctx variable isn't set | |||||
| * | jabber: use safe snprintf instead of sprintf | Dmitry Podgorny | 2012-11-13 | 1 | -2/+2 | |
| | | ||||||
| * | introduce priority support | Dmitry Podgorny | 2012-11-13 | 1 | -9/+59 | |
| | | | | | | | | | | | | | | add new command /priority <int> improve jabber_update_presence() use jabber_update_presence() for sending initial presence save priority and status string to jabber_conn structure | |||||
* | | Allow incoming private messages from chat rooms | James Booth | 2012-11-12 | 1 | -7/+18 | |
|/ | ||||||
* | add subscription support | Dmitry Podgorny | 2012-11-11 | 1 | -9/+31 | |
| | ||||||
* | Added function to create room jid from room and nick | James Booth | 2012-11-10 | 1 | -1/+4 | |
| | ||||||
* | Renamed room_chat function | James Booth | 2012-11-10 | 1 | -1/+1 | |
| | ||||||
* | Renamed params in jabber_join | James Booth | 2012-11-10 | 1 | -3/+3 | |
| | ||||||
* | Handle subject from room | James Booth | 2012-11-10 | 1 | -2/+17 | |
| | ||||||
* | Show error text if received | James Booth | 2012-11-10 | 1 | -14/+25 | |
| | ||||||
* | Using vargs in cons_bad_show | James Booth | 2012-11-10 | 1 | -3/+8 | |
| | ||||||
* | Tidy up leaving room | James Booth | 2012-11-10 | 1 | -5/+13 | |
| | ||||||
* | Moved ping iq creation to stanza | James Booth | 2012-11-10 | 1 | -41/+24 | |
| | ||||||
* | Moved roster iq creation to stanza | James Booth | 2012-11-10 | 1 | -13/+1 | |
| | ||||||
* | Renamed stanza creation | James Booth | 2012-11-10 | 1 | -2/+2 | |
| | ||||||
* | Moved update presence handler creation to stanza module | James Booth | 2012-11-10 | 1 | -40/+21 | |
| | ||||||
* | Moved chat room leave presence creation to stanza module | James Booth | 2012-11-09 | 1 | -9/+2 | |
| | ||||||
* | Fixed leaving chat room | James Booth | 2012-11-09 | 1 | -0/+1 | |
| | ||||||
* | Moved room join stanza creation | James Booth | 2012-11-09 | 1 | -14/+2 | |
| | ||||||
* | Added stanza constants | James Booth | 2012-11-09 | 1 | -72/+72 | |
| | ||||||
* | Use stanza module to create groupchat messages | James Booth | 2012-11-08 | 1 | -21/+4 | |
| | ||||||
* | Added xml escaping to stanza module | James Booth | 2012-11-08 | 1 | -6/+2 | |
| | ||||||
* | Added function to create message stanzas | James Booth | 2012-11-08 | 1 | -30/+12 | |
| | ||||||
* | Added stanza module for basic stanza handling | James Booth | 2012-11-08 | 1 | -26/+25 | |
| | | | | To reduce duplication in jabber module | |||||
* | Show delayed time on messages received whilst offline | James Booth | 2012-11-08 | 1 | -6/+16 | |
| | | | | 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 | |
| | ||||||
* | Basic chat room handling of presence | James Booth | 2012-11-08 | 1 | -2/+29 | |
| | ||||||
* | room_chat: add occupants to room roster until roster received | James Booth | 2012-11-07 | 1 | -1/+4 | |
| | ||||||
* | jabber: added _room_presence_handler | James Booth | 2012-11-07 | 1 | -17/+25 | |
| | ||||||
* | jabber: wait until full room roster received before showing | James Booth | 2012-11-07 | 1 | -5/+19 | |
| | ||||||
* | 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 | 1 | -7/+4 | |
| | ||||||
* | Added room_parse_room_jid to room_chat | James Booth | 2012-11-06 | 1 | -12/+26 | |
| | ||||||
* | Refactored sending chat states | James Booth | 2012-11-06 | 1 | -67/+28 | |
| | ||||||
* | Tidied escaping xml | James Booth | 2012-11-06 | 1 | -14/+8 | |
| | ||||||
* | Commented jabber message handler | James Booth | 2012-11-06 | 1 | -0/+7 | |
| |