Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add tests for format_call_external_argv | William Wennerström | 2020-12-07 | 1 | -0/+1 |
| | |||||
* | Move unique_filename_from_url functions to common | William Wennerström | 2020-12-04 | 1 | -3/+1 |
| | |||||
* | Fix stubs and move some tests to http_common | William Wennerström | 2020-11-16 | 1 | -1/+1 |
| | |||||
* | Remove unsafe Conent-Disposition inferring | William Wennerström | 2020-11-16 | 1 | -2/+1 |
| | |||||
* | Infer filename from content-disposition or URL | William Wennerström | 2020-11-16 | 1 | -0/+4 |
| | | | | | The Content-Disposition inferring is probably a bad idea security wise, so I am going to remove it. | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -117/+119 |
| | |||||
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 1 | -144/+142 |
| | | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems. | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -142/+144 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1396 | ||||
* | Fix broken support for case-sensitive account names | Philip Flohr | 2019-02-22 | 1 | -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 warnings | Dmitry Podgorny | 2018-10-31 | 1 | -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-0050 | Michael Vetter | 2018-09-27 | 1 | -1/+1 |
|\ | | | | | Add support for xep 0050 ad-hoc commands, without multi-step | ||||
| * | Rename mucconf wins into conf wins | Paul Fariello | 2018-09-05 | 1 | -1/+1 |
| | | | | | | | | Configuration windows are now being used by both muc and cmd. | ||||
* | | Move p_sha1_hash() to stanza.c | Michael Vetter | 2018-09-06 | 1 | -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 room | James Booth | 2018-03-04 | 1 | -0/+5 |
| | | | | fixes #983 | ||||
* | Fix tests, move glob creation | James Booth | 2018-01-27 | 1 | -1/+2 |
| | |||||
* | 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 | 1 | -0/+1 |
| | |||||
* | Add test for case insensitive autocomplete | James Booth | 2017-03-25 | 1 | -0/+1 |
| | |||||
* | Autocomplete accent and case insensitive | James Booth | 2017-03-25 | 1 | -0/+4 |
| | |||||
* | Fix multibyte chars in prof_occurrences | James Booth | 2017-01-26 | 1 | -0/+2 |
| | | | | issue #901 | ||||
* | Fix assertion errors in unit tests | James Booth | 2016-09-25 | 1 | -1/+3 |
| | |||||
* | Use hashtables for plugin disco features | James Booth | 2016-08-17 | 1 | -0/+9 |
| | |||||
* | Move window functions to window_list.c | James Booth | 2016-07-24 | 1 | -19/+0 |
| | |||||
* | Moved chat_session.c | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Free plugins commands on quit | James Booth | 2016-07-04 | 1 | -0/+4 |
| | |||||
* | Move /statuses options to /presence command | James Booth | 2016-05-31 | 1 | -14/+14 |
| | |||||
* | Remove JABBER_STARTED, JABBER_UNDEFINED connection states | James Booth | 2016-05-10 | 1 | -15/+0 |
| | |||||
* | Fixed tests | James Booth | 2016-04-27 | 1 | -2/+0 |
| | |||||
* | Added whole word matches for room mention | James Booth | 2016-04-07 | 1 | -1/+2 |
| | |||||
* | Added prof_strstr function | James Booth | 2016-04-03 | 1 | -8/+2 |
| | |||||
* | Removed #AX_PREFIX_CONFIG_H | James Booth | 2016-03-31 | 1 | -4/+4 |
| | |||||
* | Added C plugin code from plugins branch | James Booth | 2016-02-14 | 1 | -5/+4 |
| | |||||
* | Fixed assertion errors in tests | James Booth | 2016-01-30 | 1 | -1/+3 |
| | |||||
* | Added more group tests | James Booth | 2015-11-14 | 1 | -5/+14 |
| | |||||
* | Keep count of group members | James Booth | 2015-11-12 | 1 | -0/+5 |
| | |||||
* | Fixed OTR decryption check | James Booth | 2015-08-27 | 1 | -0/+1 |
| | |||||
* | Added str_contains_str to common | James Booth | 2015-08-26 | 1 | -0/+7 |
| | |||||
* | Fixed tests for new command format | James Booth | 2015-07-27 | 1 | -3/+5 |
| | |||||
* | Added messaage when account resource changed whilst connected | James Booth | 2015-06-24 | 1 | -0/+1 |
| | |||||
* | Moved setting otr.warn -> enc.warn | James Booth | 2015-06-21 | 1 | -8/+0 |
| | |||||
* | Added initial /pgp start checks | James Booth | 2015-06-18 | 1 | -0/+10 |
| | |||||
* | Added cmd_pgp tests | James Booth | 2015-06-18 | 1 | -0/+7 |
| | |||||
* | Moved all tests to tests folder | James Booth | 2015-06-12 | 1 | -0/+595 |