Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update bookmark test stub | Michael Vetter | 2020-05-22 | 1 | -2/+2 |
| | |||||
* | Fix message_send_private unittest stub | Michael Vetter | 2020-04-06 | 1 | -1/+6 |
| | |||||
* | Parse mentions and triggers in muc history if display is 'regular' | Michael Vetter | 2020-02-20 | 1 | -1/+1 |
| | | | | Fix https://github.com/profanity-im/profanity/issues/1261 | ||||
* | xep-0308: adapt unit test stubs | Michael Vetter | 2020-02-14 | 1 | -5/+4 |
| | |||||
* | Add context to autocomplete_with_func and use it for omemo trust command | Paul Fariello | 2020-01-31 | 1 | -3/+3 |
| | | | | Fix #1068 | ||||
* | Use OMEMO for offline MUC members (#1242) | Paul Fariello | 2020-01-20 | 1 | -1/+1 |
| | |||||
* | Don't override ProfMessage Id with origin-id | Michael Vetter | 2019-10-31 | 1 | -1/+1 |
| | | | | | | | | | | Profanity sends the same value for both. Other clients might not. Safe both since we could need them later. Once we implement Last Message Correction we will need the regular id. If we override it with origin-id and another client chooses to not use the same value for id and origin-id then we can't interpret the id sent with the LMC request correctly. | ||||
* | Adjust stub for connection_get_profanity_identifier | Michael Vetter | 2019-10-22 | 1 | -1/+1 |
| | |||||
* | Move ProfMessage and message_is_sent_by_us to xmpp | Michael Vetter | 2019-10-19 | 1 | -1/+0 |
| | | | | Not meant for internal usage only. | ||||
* | Add message_is_sent_by_us stub | Michael Vetter | 2019-10-18 | 1 | -0/+5 |
| | |||||
* | Add connection_get_profanity_identifier stub | Michael Vetter | 2019-10-18 | 1 | -0/+4 |
| | | | | And move defintion to xmpp.h | ||||
* | 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. | ||||
* | Use mock_type() for casting mock() | Frank Zschockelt | 2019-05-08 | 1 | -5/+5 |
| | |||||
* | Use mock_ptr_type() to silence compiler warnings | Frank Zschockelt | 2019-05-08 | 1 | -4/+4 |
| | | | | | | Unit tests on 32-bit architectures were failing due to "cast to pointer from integer of different size" warnings. mock_ptr_type silences those by first casting to uintptr_t. | ||||
* | Rework MUC reflected message filtering | Paul Fariello | 2019-04-10 | 1 | -1/+4 |
| | | | | | | | | | 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. | ||||
* | Remove unused stup session_get_domain | Paul Fariello | 2018-09-05 | 1 | -5/+0 |
| | |||||
* | Add connection_get_domain stub for tests | Paul Fariello | 2018-09-05 | 1 | -0/+5 |
| | |||||
* | Add conf win callback | Paul Fariello | 2018-09-05 | 1 | -2/+2 |
| | |||||
* | Add command subcommands: list and exec | Paul Fariello | 2018-09-05 | 1 | -0/+2 |
| | | | | Also handle list result | ||||
* | Add /rooms cache | James Booth | 2018-02-05 | 1 | -0/+1 |
| | |||||
* | Fix tests, move glob creation | James Booth | 2018-01-27 | 1 | -1/+2 |
| | |||||
* | Allow previous autocompletion with shift tab | James Booth | 2017-04-01 | 1 | -4/+4 |
| | |||||
* | Remove status from cl_ev_presence_send | James Booth | 2017-01-15 | 1 | -2/+3 |
| | | | | fixes #888 | ||||
* | 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/+8 |
| | | | | issue #829 | ||||
* | Only include receipts feature in disco responses when enabled | James Booth | 2016-08-18 | 1 | -0/+2 |
| | | | | issue #829 | ||||
* | Rename Capabilties -> EntityCapabilities | James Booth | 2016-08-13 | 1 | -2/+2 |
| | |||||
* | Move autoaway check | James Booth | 2016-07-24 | 1 | -0/+2 |
| | |||||
* | Move event timeout to connection module | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Option to bookmark room invites | James Booth | 2016-05-23 | 1 | -0/+5 |
| | | | | issue #813 | ||||
* | Move disco info struct to connection | 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 | -1/+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 | -1/+1 |
| | |||||
* | 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 | -14/+26 |
| | |||||
* | Add session.c | James Booth | 2016-05-05 | 1 | -2/+2 |
| | |||||
* | Add /blocked command | James Booth | 2016-05-01 | 1 | -0/+28 |
| | |||||
* | Fixed test stubs | James Booth | 2016-05-01 | 1 | -1/+1 |
| | |||||
* | Plugins: Added prof_disco_add_feature() | James Booth | 2016-04-30 | 1 | -0/+1 |
| | |||||
* | Implement XEP-0363: HTTP File Upload | Dominik Heidler | 2016-04-26 | 1 | -3/+4 |
| | |||||
* | Added prof_send_stanza to plugins API | James Booth | 2016-03-23 | 1 | -0/+6 |
| | |||||
* | Added hardcoded autoping timeout | James Booth | 2015-12-31 | 1 | -0/+1 |
| | |||||
* | Force tls on all connections, add tls policy account property | James Booth | 2015-10-18 | 1 | -1/+1 |
| | |||||
* | Removed --disable-tls command line option | James Booth | 2015-10-18 | 1 | -1/+1 |
| | |||||
* | Fixed tests | James Booth | 2015-10-12 | 1 | -0/+7 |
| | |||||
* | WIP: Added last activity request and response | James Booth | 2015-09-29 | 1 | -0/+1 |
| | |||||
* | Added pgp checks for message sending | James Booth | 2015-06-21 | 1 | -1/+6 |
| |