Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright to include 2019 | Michael Vetter | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | tests: remove cflag -w and fix warnings | Dmitry Podgorny | 2018-10-31 | 8 | -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-0050 | Michael Vetter | 2018-09-27 | 6 | -15/+17 |
|\ | | | | | Add support for xep 0050 ad-hoc commands, without multi-step | ||||
| * | Remove unused stup session_get_domain | Paul Fariello | 2018-09-05 | 1 | -5/+0 |
| | | |||||
| * | Add connection_get_domain stub for tests | Paul Fariello | 2018-09-05 | 1 | -0/+5 |
| | | |||||
| * | Add support for command config execution | Paul Fariello | 2018-09-05 | 1 | -1/+1 |
| | | |||||
| * | Add conf win callback | Paul Fariello | 2018-09-05 | 1 | -2/+2 |
| | | |||||
| * | Rename mucconf wins into conf wins | Paul Fariello | 2018-09-05 | 5 | -12/+12 |
| | | | | | | | | Configuration windows are now being used by both muc and cmd. | ||||
| * | Add command subcommands: list and exec | Paul Fariello | 2018-09-05 | 1 | -0/+2 |
| | | | | | | | | Also handle list result | ||||
* | | Move p_sha1_hash() to stanza.c | Michael Vetter | 2018-09-06 | 3 | -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 include | Rafael Sadowski | 2018-08-13 | 1 | -0/+1 |
| | |||||
* | Add room /me functional tests | James Booth | 2018-04-21 | 3 | -0/+58 |
| | |||||
* | Add preferences for tab display | James Booth | 2018-03-09 | 1 | -2/+7 |
| | |||||
* | Add prefs for empty tabs and tab names | James Booth | 2018-03-08 | 1 | -0/+1 |
| | |||||
* | Show name in statusbar tabs WIP | James Booth | 2018-03-08 | 1 | -2/+2 |
| | |||||
* | Use jid argument for /bookmark when in room | James Booth | 2018-03-04 | 3 | -1/+139 |
| | | | | fixes #983 | ||||
* | Add /rooms cache | James Booth | 2018-02-05 | 2 | -0/+2 |
| | |||||
* | Filter rooms by simple case insensitive text | James Booth | 2018-02-04 | 1 | -0/+9 |
| | |||||
* | Fix tests, move glob creation | James Booth | 2018-01-27 | 5 | -11/+35 |
| | |||||
* | Only send ping requests to client that support it | James Booth | 2017-06-16 | 3 | -9/+100 |
| | |||||
* | Change server name in functional tests | James Booth | 2017-06-15 | 1 | -1/+1 |
| | |||||
* | Show message when server does not support ping | James Booth | 2017-06-15 | 3 | -0/+28 |
| | |||||
* | Set locale in unit tests | James Booth | 2017-04-29 | 1 | -1/+17 |
| | | | | issue #901 | ||||
* | Allow previous autocompletion with shift tab | James Booth | 2017-04-01 | 7 | -32/+51 |
| | |||||
* | Add test for case insensitive autocomplete | James Booth | 2017-03-25 | 3 | -0/+14 |
| | |||||
* | Autocomplete accent and case insensitive | James Booth | 2017-03-25 | 3 | -0/+60 |
| | |||||
* | Allow installing plugins from directory | James Booth | 2017-02-05 | 1 | -1/+0 |
| | |||||
* | Update Copyright | James Booth | 2017-01-28 | 1 | -34/+0 |
| | |||||
* | Fix multibyte chars in prof_occurrences | James Booth | 2017-01-26 | 2 | -0/+34 |
| | | | | issue #901 | ||||
* | Add carbons from check | James Booth | 2017-01-23 | 1 | -1/+1 |
| | |||||
* | Allow room display properies to be set by plugins | James Booth | 2017-01-20 | 1 | -0/+5 |
| | |||||
* | Allow chat prefix char to be set by plugins | James Booth | 2017-01-20 | 1 | -0/+4 |
| | |||||
* | Add titlebar encryption text to plugins api | James Booth | 2017-01-19 | 1 | -0/+3 |
| | |||||
* | Fix tests | James Booth | 2017-01-16 | 1 | -1/+0 |
| | |||||
* | Remove status from cl_ev_presence_send | James Booth | 2017-01-15 | 5 | -5/+33 |
| | | | | fixes #888 | ||||
* | Allow clearing account resource | James Booth | 2016-11-22 | 3 | -2/+3 |
| | | | | issue #880 | ||||
* | Use server features for account muc service | James Booth | 2016-11-20 | 5 | -18/+2 |
| | | | | issue #878 | ||||
* | Remove ui_current_print_formatted_line | James Booth | 2016-10-16 | 3 | -15/+6 |
| | |||||
* | Remove ui_current_print_line | James Booth | 2016-10-16 | 3 | -7/+15 |
| | |||||
* | Use varargs in win_println_indent | James Booth | 2016-10-15 | 1 | -1/+1 |
| | |||||
* | Add win_appendln | James Booth | 2016-10-15 | 1 | -0/+1 |
| | |||||
* | Add win_print | James Booth | 2016-10-15 | 1 | -1/+2 |
| | |||||
* | Rename win_println -> win_println_indent | James Booth | 2016-10-15 | 1 | -1/+1 |
| | |||||
* | Remove win_vprintln_ch | James Booth | 2016-10-15 | 1 | -1/+0 |
| | |||||
* | Remove ui_current_error_line | James Booth | 2016-10-15 | 1 | -2/+0 |
| | |||||
* | Remove ui_win_error_line | James Booth | 2016-10-15 | 1 | -1/+0 |
| | |||||
* | Rename win_get_string -> win_to_string | James Booth | 2016-10-15 | 1 | -1/+1 |
| | |||||
* | Add ch arg to win_printf_line | James Booth | 2016-10-15 | 1 | -1/+1 |
| | |||||
* | Add win_printf_line | James Booth | 2016-10-12 | 1 | -0/+2 |
| | |||||
* | Remove win_print, use win_printf instead | James Booth | 2016-10-11 | 1 | -1/+0 |
| |