1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00
profanity/src
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
..
command Dont have account otr setting if built without otr 2020-04-03 01:37:25 +02:00
config Add hidden MAM setting and trigger MAM retrievel when opening new window 2020-04-12 00:42:02 +02:00
event MAM: Correctly display incoming MAM chat message 2020-04-11 23:56:01 +02:00
omemo Expand omemo error message 2020-02-21 10:30:09 +01:00
otr db: log all incoming and outgoing messages 2020-04-06 10:50:20 +02:00
pgp Add context to autocomplete_with_func and use it for omemo trust command 2020-01-31 10:07:08 +01:00
plugins Add to_jid field to ProfMessage struct 2020-04-11 17:11:53 +02:00
tools xep-0308: Make /correct work without quotation marks 2020-02-14 10:17:07 +01:00
ui Only print chathistory if regular chat message 2020-04-13 21:57:28 +02:00
xmpp Free timestamp correctly 2020-04-13 10:04:37 +02:00
common.c Put getting mentions in own function 2020-02-20 10:03:36 +01:00
common.h Put getting mentions in own function 2020-02-20 10:03:36 +01:00
database.c Add to_jid field to ProfMessage struct 2020-04-11 17:11:53 +02:00
database.h db: Use type from message struct instead of having individual functions 2020-04-06 19:15:06 +02:00
log.c Add to_jid field to ProfMessage struct 2020-04-11 17:11:53 +02:00
log.h Remove chat_log_get_previous() 2020-04-06 14:42:52 +02:00
main.c Add -t theme option 2020-03-24 23:00:39 +01:00
profanity.c db: Have one database per account 2020-04-06 10:50:20 +02:00
profanity.h Add -t theme option 2020-03-24 23:00:39 +01:00