about summary refs log tree commit diff stats
path: root/tests/unittests/test_common.h
Commit message (Collapse)AuthorAgeFilesLines
* Move p_sha1_hash() to stanza.cMichael Vetter2018-09-061-8/+0
| | | | | | | | | | | | Move `p_sha1_hash()` from `common.c` to `xmpp/stanza.c` as it is only used in this file and now depends on libstrophe so xmpp is a better namespace folder. Renaming it as `_stanza_create_sha1_hash()`. And making static since only used here. The function cannot be tested in the unit tests anymore. Once functional tests are working again we should write a test for the sha1 functionality.
* Move window functions to window_list.cJames Booth2016-07-241-19/+0
|
* Added whole word matches for room mentionJames Booth2016-04-071-1/+2
|
* Added prof_strstr functionJames Booth2016-04-031-0/+1
|
* Fixed OTR decryption checkJames Booth2015-08-271-0/+1
|
* Added str_contains_str to commonJames Booth2015-08-261-0/+7
|
* Moved all tests to tests folderJames Booth2015-06-121-0/+58