Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Call iq_handlers_clear() upon disconnect | Michael Vetter | 2019-06-20 | 1 | -0/+1 |
| | | | | Free id_handlers. Fix memory leaks. | ||||
* | Cancel autoping timer on disconnect or connection loss | Dmitry Podgorny | 2019-06-03 | 1 | -0/+1 |
| | | | | | | | | | If Profanity is disconnected in any way before ping response is received, the autoping timer will expire after the next connection is established. As result, user will be disconnected immediately. Cancel autoping timer in ev_disconnect_cleanup(), so it is done for all kind of disconnections. | ||||
* | Fix build on travis | Paul Fariello | 2019-04-10 | 1 | -0/+2 |
| | |||||
* | Rework MUC reflected message filtering | Paul Fariello | 2019-04-10 | 1 | -1/+1 |
| | | | | | | | | | Reflected messages can't be filtered by nick only otherwise you might ignore messages comming from you on another devices. Consequently we maintain a list of sent messages id in mucwin. To be sure the id will be correctly reflected we use the origin-id stanza. | ||||
* | Revert "Ensure room isn't anonymous" | Paul Fariello | 2019-04-10 | 1 | -1/+0 |
| | | | | This reverts commit 733e1a24c7e08dde6aa2c15ec4528220aa360845. | ||||
* | Add publish option to OMEMO device list and bundle | Paul Fariello | 2019-04-10 | 1 | -0/+2 |
| | |||||
* | Ensure room isn't anonymous | Paul Fariello | 2019-04-10 | 1 | -0/+1 |
| | |||||
* | Add support for sending encrypted message in MUC | Paul Fariello | 2019-04-10 | 1 | -1/+1 |
| | |||||
* | Add OMEMO message encryption and decryption | Paul Fariello | 2019-04-10 | 1 | -0/+1 |
| | |||||
* | Fix devicelist subscription and handle pubsub event | Paul Fariello | 2019-04-10 | 1 | -0/+1 |
| | | | | Devicelist subscription can be done directly with caps_add feature. | ||||
* | Update copyright to include 2019 | Michael Vetter | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | Add conf win callback | Paul Fariello | 2018-09-05 | 1 | -2/+2 |
| | |||||
* | Add command subcommands: list and exec | Paul Fariello | 2018-09-05 | 1 | -1/+2 |
| | | | | Also handle list result | ||||
* | Add command command | Paul Fariello | 2018-09-05 | 1 | -0/+2 |
| | | | | Initial commit to test commands API | ||||
* | Add /rooms cache | James Booth | 2018-02-05 | 1 | -0/+1 |
| | |||||
* | Fix tests, move glob creation | James Booth | 2018-01-27 | 1 | -1/+1 |
| | |||||
* | Allow filtering rooms list by glob | James Booth | 2018-01-27 | 1 | -1/+1 |
| | |||||
* | Update copyright | James Booth | 2018-01-21 | 1 | -1/+1 |
| | |||||
* | Show message when server does not support ping | James Booth | 2017-06-15 | 1 | -0/+1 |
| | |||||
* | Allow previous autocompletion with shift tab | James Booth | 2017-04-01 | 1 | -4/+4 |
| | |||||
* | Update Copyright | James Booth | 2017-01-28 | 1 | -1/+1 |
| | |||||
* | Remove status from cl_ev_presence_send | James Booth | 2017-01-15 | 1 | -1/+2 |
| | | | | fixes #888 | ||||
* | Use server features for account muc service | James Booth | 2016-11-20 | 1 | -0/+2 |
| | | | | issue #878 | ||||
* | Rename Bookmark->jid to Bookmark->barejid | James Booth | 2016-08-28 | 1 | -1/+1 |
| | |||||
* | Use hash table for bookmarks | James Booth | 2016-08-21 | 1 | -1/+1 |
| | |||||
* | Send receipt request only when receiver supports feature | James Booth | 2016-08-18 | 1 | -3/+5 |
| | | | | issue #829 | ||||
* | Only include lastactivity feature in disco responses when enabled | James Booth | 2016-08-18 | 1 | -0/+1 |
| | |||||
* | Only include receipts feature in disco responses when enabled | James Booth | 2016-08-18 | 1 | -0/+3 |
| | | | | issue #829 | ||||
* | Use SoftwareVersion in EntityCapabilities | James Booth | 2016-08-13 | 1 | -2/+6 |
| | |||||
* | Use DiscoIdentity in EntityCapabilities | James Booth | 2016-08-13 | 1 | -9/+7 |
| | |||||
* | Rename Capabilties -> EntityCapabilities | James Booth | 2016-08-13 | 1 | -4/+4 |
| | |||||
* | Tidy headers | James Booth | 2016-07-24 | 1 | -2/+3 |
| | |||||
* | Move event timeout to connection module | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Update GPL link in headers | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Option to bookmark room invites | James Booth | 2016-05-23 | 1 | -0/+1 |
| | | | | issue #813 | ||||
* | Remove JABBER_STARTED, JABBER_UNDEFINED connection states | James Booth | 2016-05-10 | 1 | -2/+0 |
| | |||||
* | Use hash table for disco features | James Booth | 2016-05-08 | 1 | -6/+0 |
| | |||||
* | Add connection_get_disco_info() | James Booth | 2016-05-08 | 1 | -1/+1 |
| | |||||
* | Move disco info struct to connection | James Booth | 2016-05-07 | 1 | -1/+1 |
| | |||||
* | Move available resources to connection struct | James Booth | 2016-05-07 | 1 | -1/+1 |
| | |||||
* | Remove redundant tls secured function | James Booth | 2016-05-06 | 1 | -1/+1 |
| | |||||
* | Move send stanza function | James Booth | 2016-05-06 | 1 | -2/+1 |
| | |||||
* | Move conn is secure function | James Booth | 2016-05-06 | 1 | -1/+1 |
| | |||||
* | Move tls peer cert function | James Booth | 2016-05-06 | 1 | -3/+3 |
| | |||||
* | Move uuid functions | James Booth | 2016-05-06 | 1 | -2/+2 |
| | |||||
* | Move connection fulljid function | James Booth | 2016-05-06 | 1 | -1/+1 |
| | |||||
* | Rename jabber_ functions | James Booth | 2016-05-06 | 1 | -17/+20 |
| | |||||
* | Add session.c | James Booth | 2016-05-05 | 1 | -2/+2 |
| | |||||
* | Tidy xmpp headers | James Booth | 2016-05-04 | 1 | -23/+7 |
| | |||||
* | Add /blocked command | James Booth | 2016-05-01 | 1 | -0/+9 |
| |