Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -31/+81 |
| | |||||
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 1 | -85/+35 |
| | | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems. | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -35/+85 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1396 | ||||
* | Fix tests | Michael Vetter | 2020-02-14 | 1 | -1/+1 |
| | |||||
* | Use mock_type() for casting mock() | Frank Zschockelt | 2019-05-08 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | Send receipt request only when receiver supports feature | James Booth | 2016-08-18 | 1 | -1/+1 |
| | | | | issue #829 | ||||
* | Moved message display logic to sv_ev_incoming_message | James Booth | 2015-06-21 | 1 | -1/+4 |
| | |||||
* | Added pgp checks for message sending | James Booth | 2015-06-21 | 1 | -1/+4 |
| | |||||
* | Moved all tests to tests folder | James Booth | 2015-06-12 | 1 | -0/+108 |