Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Removed jabber.c dependency on ui.h | James Booth | 2012-11-06 | 1 | -6/+5 | |
| | ||||||
* | Leaving chat rooms on /close | James Booth | 2012-11-06 | 1 | -0/+19 | |
| | ||||||
* | Handle sending messages in groupchat | James Booth | 2012-11-05 | 1 | -0/+30 | |
| | ||||||
* | Handle incoming groupchat | James Booth | 2012-11-05 | 1 | -2/+8 | |
| | ||||||
* | Handle chat history from groupchat | James Booth | 2012-11-05 | 1 | -2/+19 | |
| | ||||||
* | Do not send presence when in groupchat | James Booth | 2012-11-05 | 1 | -0/+3 | |
| | ||||||
* | Handle room presence notifications | James Booth | 2012-11-05 | 1 | -1/+6 | |
| | ||||||
* | Check for groupchat | James Booth | 2012-11-05 | 1 | -80/+92 | |
| | ||||||
* | Added room_chat module | James Booth | 2012-11-04 | 1 | -0/+3 | |
| | ||||||
* | Added jabber_join for MUC | James Booth | 2012-11-04 | 1 | -0/+15 | |
| | ||||||
* | Show message when other user <gone/> | James Booth | 2012-11-01 | 1 | -1/+1 | |
| | ||||||
* | Handling paused status | James Booth | 2012-10-31 | 1 | -0/+43 | |
| | ||||||
* | Only send chat states when preference set | James Booth | 2012-10-31 | 1 | -8/+13 | |
| | ||||||
* | Added boilerplate code to handle chat states | James Booth | 2012-10-31 | 1 | -15/+52 | |
| | ||||||
* | Basic state handling | James Booth | 2012-10-31 | 1 | -0/+42 | |
| | ||||||
* | Create chat session on send if none exists | James Booth | 2012-10-30 | 1 | -5/+12 | |
| | ||||||
* | Merge branch 'master' into chatstates | James Booth | 2012-10-30 | 1 | -46/+60 | |
|\ | | | | | | | | | Conflicts: Makefile.am | |||||
| * | Fixed tests | James Booth | 2012-10-29 | 1 | -1/+5 | |
| | | ||||||
| * | Fixed offline bug | James Booth | 2012-10-29 | 1 | -26/+13 | |
| | | ||||||
| * | Send presence after roster recieved | James Booth | 2012-10-28 | 1 | -2/+0 | |
| | | ||||||
| * | Subscription management | James Booth | 2012-10-28 | 1 | -7/+1 | |
| | | ||||||
| * | Load roster before sending presence | James Booth | 2012-10-28 | 1 | -41/+42 | |
| | | ||||||
| * | Added basic subscriptions | James Booth | 2012-10-28 | 1 | -0/+27 | |
|/ | ||||||
* | Added /intype setting | James Booth | 2012-10-28 | 1 | -1/+1 | |
| | | | | | Seperate settings for showing contact typing in UI (/intype), and as desktop notifications (/notify typing). | |||||
* | Unified desktop notification preferences | James Booth | 2012-10-27 | 1 | -1/+1 | |
| | ||||||
* | Refactored disconnect | James Booth | 2012-10-27 | 1 | -10/+5 | |
| | ||||||
* | Added /disconnect command | James Booth | 2012-10-27 | 1 | -0/+7 | |
| | ||||||
* | Fixed possible segfault when no type attribute on incoming messages | James Booth | 2012-10-22 | 1 | -16/+18 | |
| | ||||||
* | Removed trailing whitespace from src and tests | James Booth | 2012-10-21 | 1 | -34/+34 | |
| | ||||||
* | jabber: rewrite error handling | Dmitry Podgorny | 2012-10-20 | 1 | -52/+26 | |
| | ||||||
* | handle error messages from server | Dmitry Podgorny | 2012-10-18 | 1 | -1/+47 | |
| | ||||||
* | Fixed indentation | James Booth | 2012-10-16 | 1 | -3/+3 | |
| | ||||||
* | Moved jabber_free_resources call | James Booth | 2012-10-16 | 1 | -11/+0 | |
| | ||||||
* | Merge branch 'master' of https://github.com/pasis/profanity | James Booth | 2012-10-16 | 1 | -0/+8 | |
|\ | ||||||
| * | jabber: fix crash when disconnection timeout is reached | Dmitry Podgorny | 2012-10-17 | 1 | -7/+8 | |
| | | ||||||
* | | Attempted fix at causing segfault by freeing connection | James Booth | 2012-10-16 | 1 | -7/+11 | |
|/ | ||||||
* | Users added to contact list when no precense notification | James Booth | 2012-10-04 | 1 | -0/+1 | |
| | | | | The user is added from the roster | |||||
* | Moved chat logging to profanity module | James Booth | 2012-10-02 | 1 | -15/+0 | |
| | | | | Removed jabber modules dependency on chat log | |||||
* | Tidy up jabber module, removed unused code, made local functions private | James Booth | 2012-10-02 | 1 | -76/+80 | |
| | ||||||
* | Removed jabber module dependency on ui module | James Booth | 2012-10-02 | 1 | -1/+0 | |
| | ||||||
* | Moved roster output handling to profanity module | James Booth | 2012-10-02 | 1 | -17/+14 | |
| | ||||||
* | Added status handler code to profanity module | James Booth | 2012-10-02 | 1 | -12/+4 | |
| | ||||||
* | Moved login attempt handler code to profanity module | James Booth | 2012-10-01 | 1 | -21/+3 | |
| | ||||||
* | Moved incoming message code to profanity module | James Booth | 2012-10-01 | 1 | -4/+2 | |
| |