about summary refs log tree commit diff stats
path: root/src/ui/mucwin.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unanimous MAM displayMichael Vetter2020-04-251-17/+6
* _mucwin_print_mention(): No need to assign posMichael Vetter2020-04-201-1/+1
* Add to_jid field to ProfMessage structMichael Vetter2020-04-111-3/+3
* Retrieve message type from databaseMichael Vetter2020-04-081-1/+1
* Adapt win_print_history() to work with muc tooMichael Vetter2020-04-061-16/+1
* Use ProfMessage as parameter for win_println_incoming_muc_msg()Michael Vetter2020-03-091-1/+1
* Dont filter out own MUC messages if muc history is set to 'regular'Michael Vetter2020-02-211-3/+3
* Allow utf8 symbols as omemo/pgp/otr indicator charMichael Vetter2020-02-201-84/+91
* Parse mentions and triggers in muc history if display is 'regular'Michael Vetter2020-02-201-19/+26
* Add option to color MUC history like regular messagesMichael Vetter2020-02-201-1/+12
* Refactor mucwin_history()Michael Vetter2020-02-191-6/+7
* Refactor win_print_history()Michael Vetter2020-02-171-1/+1
* Refactor win_print_outgoing_muc_msg()Michael Vetter2020-02-171-1/+1
* Refactor win_println_incoming_muc_msg()Michael Vetter2020-02-171-1/+1
* Rename `win_println_them_message()` -> `win_println_incoming_muc_msg()`Michael Vetter2020-02-141-1/+1
* xep-0308: Implement LMC for outgoing MUC messagesMichael Vetter2020-02-141-2/+19
* xep-0308: Display corrected incoming MUC messages correctlyMichael Vetter2020-02-121-1/+1
* Update my Copyright to 2020Michael Vetter2020-01-031-1/+1
* separator: Enable for MUC and PRIVWIN tooMichael Vetter2019-12-131-0/+2
* Add vim modelineMichael Vetter2019-11-131-0/+1
* Don't override ProfMessage Id with origin-idMichael Vetter2019-10-311-1/+1
* Replace sent_messages list with algoMichael Vetter2019-10-311-3/+1
* Remove not needed codeMichael Vetter2019-09-291-4/+0
* Rename prof_message_t into ProfMessagePaul Fariello2019-06-201-1/+1
* Set foreground color for untrusted messagesPaul Fariello2019-06-201-1/+1
* Add prof_message_t to wrap all message attributesPaul Fariello2019-06-201-15/+20
* Add myself to copyrightMichael Vetter2019-06-171-0/+1
* Safe last MUC message timestamp per MUCMichael Vetter2019-06-111-0/+2
* Handle MUC anonymous state when auto starting OMEMOPaul Fariello2019-04-171-1/+1
* Add OMEMO policyPaul Fariello2019-04-171-0/+19
* Handle message without id in MUCPaul Fariello2019-04-141-1/+1
* Rework MUC reflected message filteringPaul Fariello2019-04-101-2/+9
* Log and print outgoing encrypted messagePaul Fariello2019-04-101-11/+35
* Fix /me display when highlighting user in MUCsMichael Vetter2019-02-261-8/+14
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* Do not highlight room tab on subject changeJames Booth2018-03-101-11/+0
* Add preferences for tab displayJames Booth2018-03-091-6/+6
* Show name in statusbar tabs WIPJames Booth2018-03-081-6/+6
* Update copyrightJames Booth2018-01-211-1/+1
* Update CopyrightJames Booth2017-01-281-1/+1
* Allow room display properies to be set by pluginsJames Booth2017-01-201-4/+45
* Add win highlight fuctionsJames Booth2016-10-151-12/+12
* Add win_print_historyJames Booth2016-10-151-1/+1
* Add win_appendJames Booth2016-10-151-16/+16
* Add win_appendlnJames Booth2016-10-151-12/+11
* Add win_printJames Booth2016-10-151-77/+77
* Use win_printf_line where appropriateJames Booth2016-10-151-56/+56
* Add ch arg to win_printf_lineJames Booth2016-10-151-9/+9
* Use THEME_DEFAULTJames Booth2016-10-141-42/+42
* Add win_printf_lineJames Booth2016-10-141-9/+9