about summary refs log tree commit diff stats
path: root/src/xmpp/message.c
Commit message (Expand)AuthorAgeFilesLines
* Fix carbon loggingMichael Vetter2020-05-271-4/+6
* Add and use connection_get_barejid()Michael Vetter2020-05-251-4/+4
* Fix typing notificationMichael Vetter2020-05-211-1/+1
* _handle_carbons(): fix potential memleakMichael Vetter2020-04-211-2/+4
* MAM: Correctly display incoming MAM chat messageMichael Vetter2020-04-111-7/+12
* Add to_jid field to ProfMessage structMichael Vetter2020-04-111-24/+32
* First test with receiving MAMMichael Vetter2020-04-111-0/+27
* _handle_chat: return if no 'from'Michael Vetter2020-04-111-0/+3
* Don't crash if we get a message without from or typeMichael Vetter2020-04-111-1/+8
* Add type field to ProfMessageMichael Vetter2020-04-061-4/+8
* db: log all incoming and outgoing messagesMichael Vetter2020-04-061-3/+3
* Rename PROF_MSG_ENC_PLAIN to PROF_MSG_ENC_NONEMichael Vetter2020-04-061-1/+1
* Add timestamp for incoming messages if none is setMichael Vetter2020-04-061-0/+6
* Use correct MUC message timestampMichael Vetter2020-03-091-0/+7
* Set muc history correctly in _handle_groupchat()Michael Vetter2020-02-251-1/+1
* Fix memleak in _handle_groupchat()Michael Vetter2020-02-251-1/+6
* Parse mentions and triggers in muc history if display is 'regular'Michael Vetter2020-02-201-1/+1
* xep-0308: enable for carbon copied messagesMichael Vetter2020-02-141-0/+15
* xep-0308: Implement LMC for outgoing MUC messagesMichael Vetter2020-02-141-1/+5
* Rename MUC PM handlerMichael Vetter2020-02-141-3/+3
* xep-0308: Dont allow to correct MUC PMsMichael Vetter2020-02-141-8/+0
* xep-0308: correct incoming MUC PMsMichael Vetter2020-02-121-0/+14
* xep-0308: Display corrected incoming MUC messages correctlyMichael Vetter2020-02-121-0/+10
* xep-0308: enable corrections for outgoing encrypted messagesMichael Vetter2020-02-121-3/+15
* xep-0308: Implement `/correct` to correct the last send messageMichael Vetter2020-02-101-2/+5
* xep-0308: Initial support for incoming LMCMichael Vetter2020-02-101-0/+19
* muc: save oldest timestampMichael Vetter2020-01-301-2/+7
* Revert "Save first delay tag as timestamp"Michael Vetter2020-01-281-9/+0
* Save first delay tag as timestampMichael Vetter2020-01-241-0/+9
* Add vim modelineMichael Vetter2019-11-131-0/+1
* Check for correct delay tag for muc timestampsMichael Vetter2019-11-131-6/+7
* _handle_groupchat(): get correct origin-id stanzaMichael Vetter2019-11-081-2/+2
* Don't override ProfMessage Id with origin-idMichael Vetter2019-10-311-18/+40
* Set mucuser in carbon caseMichael Vetter2019-10-291-0/+8
* Make prof_identifier constMichael Vetter2019-10-221-1/+1
* Use UUID in origin-id and idMichael Vetter2019-10-221-6/+6
* Free hmac and msgidMichael Vetter2019-10-191-3/+4
* Change origin-id/id algoMichael Vetter2019-10-181-4/+19
* Move message sent by us logic in own functionMichael Vetter2019-10-181-0/+16
* Remove prefix from stanza idMichael Vetter2019-10-171-8/+8
* Improve MUC 1:1 loggingMichael Vetter2019-10-071-0/+4
* Fix typo handel -> handleMichael Vetter2019-10-061-3/+3
* Detect MUC history correctly with some Prosody versionsMichael Vetter2019-09-301-1/+3
* Set message->plain in carbon caseMichael Vetter2019-09-041-1/+8
* Don't render (all) delayed messages as MUC historyHolger Weiß2019-08-201-2/+4
* Fix plaintext private message handlingPaul Fariello2019-07-041-3/+3
* Use correct jid variableMichael Vetter2019-07-031-1/+1
* Define goto out in _private_chat_handler()Michael Vetter2019-07-031-0/+1
* Set plain message in _private_chat_handlerMichael Vetter2019-07-031-0/+7
* Fix a segfault when carbon has no bodyPaul Fariello2019-06-211-11/+13