Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove unsafe Conent-Disposition inferring | William Wennerström | 2020-11-16 | 3 | -84/+35 | |
| | ||||||
* | Infer filename from content-disposition or URL | William Wennerström | 2020-11-16 | 5 | -10/+244 | |
| | | | | | The Content-Disposition inferring is probably a bad idea security wise, so I am going to remove it. | |||||
* | Move file encryption function to public header | William Wennerström | 2020-11-16 | 3 | -40/+12 | |
| | ||||||
* | Initial /sendfile OMEMO encryption | William Wennerström | 2020-11-16 | 2 | -0/+12 | |
| | ||||||
* | Remove non existent functions | Michael Vetter | 2020-11-02 | 1 | -8/+0 | |
| | ||||||
* | functest: Make char const | Michael Vetter | 2020-10-15 | 2 | -9/+9 | |
| | ||||||
* | Merge branch 'master' of github.com:profanity-im/profanity | Michael Vetter | 2020-07-10 | 1 | -3/+16 | |
|\ | ||||||
| * | Adapt unittests | Michael Vetter | 2020-07-09 | 1 | -3/+16 | |
| | | ||||||
* | | OX: XEP-0373: OpenPGP for XMPP - Version 0.5.0 (2020-06-19) | DebXWoody | 2020-07-10 | 1 | -0/+10 | |
|/ | | | | | | | | | | | Discovering Public Keys via PEP * 4.3 Discovering Public Keys of a User * 4.4 Requesting Public Keys * Import Public Keys into GnuPG's local keyring. Issue: #1331 | |||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 66 | -2522/+4364 | |
| | ||||||
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 66 | -4502/+2660 | |
| | | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems. | |||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 66 | -2660/+4502 | |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1396 | |||||
* | Tests: Add ox_announce_public_key stub | Michael Vetter | 2020-07-06 | 1 | -0/+9 | |
| | ||||||
* | Remove prefs_free_string() | Michael Vetter | 2020-07-02 | 3 | -15/+15 | |
| | | | | | It just does a free. Related to b580b9ef119045f142fa4baa9689a1c5ce8864ef | |||||
* | Add OX test stubs | Michael Vetter | 2020-06-29 | 2 | -0/+16 | |
| | ||||||
* | Add option for legacy authentication | Dmitry Podgorny | 2020-06-05 | 7 | -19/+21 | |
| | | | | | | | | New options: /connect <account> [auth default|legacy] /account <account> set auth default|legacy Fixes #1236. | |||||
* | Add include for waitpid to functionaltest | Michael Vetter | 2020-06-04 | 1 | -0/+1 | |
| | ||||||
* | Initialize ProfWin.urls_ac to NULL to fix OpenBSD build | William Wennerström | 2020-06-03 | 1 | -0/+6 | |
| | ||||||
* | Fix clears_chat_sessions unittest | Michael Vetter | 2020-05-28 | 2 | -1/+6 | |
| | ||||||
* | Add cons_show_bookmarks_ignore stub | Michael Vetter | 2020-05-24 | 1 | -0/+1 | |
| | ||||||
* | Fix build on sr.ht | Michael Vetter | 2020-05-22 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | Hopefully fixing: ``` cc1: warnings being treated as errors tests/unittests/test_cmd_otr.c: In function 'cmd_otr_start_sends_otr_query_message_to_current_recipeint': tests/unittests/test_cmd_otr.c:422: warning: 'window.urls_ac' is used uninitialized in this function gmake[2]: *** [Makefile:1913: tests/unittests/test_cmd_otr.o] Error 1 gmake[2]: Leaving directory '/home/build/profanity' gmake[1]: *** [Makefile:2442: check-am] Error 2 gmake[1]: Leaving directory '/home/build/profanity' gmake: *** [Makefile:2445: check] Error 2 ``` | |||||
* | Update bookmark test stub | Michael Vetter | 2020-05-22 | 1 | -2/+2 | |
| | ||||||
* | Add executable stub | Michael Vetter | 2020-05-20 | 1 | -1/+1 | |
| | ||||||
* | Fix http_upload stub | Michael Vetter | 2020-04-17 | 1 | -0/+3 | |
| | ||||||
* | Update database stub | Michael Vetter | 2020-04-07 | 1 | -3/+1 | |
| | ||||||
* | Remove chat_log_get_previous() | Michael Vetter | 2020-04-06 | 1 | -5/+0 | |
| | | | | | | | | | | | | We now dont get the log files from the text files via chat_log_get_previous() anymore. We use the sql backend via log_database_get_previous_chat(). So far it just has the same behaviour like chat_log_get_previous(), except that in _chatwin_history() we don't pass the sender to win_print_history() which should be fixed in a commit soon. And log_database_get_previous_chat() can later easily be expanded to fix https://github.com/profanity-im/profanity/issues/205. | |||||
* | Add log_database_add_*() test stubs | Michael Vetter | 2020-04-06 | 1 | -1/+6 | |
| | ||||||
* | Fix message_send_private unittest stub | Michael Vetter | 2020-04-06 | 1 | -1/+6 | |
| | ||||||
* | db: add database unit test stub | Michael Vetter | 2020-04-06 | 1 | -0/+31 | |
| | ||||||
* | Add slashguard feature | Michael Vetter | 2020-03-18 | 1 | -0/+1 | |
| | | | | | New command `/slashguard` tries to protect against typing ` /quit` by not allowing a slash in the first 4 characters. | |||||
* | Add cons_avatar_setting to unit test stub | Michael Vetter | 2020-03-10 | 1 | -0/+1 | |
| | ||||||
* | Fix log test stub | Michael Vetter | 2020-02-21 | 1 | -4/+5 | |
| | ||||||
* | Fix test stub | Michael Vetter | 2020-02-21 | 1 | -1/+1 | |
| | | | | Change done in eb2fbdba2efb9c81275461bf3651215b9456e496 | |||||
* | Allow utf8 symbols as omemo/pgp/otr indicator char | Michael Vetter | 2020-02-20 | 1 | -2/+2 | |
| | | | | Fix https://github.com/profanity-im/profanity/issues/1264 | |||||
* | Parse mentions and triggers in muc history if display is 'regular' | Michael Vetter | 2020-02-20 | 2 | -3/+3 | |
| | | | | Fix https://github.com/profanity-im/profanity/issues/1261 | |||||
* | Add builds.sr.ht CI for OpenBSD | William Wennerström | 2020-02-17 | 1 | -0/+6 | |
| | | | | | | | | * Add .builds/openbsd.yml for builds.sr.ht * Update travis-build.sh -> ci-build.sh with OpenBSD case * Fix libdl check in configure.ac (OpenBSD has libdl built-in) * Fix some minor issues found when compiling on OpenBSD with GCC (e.g. uninitialized variables) | |||||
* | test: Init window.layout to make compiler happy | Michael Vetter | 2020-02-14 | 1 | -0/+1 | |
| | | | | | Fix tests/unittests/test_cmd_otr.c:415: warning: 'window.layout' is used uninitialized in this function on openbsd (thanks optmzr) | |||||
* | Fix tests | Michael Vetter | 2020-02-14 | 1 | -1/+1 | |
| | ||||||
* | xep-0308: adapt unit test stubs | Michael Vetter | 2020-02-14 | 2 | -8/+6 | |
| | ||||||
* | xep-0308: add cons_correction_setting stub to tests | Michael Vetter | 2020-02-10 | 1 | -0/+1 | |
| | ||||||
* | Fix unittest build | Paul Fariello | 2020-01-31 | 1 | -14/+14 | |
| | ||||||
* | Add context to autocomplete_with_func and use it for omemo trust command | Paul Fariello | 2020-01-31 | 3 | -5/+5 | |
| | | | | Fix #1068 | |||||
* | Add cons_os_setting stub for tests | Michael Vetter | 2020-01-24 | 1 | -0/+1 | |
| | ||||||
* | Use OMEMO for offline MUC members (#1242) | Paul Fariello | 2020-01-20 | 1 | -1/+1 | |
| | ||||||
* | xep-0084: add test stub file | Michael Vetter | 2019-12-18 | 1 | -0/+7 | |
| | ||||||
* | test: add cons_color_setting | Michael Vetter | 2019-12-09 | 1 | -0/+1 | |
| | ||||||
* | Add cons_logging_setting() to test stub | Michael Vetter | 2019-11-13 | 1 | -2/+1 | |
| | ||||||
* | Add cons_titlebar_setting stub | Michael Vetter | 2019-11-05 | 1 | -1/+1 | |
| | | | | and remove encwarn one. | |||||
* | Don't override ProfMessage Id with origin-id | Michael Vetter | 2019-10-31 | 1 | -1/+1 | |
| | | | | | | | | | | Profanity sends the same value for both. Other clients might not. Safe both since we could need them later. Once we implement Last Message Correction we will need the regular id. If we override it with origin-id and another client chooses to not use the same value for id and origin-id then we can't interpret the id sent with the LMC request correctly. | |||||
* | Adjust message stubs in unit tests | Michael Vetter | 2019-10-29 | 1 | -4/+4 | |
| |