1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-29 19:56:07 -04:00
profanity/src/ui
Michael Vetter a42c2a1134 Only print chathistory if regular chat message
MUCPMs and regular chat messages get printed with the same code.
But we don't save MUC PMs in the sqldb, because another jid could use
the same nick the next time.

And if we would take the log out we would need a different routine,
checking for resourcepart too.

Fix https://github.com/profanity-im/profanity/issues/1312
2020-04-13 21:57:28 +02:00
..
buffer.c Rename ProfBufferEntry jid variable 2020-03-09 13:33:48 +01:00
buffer.h Rename ProfBufferEntry jid variable 2020-03-09 13:33:48 +01:00
chatwin.c Only print chathistory if regular chat message 2020-04-13 21:57:28 +02:00
confwin.c Allow utf8 symbols as omemo/pgp/otr indicator char 2020-02-20 23:36:10 +01:00
console.c Fix memory leaks in cons_roster_setting() 2020-04-10 23:43:00 +03:00
core.c Allow utf8 symbols as omemo/pgp/otr indicator char 2020-02-20 23:36:10 +01:00
inputwin.c Add slashguard feature 2020-03-18 18:20:05 +01:00
inputwin.h Add vim modeline 2019-11-13 12:11:05 +01:00
mucwin.c Add to_jid field to ProfMessage struct 2020-04-11 17:11:53 +02:00
notifier.c Add vim modeline 2019-11-13 12:11:05 +01:00
occupantswin.c Add workaround for compiler warning 2020-02-14 11:23:19 +01:00
privwin.c Allow utf8 symbols as omemo/pgp/otr indicator char 2020-02-20 23:36:10 +01:00
rosterwin.c Fix memory leaks in _rosterwin_resources() 2020-04-09 15:17:34 +03:00
screen.c Add vim modeline 2019-11-13 12:11:05 +01:00
screen.h Add vim modeline 2019-11-13 12:11:05 +01:00
statusbar.c Make statusbar tab more resilient 2020-03-09 16:33:42 +01:00
statusbar.h Add vim modeline 2019-11-13 12:11:05 +01:00
titlebar.c move titlebar code in correct function 2020-03-24 21:46:40 +01:00
titlebar.h Add vim modeline 2019-11-13 12:11:05 +01:00
tray.c Add vim modeline 2019-11-13 12:11:05 +01:00
tray.h Add vim modeline 2019-11-13 12:11:05 +01:00
ui.h Add slashguard feature 2020-03-18 18:20:05 +01:00
win_types.h xep-0308: Implement LMC for outgoing MUC messages 2020-02-14 10:17:07 +01:00
window_list.c Allow utf8 symbols as omemo/pgp/otr indicator char 2020-02-20 23:36:10 +01:00
window_list.h Add context to autocomplete_with_func and use it for omemo trust command 2020-01-31 10:07:08 +01:00
window.c Add to_jid field to ProfMessage struct 2020-04-11 17:11:53 +02:00
window.h Retrieve message type from database 2020-04-08 12:50:23 +02:00
xmlwin.c Allow utf8 symbols as omemo/pgp/otr indicator char 2020-02-20 23:36:10 +01:00