about summary refs log tree commit diff stats
path: root/tests/unittests/test_cmd_roster.c
Commit message (Expand)AuthorAgeFilesLines
* Add nickname support for /roster removeJohn Hernandez2023-04-131-0/+22
* Apply coding styleMichael Vetter2020-07-071-38/+54
* Revert "Apply coding style"Michael Vetter2020-07-071-60/+44
* Apply coding styleMichael Vetter2020-07-071-44/+60
* Fix memory leak in unittestsDmitry Podgorny2019-10-141-0/+1
* Fix invalid reads in unit testsMichael Vetter2019-10-101-2/+0
* Revert "Free lits in test_cmd_roster unittest"Michael Vetter2019-10-101-1/+0
* First destroy roster then free list in test_cmd_rosterMichael Vetter2019-10-061-3/+3
* Free lits in test_cmd_roster unittestMichael Vetter2019-10-061-0/+4
* Moved roster_list.cJames Booth2016-07-241-1/+1
* Rename command sourcesJames Booth2016-05-221-1/+1
* Remove JABBER_STARTED, JABBER_UNDEFINED connection statesJames Booth2016-05-101-5/+0
* Add session.cJames Booth2016-05-051-13/+13
* Removed unused arg from roster_get_ functionsJames Booth2016-01-311-1/+1
* Added roster struct, create and destroy roster on connect/disconnectJames Booth2016-01-051-12/+12
* Pass offline filter to roster_get_contactsJames Booth2015-11-181-1/+1
* Pass ordering to roster list functionsJames Booth2015-11-181-1/+1
* Fixed tests for new command formatJames Booth2015-07-271-60/+20
* Added current window reference to command functionsJames Booth2015-06-171-13/+13
* Set columns when running functional testsJames Booth2015-06-131-1/+2
* Moved all tests to tests folderJames Booth2015-06-121-0/+279