about summary refs log tree commit diff stats
path: root/src/ui/mucwin.c
Commit message (Expand)AuthorAgeFilesLines
* Add none option for /whoMarcoPolo-PasTonMolo2022-03-271-0/+6
* Add quote autocompletion for previous messagesM
#!/bin/sh
set -e

set -v
rm -rf mu.cc core.mu mu_bin* *_list .build
rm -rf termbox/*.o termbox/libtermbox.a
rm -rf .until .quit
test $# -gt 0 && exit 0  # convenience: 'clean top-level' to leave subsidiary tools alone
rm -rf ../../tools/enumerate ../../tools/tangle ../../tools/*_list cleave/cleave cleave/cleave.dSYM ../../*/*.dSYM
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