Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support to register with a room | Michael Vetter | 2021-03-25 | 1 | -0/+10 |
| | | | | | | | | | | `/affiliation register` can now be used to register a nickname with a MUC. Tested with a server without forms. Couldn't find a server which supports forms yet. Implements https://github.com/profanity-im/profanity/issues/1210 | ||||
* | MUC: Add voice request | Thorben Günther | 2021-03-12 | 1 | -0/+5 |
| | | | | closes https://github.com/profanity-im/profanity/issues/1211 | ||||
* | Add command to change password of logged in user | Thorben Günther | 2021-03-11 | 1 | -0/+10 |
| | |||||
* | OX: XEP-0373: OpenPGP for XMPP - Version 0.5.0 (2020-06-19) | DebXWoody | 2020-07-10 | 1 | -0/+10 |
| | | | | | | | | | | | Discovering Public Keys via PEP * 4.3 Discovering Public Keys of a User * 4.4 Requesting Public Keys * Import Public Keys into GnuPG's local keyring. Issue: #1331 | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 4 | -118/+328 |
| | |||||
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 4 | -332/+122 |
| | | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems. | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 4 | -122/+332 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1396 | ||||
* | Tests: Add ox_announce_public_key stub | Michael Vetter | 2020-07-06 | 1 | -0/+9 |
| | |||||
* | Add OX test stubs | Michael Vetter | 2020-06-29 | 1 | -0/+5 |
| | |||||
* | Add option for legacy authentication | Dmitry Podgorny | 2020-06-05 | 1 | -1/+2 |
| | | | | | | | | New options: /connect <account> [auth default|legacy] /account <account> set auth default|legacy Fixes #1236. | ||||
* | Fix clears_chat_sessions unittest | Michael Vetter | 2020-05-28 | 1 | -0/+5 |
| | |||||
* | 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 |
| | |||||
* | xep-0084: add test stub file | Michael Vetter | 2019-12-18 | 1 | -0/+7 |
| | |||||
* | 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 |
| | |||||
* | Remove accidentally added file | Michael Vetter | 2019-10-18 | 1 | -7/+0 |
| | |||||
* | Add connection_get_profanity_identifier stub | Michael Vetter | 2019-10-18 | 2 | -0/+11 |
| | | | | And move defintion to xmpp.h | ||||
* | Add missing stub file | Paul Fariello | 2019-07-17 | 1 | -0/+7 |
| | |||||
* | 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 |
| |