about summary refs log tree commit diff stats
path: root/tests/unittests/unittests.c
Commit message (Collapse)AuthorAgeFilesLines
* Add nickname support for /roster removeJohn Hernandez2023-04-131-0/+1
| | | | | | Add support of name/nickname instead of only JID for `/roster remove` command. Add tests for it as well.
* add test-case for #1761Steffen Jaeckel2023-03-111-0/+1
| | | | Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
* Add unit tests for roster_get_display_nameDustin Lagoy2021-06-301-0/+3
|
* Add tests for format_call_external_argvWilliam Wennerström2020-12-071-0/+1
|
* Move unique_filename_from_url functions to commonWilliam Wennerström2020-12-041-3/+1
|
* Fix stubs and move some tests to http_commonWilliam Wennerström2020-11-161-1/+1
|
* Remove unsafe Conent-Disposition inferringWilliam Wennerström2020-11-161-2/+1
|
* Infer filename from content-disposition or URLWilliam Wennerström2020-11-161-0/+4
| | | | | The Content-Disposition inferring is probably a bad idea security wise, so I am going to remove it.
* Apply coding styleMichael Vetter2020-07-071-117/+119
|
* Revert "Apply coding style"Michael Vetter2020-07-071-144/+142
| | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems.
* Apply coding styleMichael Vetter2020-07-071-142/+144
| | | | Regards https://github.com/profanity-im/profanity/issues/1396
* Fix broken support for case-sensitive account namesPhilip Flohr2019-02-221-1/+4
| | | | | | | | | | | Don't lower account name before calling accounts_get_account(). Only lower if there is no account with the given name and the name is interpreted as a jid. Updated unittests to test this behaviour. Fixes #725 .
* tests: remove cflag -w and fix warningsDmitry Podgorny2018-10-311-2/+2
| | | | | | | | | 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.
* Merge pull request #991 from paulfariello/feature/xep-0050Michael Vetter2018-09-271-1/+1
|\ | | | | Add support for xep 0050 ad-hoc commands, without multi-step
| * Rename mucconf wins into conf winsPaul Fariello2018-09-051-1/+1
| | | | | | | | Configuration windows are now being used by both muc and cmd.
* | Move p_sha1_hash() to stanza.cMichael Vetter2018-09-061-7/+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.
* Use jid argument for /bookmark when in roomJames Booth2018-03-041-0/+5
| | | | fixes #983
* Fix tests, move glob creationJames Booth2018-01-271-1/+2
|
* Set locale in unit testsJames Booth2017-04-291-1/+17
| | | | issue #901
* Allow previous autocompletion with shift tabJames Booth2017-04-011-0/+1
|
* Add test for case insensitive autocompleteJames Booth2017-03-251-0/+1
|
* Autocomplete accent and case insensitiveJames Booth2017-03-251-0/+4
|
* Fix multibyte chars in prof_occurrencesJames Booth2017-01-261-0/+2
| | | | issue #901
* Fix assertion errors in unit testsJames Booth2016-09-251-1/+3
|
* Use hashtables for plugin disco featuresJames Booth2016-08-171-0/+9
|
* Move window functions to window_list.cJames Booth2016-07-241-19/+0
|
* Moved chat_session.cJames Booth2016-07-241-1/+1
|
* Free plugins commands on quitJames Booth2016-07-041-0/+4
|
* Move /statuses options to /presence commandJames Booth2016-05-311-14/+14
|
* Remove JABBER_STARTED, JABBER_UNDEFINED connection statesJames Booth2016-05-101-15/+0
|
* Fixed testsJames Booth2016-04-271-2/+0
|
* Added whole word matches for room mentionJames Booth2016-04-071-1/+2
|
* Added prof_strstr functionJames Booth2016-04-031-8/+2
|
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-4/+4
|
* Added C plugin code from plugins branchJames Booth2016-02-141-5/+4
|
* Fixed assertion errors in testsJames Booth2016-01-301-1/+3
|
* Added more group testsJames Booth2015-11-141-5/+14
|
* Keep count of group membersJames Booth2015-11-121-0/+5
|
* Fixed OTR decryption checkJames Booth2015-08-271-0/+1
|
* Added str_contains_str to commonJames Booth2015-08-261-0/+7
|
* Fixed tests for new command formatJames Booth2015-07-271-3/+5
|
* Added messaage when account resource changed whilst connectedJames Booth2015-06-241-0/+1
|
* Moved setting otr.warn -> enc.warnJames Booth2015-06-211-8/+0
|
* Added initial /pgp start checksJames Booth2015-06-181-0/+10
|
* Added cmd_pgp testsJames Booth2015-06-181-0/+7
|
* Moved all tests to tests folderJames Booth2015-06-121-0/+595