about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add myself to copyrightMichael Vetter2020-02-144-0/+4
* Rename `win_println_them_message()` -> `win_println_incoming_muc_msg()`Michael Vetter2020-02-143-3/+3
* Fix testsMichael Vetter2020-02-141-7/+7
* xep-0308: remove replace_id from privwin signatureMichael Vetter2020-02-143-4/+4
* xep-0308: only replace messages if the user enabled the featureMichael Vetter2020-02-141-3/+3
* xep-0308: Make /correct work without quotation marksMichael Vetter2020-02-144-11/+14
* xep-0308: Fix sending corrections for multiple wordsMichael Vetter2020-02-143-4/+7
* xep-0308: Add autocompletion of last message for /correctMichael Vetter2020-02-141-4/+29
* xep-0308: Implement LMC for outgoing MUC messagesMichael Vetter2020-02-1410-17/+71
* Rename MUC PM handlerMichael Vetter2020-02-141-3/+3
* xep-0308: Dont allow to correct MUC PMsMichael Vetter2020-02-143-10/+0
* xep-0308: correct incoming MUC PMsMichael Vetter2020-02-121-0/+14
* xep-0308: Display corrected incoming MUC messages correctlyMichael Vetter2020-02-124-5/+21
* xep-0308: Don't check whether receiving clients supports this featureMichael Vetter2020-02-121-16/+1
* xep-0308: enable corrections for outgoing encrypted messagesMichael Vetter2020-02-128-44/+55
* Distinguish between _win_print() and _win_printf()Michael Vetter2020-02-121-19/+17
* Rename win_correct_incoming to win_correctMichael Vetter2020-02-121-4/+4
* xep-0308: update the UI upon sending a corrected messageMichael Vetter2020-02-118-24/+37
* xep-0308: Implement `/correct` to correct the last send messageMichael Vetter2020-02-1013-11/+132
* xep-0308: make correction.char themeableMichael Vetter2020-02-101-0/+8
* xep-0308: create setting to toggle lmcMichael Vetter2020-02-107-11/+27
* xep-0308: set correction char in configMichael Vetter2020-02-105-1/+58
* xep-0308: add `correction` autocompletionMichael Vetter2020-02-104-0/+48
* xep-0308: Initial support for incoming LMCMichael Vetter2020-02-105-7/+75
* avatar: use unique id for stanza idMichael Vetter2020-02-073-7/+10
* Clear buffer upon /clearMichael Vetter2020-02-071-0/+2
* Set PREF_COLOR_NICK to false by defaultMichael Vetter2020-02-061-1/+1
* Add default pref for PREF_COLOR_NICKPaul Fariello2020-02-051-0/+2
* rosterwin: end correct colorsMichael Vetter2020-02-031-1/+1
* Add `/omemo char` autocompletionMichael Vetter2020-02-031-0/+1
* Add context to autocomplete_with_func and use it for omemo trust commandPaul Fariello2020-01-3123-129/+159
* fix: Initialize variable in stanza_get_oldest_delay()Michael Vetter2020-01-301-1/+1
* Fix error in stanza_get_oldest_delay()Michael Vetter2020-01-301-3/+3
* muc: save oldest timestampMichael Vetter2020-01-303-3/+38
* stanza: Refactor stanza_get_delay_from()Michael Vetter2020-01-301-26/+49
* Change theme handlingMichael Vetter2020-01-296-17/+51
* Add comments to preferences.cMichael Vetter2020-01-291-2/+2
* Refactor theme.cMichael Vetter2020-01-291-27/+44
* Revert "Save first delay tag as timestamp"Michael Vetter2020-01-281-9/+0
* Save first delay tag as timestampMichael Vetter2020-01-241-0/+9
* XEP-0092: Add configuration option to choose whether to send OS nameMichael Vetter2020-01-246-1/+36
* Fix typo in commentMichael Vetter2020-01-231-1/+1
* xep-0092: add config option to set whether OS is revealedMichael Vetter2020-01-233-14/+27
* xep-0092: send OS tooMichael Vetter2020-01-231-0/+23
* Add option to notify about version requestMichael Vetter2020-01-233-0/+12
* Add myself to copyrightMichael Vetter2020-01-232-0/+2
* Refactor rosterwin_roster()Michael Vetter2020-01-231-18/+17
* Fix titlebar and rosterbar descriptionMichael Vetter2020-01-231-3/+2
* Add option to display MUC name or JID in titlebarMichael Vetter2020-01-239-9/+77
* Display MUC name in titlebarMichael Vetter2020-01-231-1/+8