about summary refs log tree commit diff stats
path: root/src/ui/chatwin.c
Commit message (Expand)AuthorAgeFilesLines
* Format code correctlyMichael Vetter2021-10-051-2/+2
* chatwin: fix memory leak when load historyDmitry Podgorny2021-07-201-0/+4
* Apply pre_chat_message_display hook to historyDustin Lagoy2021-04-271-0/+1
* OMEMO: Remove duplicate session initalisationMaximilian Wuttke2021-04-081-2/+12
* Update copyrightMichael Vetter2021-01-081-1/+1
* Remove not needed initialization in chatwin_new()Michael Vetter2020-12-101-4/+0
* Cast chat/muc window to correct type and refactor cmd_sendfileWilliam Wennerström2020-12-091-0/+2
* Pass window to functions so we dont have to call twiceMichael Vetter2020-07-091-1/+1
* Dont hilight console once all messages have been readMichael Vetter2020-07-091-1/+1
* Apply coding styleMichael Vetter2020-07-071-92/+92
* Revert "Apply coding style"Michael Vetter2020-07-071-101/+101
* Apply coding styleMichael Vetter2020-07-071-101/+101
* Feature request - XEP-0373: OpenPGP for XMPP (OX)DebXWoody2020-06-291-0/+5
* Add and use connection_get_barejid()Michael Vetter2020-05-251-3/+3
* Build URL ac upon printing of message in windowMichael Vetter2020-05-201-1/+3
* Only print chathistory if regular chat messageMichael Vetter2020-04-131-1/+4
* Add hidden MAM setting and trigger MAM retrievel when opening new windowMichael Vetter2020-04-121-8/+13
* MAM: Correctly display incoming MAM chat messageMichael Vetter2020-04-111-3/+10
* Add to_jid field to ProfMessage structMichael Vetter2020-04-111-3/+3
* Quick and dirty display of MAM messagesMichael Vetter2020-04-111-3/+6
* Retrieve message type from databaseMichael Vetter2020-04-081-1/+1
* db: Fix memleaksMichael Vetter2020-04-061-2/+1
* Adapt win_print_history() to work with muc tooMichael Vetter2020-04-061-2/+1
* Remove chat_log_get_previous()Michael Vetter2020-04-061-7/+3
* Get regular chat history out of sql backendMichael Vetter2020-04-061-19/+8
* Allow utf8 symbols as omemo/pgp/otr indicator charMichael Vetter2020-02-201-21/+29
* Refactor win_print_history()Michael Vetter2020-02-171-1/+1
* Refactor win_print_outgoing()Michael Vetter2020-02-171-2/+2
* xep-0308: enable for carbon copied messagesMichael Vetter2020-02-141-1/+0
* xep-0308: enable correction in outgoing messages with delivery receiptsMichael Vetter2020-02-141-2/+1
* Rename win_print_with_receipt() -> win_print_outgoing_with_receipt()Michael Vetter2020-02-141-1/+1
* Add myself to copyrightMichael Vetter2020-02-141-0/+1
* xep-0308: update the UI upon sending a corrected messageMichael Vetter2020-02-111-8/+10
* xep-0308: Implement `/correct` to correct the last send messageMichael Vetter2020-02-101-0/+16
* Initial work on last-read-position featureMichael Vetter2019-12-131-0/+1
* Add vim modelineMichael Vetter2019-11-131-0/+1
* Make sure date vars are initializedMichael Vetter2019-10-211-3/+3
* Properly display chatwin historyMichael Vetter2019-10-211-4/+10
* Fix handling of encrypted carbonsPaul Fariello2019-06-211-4/+4
* Rename prof_message_t into ProfMessagePaul Fariello2019-06-201-1/+1
* Add prof_message_t to wrap all message attributesPaul Fariello2019-06-201-14/+16
* Add OMEMO policyPaul Fariello2019-04-171-0/+10
* Ensure encrypted carbon of own message are marked as encryptedPaul Fariello2019-04-101-0/+2
* Add OMEMO message encryption and decryptionPaul Fariello2019-04-101-0/+2
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* Add preferences for tab displayJames Booth2018-03-091-4/+4
* Show name in statusbar tabs WIPJames Booth2018-03-081-6/+8
* Update copyrightJames Booth2018-01-211-1/+1
* Update CopyrightJames Booth2017-01-281-1/+1
* Allow chat prefix char to be set by pluginsJames Booth2017-01-201-1/+39