Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -50/+68 |
| | |||||
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 1 | -73/+55 |
| | | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems. | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -55/+73 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1396 | ||||
* | Fix memleak in cmd_bookmark_list_shows_bookmarks unittest | Michael Vetter | 2019-10-06 | 1 | -0/+16 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1019 | ||||
* | tests: remove cflag -w and fix warnings | Dmitry Podgorny | 2018-10-31 | 1 | -5/+7 |
| | | | | | | | | | The flag hides errors. But we want unit tests to be correct in order to reveal errors in the main code. The patch removes tests_unittests_unittests_CFLAGS which makes autotools use AM_CFLAGS instead. Therefore, unit tests are built with flags derived from configure.ac. | ||||
* | Use jid argument for /bookmark when in room | James Booth | 2018-03-04 | 1 | -1/+129 |
| | | | | fixes #983 | ||||
* | Use current room for /bookmark add and /bookmark remove | James Booth | 2016-10-05 | 1 | -1/+2 |
| | |||||
* | Rename Bookmark->jid to Bookmark->barejid | James Booth | 2016-08-28 | 1 | -7/+7 |
| | |||||
* | Use hash table for bookmarks | James Booth | 2016-08-21 | 1 | -2/+0 |
| | |||||
* | Moved muc.c | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Rename command sources | James Booth | 2016-05-22 | 1 | -1/+1 |
| | |||||
* | Remove JABBER_STARTED, JABBER_UNDEFINED connection states | James Booth | 2016-05-10 | 1 | -10/+0 |
| | |||||
* | Add session.c | James Booth | 2016-05-05 | 1 | -10/+10 |
| | |||||
* | Fixed tests for new command format | James Booth | 2015-07-27 | 1 | -43/+15 |
| | |||||
* | Added current window reference to command functions | James Booth | 2015-06-17 | 1 | -19/+28 |
| | |||||
* | Moved all tests to tests folder | James Booth | 2015-06-12 | 1 | -0/+297 |