about summary refs log tree commit diff stats
path: root/tests/unittests/test_cmd_bookmark.c
Commit message (Collapse)AuthorAgeFilesLines
* 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