Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -9/+0 |
| | |||||
* | Remove ui_current_print_line | James Booth | 2016-10-16 | 2 | -5/+13 |
| | |||||
* | 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 |
| | |||||
* | Rename win_vprint -> win_printf | James Booth | 2016-10-11 | 1 | -1/+1 |
| | |||||
* | Allow vertical positioning of all windows | James Booth | 2016-09-23 | 1 | -1/+1 |
| | |||||
* | Rename /titlebar -> /wintitle | James Booth | 2016-09-22 | 1 | -1/+1 |
| | |||||
* | Add /inputwin top|bottom command | James Booth | 2016-09-19 | 1 | -0/+1 |
| | | | | closes #853 | ||||
* | Send receipt request only when receiver supports feature | James Booth | 2016-08-18 | 1 | -1/+2 |
| | | | | issue #829 | ||||
* | Remove plugin window on /close | James Booth | 2016-07-12 | 1 | -1/+1 |
| | |||||
* | Free plugins commands on quit | James Booth | 2016-07-04 | 1 | -1/+1 |
| | |||||
* | Revert "WIP - Unload plugin commands" | James Booth | 2016-06-30 | 1 | -1/+1 |
| | | | | This reverts commit a01eb5d08e1b39d60a6f8fc26e5a87ceb92ec18f. | ||||
* | WIP - Unload plugin commands | James Booth | 2016-06-29 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'asdil12/tray_config' | James Booth | 2016-04-17 | 1 | -0/+1 |
| | |||||
* | Added whole word matches for room mention | James Booth | 2016-04-07 | 1 | -1/+1 |
| | |||||
* | Removed #AX_PREFIX_CONFIG_H | James Booth | 2016-03-31 | 1 | -3/+3 |
| | |||||
* | Add PGP decryption for incoming/outgoing carbons | James Booth | 2016-03-22 | 1 | -1/+1 |
| | |||||
* | Tidied cons_show_help | James Booth | 2016-02-18 | 1 | -3/+1 |
| | |||||
* | Added new help format to c plugins WIP | James Booth | 2016-02-18 | 1 | -0/+2 |
| | |||||
* | Added C plugin code from plugins branch | James Booth | 2016-02-14 | 1 | -5/+14 |
| | |||||
* | Highlight room trigger terms | James Booth | 2016-02-13 | 1 | -1/+1 |
| | |||||
* | Fix room notification reminders | James Booth | 2016-02-07 | 1 | -1/+1 |
| |