Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: Add win_get_last_sent_messag() stub | Michael Vetter | 2021-10-22 | 1 | -0/+5 |
| | |||||
* | Format code correctly | Michael Vetter | 2021-10-05 | 1 | -7/+10 |
| | |||||
* | Add silence test stub | Michael Vetter | 2021-07-01 | 1 | -0/+6 |
| | |||||
* | Add command to show single bookmark details | Michael Vetter | 2021-06-09 | 1 | -0/+5 |
| | | | | | | | `/bookmark list` lists all bookmarks with its details. `/bookmark list <jid>` shows the details of a single bookmark. Implement https://github.com/profanity-im/profanity/issues/1558 | ||||
* | attention-flag - unittest - stub_ui | DebXWoody | 2021-05-29 | 1 | -0/+20 |
| | |||||
* | Update ui_ask_password to support confirmation | Thorben Günther | 2021-03-11 | 1 | -1/+1 |
| | | | | | Just prints a different string to console. Useful for changing passwords or account registration. | ||||
* | Add mam test stub | Michael Vetter | 2021-01-28 | 1 | -0/+4 |
| | |||||
* | Run make format on rebase | William Wennerström | 2020-11-16 | 1 | -91/+14 |
| | |||||
* | Infer filename from content-disposition or URL | William Wennerström | 2020-11-16 | 1 | -10/+91 |
| | | | | | The Content-Disposition inferring is probably a bad idea security wise, so I am going to remove it. | ||||
* | Adapt unittests | Michael Vetter | 2020-07-09 | 1 | -3/+16 |
| | |||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -315/+1071 |
| | |||||
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 1 | -1073/+317 |
| | | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems. | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -317/+1073 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1396 | ||||
* | Add cons_show_bookmarks_ignore stub | Michael Vetter | 2020-05-24 | 1 | -0/+1 |
| | |||||
* | Add executable stub | Michael Vetter | 2020-05-20 | 1 | -1/+1 |
| | |||||
* | 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 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 | 1 | -2/+2 |
| | | | | Fix https://github.com/profanity-im/profanity/issues/1261 | ||||
* | xep-0308: adapt unit test stubs | Michael Vetter | 2020-02-14 | 1 | -3/+2 |
| | |||||
* | xep-0308: add cons_correction_setting stub to tests | Michael Vetter | 2020-02-10 | 1 | -0/+1 |
| | |||||
* | Add cons_os_setting stub for tests | Michael Vetter | 2020-01-24 | 1 | -0/+1 |
| | |||||
* | 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. | ||||
* | Fix handling of encrypted carbons | Paul Fariello | 2019-06-21 | 1 | -1/+1 |
| | |||||
* | Rename prof_message_t into ProfMessage | Paul Fariello | 2019-06-20 | 1 | -3/+3 |
| | |||||
* | Add prof_message_t to wrap all message attributes | Paul Fariello | 2019-06-20 | 1 | -3/+3 |
| | | | | | | | Probably missing copy of body to plain in carbon and privmessage. Only covers the incoming message path because goal is OMEMO decryption of untrusted message. Cover some of the log functions but not all. | ||||
* | Remove cons_mouse_setting() stub | Michael Vetter | 2019-06-17 | 1 | -1/+0 |
| | | | | Mouse support has been disabled long ago. | ||||
* | Use mock_ptr_type() to silence compiler warnings | Frank Zschockelt | 2019-05-08 | 1 | -2/+2 |
| | | | | | | Unit tests on 32-bit architectures were failing due to "cast to pointer from integer of different size" warnings. mock_ptr_type silences those by first casting to uintptr_t. | ||||
* | Add occupantswin_occupants_all() stub to unittest | Michael Vetter | 2019-04-23 | 1 | -0/+1 |
| | |||||
* | Rework MUC reflected message filtering | Paul Fariello | 2019-04-10 | 1 | -2/+2 |
| | | | | | | | | | Reflected messages can't be filtered by nick only otherwise you might ignore messages comming from you on another devices. Consequently we maintain a list of sent messages id in mucwin. To be sure the id will be correctly reflected we use the origin-id stanza. | ||||
* | Add OMEMO in prefs command | Paul Fariello | 2019-04-10 | 1 | -0/+1 |
| | |||||
* | Add required OMEMO stub for unit-test | Paul Fariello | 2019-04-10 | 1 | -1/+2 |
| | |||||
* | Add support for command config execution | Paul Fariello | 2018-09-05 | 1 | -1/+1 |
| | |||||
* | Rename mucconf wins into conf wins | Paul Fariello | 2018-09-05 | 1 | -6/+6 |
| | | | | Configuration windows are now being used by both muc and cmd. | ||||
* | 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 |
| | |||||
* | Add /rooms cache | James Booth | 2018-02-05 | 1 | -0/+1 |
| | |||||
* | Allow previous autocompletion with shift tab | James Booth | 2017-04-01 | 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 |
| | |||||
* | Remove ui_current_print_formatted_line | James Booth | 2016-10-16 | 1 | -8/+0 |
| | |||||
* | Remove ui_current_print_line | James Booth | 2016-10-16 | 1 | -4/+12 |
| | |||||
* | 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 |
| |