Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add profanity-specific CAfile | Steffen Jaeckel | 2022-03-22 | 1 | -0/+55 |
| | | | | | | | | The profanity-internal mechanism to allow connecting to a server isn't easily portable to cURL. Therefor introduce a profanity-specific CAfile which is managed individually and will be configured in libcurl calls. Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de> | ||||
* | Restore last status string when connecting | Thorben Günther | 2021-07-01 | 1 | -0/+6 |
| | |||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -58/+165 |
| | |||||
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 1 | -167/+60 |
| | | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems. | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -60/+167 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1396 | ||||
* | Add option for legacy authentication | Dmitry Podgorny | 2020-06-05 | 1 | -0/+1 |
| | | | | | | | | New options: /connect <account> [auth default|legacy] /account <account> set auth default|legacy Fixes #1236. | ||||
* | Add context to autocomplete_with_func and use it for omemo trust command | Paul Fariello | 2020-01-31 | 1 | -1/+1 |
| | | | | Fix #1068 | ||||
* | 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 | -2/+2 |
| | | | | | | 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. | ||||
* | Fix unit test after account_new API change | Paul Fariello | 2019-04-17 | 1 | -0/+1 |
| | |||||
* | Allow clearing account resource | James Booth | 2016-11-22 | 1 | -0/+1 |
| | | | | issue #880 | ||||
* | Use server features for account muc service | James Booth | 2016-11-20 | 1 | -0/+1 |
| | | | | issue #878 | ||||
* | Added account theme property | James Booth | 2016-01-22 | 1 | -0/+2 |
| | |||||
* | Moved sending of initial presence to sv_ev_roster_received | James Booth | 2015-12-14 | 1 | -0/+4 |
| | |||||
* | Force tls on all connections, add tls policy account property | James Booth | 2015-10-18 | 1 | -0/+1 |
| | |||||
* | Add ability to script commands after connect | James Booth | 2015-10-15 | 1 | -0/+2 |
| | |||||
* | Added auto xa option, tidied autoaway code | James Booth | 2015-09-27 | 1 | -0/+6 |
| | |||||
* | Save last activity to account on disconnect | James Booth | 2015-09-25 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into openpgp | James Booth | 2015-06-12 | 1 | -0/+2 |
| | |||||
* | Moved all tests to tests folder | James Booth | 2015-06-12 | 1 | -0/+185 |