Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: remove cflag -w and fix warnings | Dmitry Podgorny | 2018-10-31 | 1 | -2/+3 |
| | | | | | | | | | 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. | ||||
* | Move p_sha1_hash() to stanza.c | Michael Vetter | 2018-09-06 | 1 | -56/+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. | ||||
* | Fix multibyte chars in prof_occurrences | James Booth | 2017-01-26 | 1 | -0/+32 |
| | | | | issue #901 | ||||
* | Move window functions to window_list.c | James Booth | 2016-07-24 | 1 | -277/+0 |
| | |||||
* | Added whole word matches for room mention | James Booth | 2016-04-07 | 1 | -109/+134 |
| | |||||
* | Added prof_strstr function | James Booth | 2016-04-03 | 1 | -62/+109 |
| | |||||
* | Remove trailing whitespaces | Michael Vetter | 2015-10-21 | 1 | -1/+1 |
| | |||||
* | Fixed OTR decryption check | James Booth | 2015-08-27 | 1 | -0/+8 |
| | |||||
* | Added str_contains_str to common | James Booth | 2015-08-26 | 1 | -0/+55 |
| | |||||
* | Moved all tests to tests folder | James Booth | 2015-06-12 | 1 | -0/+633 |