about summary refs log tree commit diff stats
path: root/src/ui/mucwin.c
Commit message (Expand)AuthorAgeFilesLines
* Don't handle /me in the middle of a message with mentionsDmitry Podgorny2021-07-171-2/+3
* Fix buffer overread in _mucwin_print_mention()Dmitry Podgorny2021-07-171-3/+3
* Fix multiple mentions in one lineMichael Vetter2021-06-081-1/+4
* Use utf-8 safe functions in _mucwin_print_mention()Michael Vetter2021-06-081-5/+12
* Get rid of asprintf and _GNU_SOURCE defineMichael Vetter2021-03-301-1/+0
* Add config.h in files were it was missingMichael Vetter2021-03-261-0/+2
* MUC: Show offline members in sidebarThorben Günther2021-03-081-0/+3
* Update copyrightMichael Vetter2021-01-081-1/+1
* Fix various typosMichael Vetter2020-12-101-1/+1
* Apply coding styleMichael Vetter2020-07-071-189/+189
* Revert "Apply coding style"Michael Vetter2020-07-071-192/+192
* Apply coding styleMichael Vetter2020-07-071-192/+192
* Feature request - XEP-0373: OpenPGP for XMPP (OX)DebXWoody2020-06-291-0/+3
* Build URL ac upon printing of message in windowMichael Vetter2020-05-201-0/+1
* 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