about summary refs log tree commit diff stats
path: root/tests/unittests/test_cmd_bookmark.c
Commit message (Collapse)AuthorAgeFilesLines
* Apply coding styleMichael Vetter2020-07-071-50/+68
|
* Revert "Apply coding style"Michael Vetter2020-07-071-73/+55
| | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems.
* Apply coding styleMichael Vetter2020-07-071-55/+73
| | | | Regards https://github.com/profanity-im/profanity/issues/1396
* Fix memleak in cmd_bookmark_list_shows_bookmarks unittestMichael Vetter2019-10-061-0/+16
| | | | Regards https://github.com/profanity-im/profanity/issues/1019
* tests: remove cflag -w and fix warningsDmitry Podgorny2018-10-311-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 roomJames Booth2018-03-041-1/+129
| | | | fixes #983
* Use current room for /bookmark add and /bookmark removeJames Booth2016-10-051-1/+2
|
* Rename Bookmark->jid to Bookmark->barejidJames Booth2016-08-281-7/+7
|
* Use hash table for bookmarksJames Booth2016-08-211-2/+0
|
* Moved muc.cJames Booth2016-07-241-1/+1
|
* Rename command sourcesJames Booth2016-05-221-1/+1
|
* Remove JABBER_STARTED, JABBER_UNDEFINED connection statesJames Booth2016-05-101-10/+0
|
* Add session.cJames Booth2016-05-051-10/+10
|
* Fixed tests for new command formatJames Booth2015-07-271-43/+15
|
* Added current window reference to command functionsJames Booth2015-06-171-19/+28
|
* Moved all tests to tests folderJames Booth2015-06-121-0/+297