Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Tidied escaping xml | James Booth | 2012-11-06 | 3 | -14/+22 | |
| | ||||||
* | Commented jabber message handler | James Booth | 2012-11-06 | 1 | -0/+7 | |
| | ||||||
* | Removed jabber.c dependency on ui.h | James Booth | 2012-11-06 | 3 | -6/+33 | |
| | ||||||
* | Merge branch 'master' into muc | James Booth | 2012-11-06 | 2 | -2/+2 | |
|\ | ||||||
| * | Updated website location in /vercheck | James Booth | 2012-11-06 | 2 | -2/+2 | |
| | | ||||||
* | | Leaving chat rooms on /close | James Booth | 2012-11-06 | 5 | -16/+75 | |
| | | ||||||
* | | Handle sending messages in groupchat | James Booth | 2012-11-05 | 4 | -8/+54 | |
| | | ||||||
* | | Flash, beep, notify, remind on groupchat new messages | James Booth | 2012-11-05 | 1 | -3/+26 | |
| | | ||||||
* | | Handle incoming groupchat | James Booth | 2012-11-05 | 3 | -2/+25 | |
| | | ||||||
* | | Handle chat history from groupchat | James Booth | 2012-11-05 | 3 | -2/+41 | |
| | | ||||||
* | | Do not send presence when in groupchat | James Booth | 2012-11-05 | 4 | -3/+18 | |
| | | ||||||
* | | Handle room presence notifications | James Booth | 2012-11-05 | 6 | -2/+53 | |
| | | ||||||
* | | Check for groupchat | James Booth | 2012-11-05 | 3 | -80/+111 | |
| | | ||||||
* | | Added room_chat module | James Booth | 2012-11-04 | 3 | -0/+70 | |
| | | ||||||
* | | Removed debug when joining room | James Booth | 2012-11-04 | 1 | -1/+0 | |
| | | ||||||
* | | Added jabber_join for MUC | James Booth | 2012-11-04 | 3 | -0/+17 | |
| | | ||||||
* | | Basic /join command | James Booth | 2012-11-04 | 1 | -0/+54 | |
|/ | ||||||
* | Reduced <inactive/> timeout | James Booth | 2012-11-01 | 1 | -1/+1 | |
| | ||||||
* | Do not send <composing/> for unprintable characters | James Booth | 2012-11-01 | 1 | -1/+2 | |
| | ||||||
* | Show message when other user <gone/> | James Booth | 2012-11-01 | 5 | -1/+35 | |
| | ||||||
* | Set state timeouts back to sensible values | James Booth | 2012-11-01 | 1 | -4/+2 | |
| | ||||||
* | Ignore lines starting with '/' when sending <composing/> state | James Booth | 2012-11-01 | 1 | -1/+8 | |
| | ||||||
* | Added a seperate option to enable outgoing typing notifications | James Booth | 2012-11-01 | 6 | -9/+52 | |
| | ||||||
* | Fixed invalid state transition from <active/> to <paused/> | James Booth | 2012-10-31 | 4 | -37/+60 | |
| | ||||||
* | Handling paused status | James Booth | 2012-10-31 | 5 | -4/+95 | |
| | ||||||
* | Only send chat states when preference set | James Booth | 2012-10-31 | 3 | -33/+44 | |
| | ||||||
* | Added states preference to enable chat states | James Booth | 2012-10-31 | 4 | -0/+49 | |
| | ||||||
* | Send <gone/> when closing chat window | James Booth | 2012-10-31 | 3 | -21/+27 | |
| | ||||||
* | Added boilerplate code to handle chat states | James Booth | 2012-10-31 | 3 | -19/+71 | |
| | ||||||
* | Basic state handling | James Booth | 2012-10-31 | 5 | -4/+194 | |
| | ||||||
* | Merge branch 'master' into chatstates | James Booth | 2012-10-30 | 1 | -3/+3 | |
|\ | ||||||
| * | Fixed message colouring | James Booth | 2012-10-30 | 1 | -3/+3 | |
| | | ||||||
* | | Create chat session on send if none exists | James Booth | 2012-10-30 | 3 | -5/+25 | |
| | | ||||||
* | | Merge branch 'master' into chatstates | James Booth | 2012-10-30 | 13 | -301/+405 | |
|\| | | | | | | | | | Conflicts: Makefile.am | |||||
| * | Fixed tests | James Booth | 2012-10-29 | 3 | -6/+11 | |
| | | ||||||
| * | Split contact add and update presence | James Booth | 2012-10-29 | 5 | -55/+79 | |
| | | ||||||
| * | Fixed offline bug | James Booth | 2012-10-29 | 1 | -26/+13 | |
| | |