1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00
profanity/src
Michael Vetter 3884a4d35b message: parse stanzaid in MUC case
There was a todo for this in message.c which got forgotten.

This was most likely also the reason why there were NULL entries for
this in the DB which DebXWoody mentioned in the MUC.

Thus comparison was with NULL and no new entries were added to the
database.

Edit:
After checking pull requests I see Stefans draft PR:
https://github.com/profanity-im/profanity/pull/1505

So let's add him as co-author.

Co-authored-by: Stefan Kropp <stefan@debxwoody.de>
2021-03-25 17:09:52 +01:00
..
command Add support to register with a room 2021-03-25 11:05:58 +01:00
config MUC: Show offline members in sidebar 2021-03-08 14:34:59 +01:00
event event: make log_database_get_previous_chat safer 2021-03-25 16:47:35 +01:00
omemo Changes logging format to [OMEMO] 2021-03-09 17:47:22 +01:00
otr Apply coding style 2020-07-07 14:18:57 +02:00
pgp Fix various typos 2020-12-10 09:24:32 +01:00
plugins Fix various typos 2020-12-10 09:24:32 +01:00
tools autocomplete: remove duplicate code in search functions 2021-03-11 22:24:27 +01:00
ui Update ui_ask_password to support confirmation 2021-03-11 14:40:17 +01:00
xmpp message: parse stanzaid in MUC case 2021-03-25 17:09:52 +01:00
common.c Remove "file://" from file names 2021-03-09 20:45:29 +01:00
common.h Refactor call_external 2020-12-11 15:51:01 +01:00
database.c database: make log_database_get_previous_chat safer 2021-03-25 16:46:18 +01:00
database.h Apply coding style 2020-07-07 14:18:57 +02:00
log.c Only rotate logs if user didn't specify a log file 2020-12-11 11:33:34 +01:00
log.h Remove log_reinit() 2020-12-11 11:18:24 +01:00
main.c Update copyright 2021-01-08 16:36:30 +01:00
profanity.c profanity.c: move var into function 2021-03-16 14:41:52 +01:00
profanity.h Update copyright 2021-01-08 16:36:30 +01:00