about summary refs log tree commit diff stats
path: root/tests/unittests/config/stub_accounts.c
Commit message (Collapse)AuthorAgeFilesLines
* Use mock_type() for casting mock()Frank Zschockelt2019-05-081-5/+5
|
* Use mock_ptr_type() to silence compiler warningsFrank Zschockelt2019-05-081-2/+2
| | | | | | 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.
* Fix unit test after account_new API changePaul Fariello2019-04-171-0/+1
|
* Allow clearing account resourceJames Booth2016-11-221-0/+1
| | | | issue #880
* Use server features for account muc serviceJames Booth2016-11-201-0/+1
| | | | issue #878
* Added account theme propertyJames Booth2016-01-221-0/+2
|
* Moved sending of initial presence to sv_ev_roster_receivedJames Booth2015-12-141-0/+4
|
* Force tls on all connections, add tls policy account propertyJames Booth2015-10-181-0/+1
|
* Add ability to script commands after connectJames Booth2015-10-151-0/+2
|
* Added auto xa option, tidied autoaway codeJames Booth2015-09-271-0/+6
|
* Save last activity to account on disconnectJames Booth2015-09-251-0/+1
|
* Merge branch 'master' into openpgpJames Booth2015-06-121-0/+2
|
* Moved all tests to tests folderJames Booth2015-06-121-0/+185