about summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken support for case-sensitive account namesPhilip Flohr2019-02-223-8/+32
| | | | | | | | | | | 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 .
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
|
* tests: remove cflag -w and fix warningsDmitry Podgorny2018-10-318-101/+106
| | | | | | | | | 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-276-15/+17
|\ | | | | Add support for xep 0050 ad-hoc commands, without multi-step
| * Remove unused stup session_get_domainPaul Fariello2018-09-051-5/+0
| |
| * Add connection_get_domain stub for testsPaul Fariello2018-09-051-0/+5
| |
| * Add support for command config executionPaul Fariello2018-09-051-1/+1
| |
| * Add conf win callbackPaul Fariello2018-09-051-2/+2
| |
| * Rename mucconf wins into conf winsPaul Fariello2018-09-055-12/+12
| | | | | | | | Configuration windows are now being used by both muc and cmd.
| * Add command subcommands: list and execPaul Fariello2018-09-051-0/+2
| | | | | | | | Also handle list result
* | Move p_sha1_hash() to stanza.cMichael Vetter2018-09-063-71/+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: Missing pthread includeRafael Sadowski2018-08-131-0/+1
|
* Add room /me functional testsJames Booth2018-04-213-0/+58
|
* Add preferences for tab displayJames Booth2018-03-091-2/+7
|
* Add prefs for empty tabs and tab namesJames Booth2018-03-081-0/+1
|
* Show name in statusbar tabs WIPJames Booth2018-03-081-2/+2
|
* Use jid argument for /bookmark when in roomJames Booth2018-03-043-1/+139
| | | | fixes #983
* Add /rooms cacheJames Booth2018-02-052-0/+2
|
* Filter rooms by simple case insensitive textJames Booth2018-02-041-0/+9
|
* Fix tests, move glob creationJames Booth2018-01-275-11/+35
|
* Only send ping requests to client that support itJames Booth2017-06-163-9/+100
|
* Change server name in functional testsJames Booth2017-06-151-1/+1
|
* Show message when server does not support pingJames Booth2017-06-153-0/+28
|
* Set locale in unit testsJames Booth2017-04-291-1/+17
| | | | issue #901
* Allow previous autocompletion with shift tabJames Booth2017-04-017-32/+51
|
* Add test for case insensitive autocompleteJames Booth2017-03-253-0/+14
|
* Autocomplete accent and case insensitiveJames Booth2017-03-253-0/+60
|
* Allow installing plugins from directoryJames Booth2017-02-051-1/+0
|
* Update CopyrightJames Booth2017-01-281-34/+0
|
* Fix multibyte chars in prof_occurrencesJames Booth2017-01-262-0/+34
| | | | issue #901
* Add carbons from checkJames Booth2017-01-231-1/+1
|
* Allow room display properies to be set by pluginsJames Booth2017-01-201-0/+5
|
* Allow chat prefix char to be set by pluginsJames Booth2017-01-201-0/+4
|
* Add titlebar encryption text to plugins apiJames Booth2017-01-191-0/+3
|
* Fix testsJames Booth2017-01-161-1/+0
|
* Remove status from cl_ev_presence_sendJames Booth2017-01-155-5/+33
| | | | fixes #888
* Allow clearing account resourceJames Booth2016-11-223-2/+3
| | | | issue #880
* Use server features for account muc serviceJames Booth2016-11-205-18/+2
| | | | issue #878
* Remove ui_current_print_formatted_lineJames Booth2016-10-163-15/+6
|
* Remove ui_current_print_lineJames Booth2016-10-163-7/+15
|
* Use varargs in win_println_indentJames Booth2016-10-151-1/+1
|
* Add win_appendlnJames Booth2016-10-151-0/+1
|
* Add win_printJames Booth2016-10-151-1/+2
|
* Rename win_println -> win_println_indentJames Booth2016-10-151-1/+1
|
* Remove win_vprintln_chJames Booth2016-10-151-1/+0
|
* Remove ui_current_error_lineJames Booth2016-10-151-2/+0
|
* Remove ui_win_error_lineJames Booth2016-10-151-1/+0
|
* Rename win_get_string -> win_to_stringJames Booth2016-10-151-1/+1
|
* Add ch arg to win_printf_lineJames Booth2016-10-151-1/+1
|
* Add win_printf_lineJames Booth2016-10-121-0/+2
|