Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'master' into xep-0184 | James Booth | 2015-03-14 | 1 | -33/+36 | |
|\| | | | | | | | | | Conflicts: src/xmpp/message.c | |||||
| * | Fixed error with /otr start with carbons enabled | James Booth | 2015-03-14 | 1 | -33/+36 | |
| | | ||||||
* | | Show message received text for receipts | James Booth | 2015-03-11 | 1 | -6/+16 | |
| | | ||||||
* | | Added basic delivery receipts | James Booth | 2015-03-11 | 1 | -16/+87 | |
|/ | ||||||
* | Send private carbons element with message when encrypted | James Booth | 2015-03-10 | 1 | -6/+34 | |
| | ||||||
* | Merge remote-tracking branch 'oliverlemoal/xep-0280' into xep-0280 | James Booth | 2015-03-08 | 1 | -1/+44 | |
|\ | ||||||
| * | merge | Olivier LE MOAL | 2015-02-23 | 1 | -1/+6 | |
| |\ | ||||||
| | * | fix segfault on self sent message carbon | Olivier Le Moal | 2015-02-21 | 1 | -0/+5 | |
| | | | ||||||
| | * | Add XEP-0280 support | Olivier LE MOAL | 2015-02-02 | 1 | -0/+38 | |
| | | | ||||||
| * | | Add XEP-0280 support | Olivier LE MOAL | 2015-02-10 | 1 | -0/+38 | |
| |/ | ||||||
* / | Updated copyright | James Booth | 2015-02-10 | 1 | -1/+1 | |
|/ | ||||||
* | Only show UI events for chat states when in session | James Booth | 2015-01-11 | 1 | -1/+1 | |
| | ||||||
* | Added remaining chat states | James Booth | 2015-01-11 | 1 | -27/+26 | |
| | ||||||
* | Send active chat state, handle composing and gone from recipients | James Booth | 2015-01-10 | 1 | -25/+21 | |
| | ||||||
* | Show resource in titlebar and on each message | James Booth | 2015-01-10 | 1 | -1/+1 | |
| | ||||||
* | Removed chat states from chat_session module, WIP | James Booth | 2015-01-08 | 1 | -32/+32 | |
| | ||||||
* | Refactored chat sessions in _chat_handler | James Booth | 2015-01-07 | 1 | -13/+9 | |
| | ||||||
* | Added offline handler for chat sessions | James Booth | 2015-01-06 | 1 | -2/+4 | |
| | ||||||
* | Create chat session when no resource | James Booth | 2015-01-05 | 1 | -9/+3 | |
| | ||||||
* | Refactored chat session handling on sending message | James Booth | 2015-01-04 | 1 | -10/+20 | |
| | ||||||
* | Use resource in chat sessions | James Booth | 2015-01-04 | 1 | -10/+9 | |
| | ||||||
* | Fix for receiving regular chat messages with no type attribute | James Booth | 2015-01-04 | 1 | -2/+16 | |
| | ||||||
* | Use events for chat sessions | James Booth | 2014-12-29 | 1 | -4/+4 | |
| | ||||||
* | Moved chat_session_set_sent from message.c module | James Booth | 2014-12-29 | 1 | -4/+0 | |
| | ||||||
* | Added chat_session_on_incoming_message | James Booth | 2014-12-29 | 1 | -5/+1 | |
| | ||||||
* | Fixed chat state for non OTR | James Booth | 2014-12-28 | 1 | -1/+1 | |
| | ||||||
* | Moved chat states out of xmpp module for message send chat | James Booth | 2014-12-27 | 1 | -21/+12 | |
| | ||||||
* | Removed function pointers | James Booth | 2014-12-22 | 1 | -33/+19 | |
| | ||||||
* | Refactored all window recipients and types | James Booth | 2014-12-20 | 1 | -24/+35 | |
| | | | | Tests need fixing | |||||
* | Split private message handling to separate functions | James Booth | 2014-12-10 | 1 | -4/+4 | |
| | ||||||
* | Removed /duck command | James Booth | 2014-10-18 | 1 | -28/+1 | |
| | ||||||
* | Added /room subject command | James Booth | 2014-10-05 | 1 | -4/+14 | |
| | ||||||
* | Tidied muc module | James Booth | 2014-09-28 | 1 | -2/+2 | |
| | ||||||
* | Added license exemption for OpenSSL to source headers | James Booth | 2014-08-24 | 1 | -0/+12 | |
| | ||||||
* | Spelling errors fixed and hyphenation used as minus sign fixed | Dariusz Dwornikowski | 2014-08-11 | 1 | -1/+1 | |
| | ||||||
* | Added notification setting for typing in current window | James Booth | 2014-05-24 | 1 | -3/+1 | |
| | ||||||
* | Fixed cppcheck warnings | James Booth | 2014-04-26 | 1 | -3/+2 | |
| | ||||||
* | Added some otr policy functionality, if policy is set to "always" | lightb | 2014-04-19 | 1 | -1/+0 | |
| | | | | | | if otr_is_secure fails, the message will not be sent. Changed both cmd_msg and cmd_execute_default | |||||
* | Fixed handling of room subject | James Booth | 2014-04-13 | 1 | -24/+20 | |
| | ||||||
* | Tidied ui dependencies | James Booth | 2014-04-06 | 1 | -1/+0 | |
| | ||||||
* | Updated copyright | James Booth | 2014-03-09 | 1 | -1/+1 | |
| | ||||||
* | Refactored muc_room_is_active to only take room, rather than full jid | James Booth | 2014-03-08 | 1 | -2/+2 | |
| | ||||||
* | Moved error handling logic to server_events | James Booth | 2014-01-28 | 1 | -12/+1 | |
| | ||||||
* | Refactored presence_error_handler | James Booth | 2014-01-27 | 1 | -12/+15 | |
| | ||||||
* | Added fallback message error handlers | James Booth | 2014-01-27 | 1 | -2/+11 | |
| | ||||||
* | Fixed comment | James Booth | 2014-01-27 | 1 | -1/+1 | |
| | ||||||
* | Removed unnecessary strdup | James Booth | 2014-01-27 | 1 | -3/+2 | |
| | ||||||
* | Show original error message | James Booth | 2014-01-26 | 1 | -7/+19 | |
| | ||||||
* | Changed error message when couldn't join room | James Booth | 2014-01-26 | 1 | -2/+3 | |
| | ||||||
* | Handle recipient not found | James Booth | 2014-01-26 | 1 | -1/+33 | |
| |