about summary refs log tree commit diff stats
path: root/src/xmpp/message.c
Commit message (Expand)AuthorAgeFilesLines
* Profani-tty has rebornDaniel Santos2023-07-011-9/+9
* Cleanup: gchar as gchar instead of charJohn Hernandez2023-05-041-11/+6
* Fix OTRJohn Hernandez2023-03-311-4/+0
* Add macro for possible NULL prints and use it on known sportsthe xhr2023-01-261-1/+1
* introduce `auto_jid` and refcounting in `Jid`Steffen Jaeckel2023-01-191-26/+12
* improve const correctnessSteffen Jaeckel2023-01-181-5/+5
* Update copyright yearMichael Vetter2023-01-101-1/+1
* ox: add helper message in case signcrypt doesnt workMichael Vetter2022-06-291-0/+1
* Split ox functions from gpg.c to ox.cMichael Vetter2022-06-291-0/+1
* Merge pull request #1717 from MarcoPolo-PasTonMolo/fix/chat-with-self-duplica...Michael Vetter2022-06-111-0/+8
|\
| * Fix duplicate messages in chat with oneself.MarcoPolo-PasTonMolo2022-05-311-0/+8
* | Make muc config update after form submitMarcoPolo-PasTonMolo2022-05-271-0/+45
|/
* Update copyright yearMichael Vetter2022-05-091-1/+1
* ox: only process proper messagesMichael Vetter2022-05-041-12/+11
* ox: prefix function _openpgp_signcrypt with ox_Michael Vetter2022-05-041-3/+3
* Bugfix OX rpad generationStefan Kropp2022-05-031-4/+6
* ox: dont print empty body messageMichael Vetter2022-04-271-3/+3
* ox: remove commentMichael Vetter2022-04-271-4/+0
* Fix typo: paylod -> payloadMichael Vetter2022-04-121-1/+1
* Fix typos in commentsMichael Vetter2022-02-181-1/+1
* Merge branch 'master' into xep/xep0107-user-moodMichael Vetter2021-12-061-2/+8
|\
| * Fix carbons criteriaMichael Vetter2021-11-251-2/+8
* | xep-0107: adapting the pubsub/headline codeMichael Vetter2021-12-061-2/+3
* | Add xep-0107: User Mood supportDebXWoody2021-12-061-1/+8
|/
* first step to remove libmesodeSteffen Jaeckel2021-10-271-6/+0
* Merge pull request #1566 from DebXWoody/bugfixing/oxMichael Vetter2021-07-011-36/+38
|\
| * OX bug fixDebXWoody2021-07-011-18/+17
| * OX bug fixingDebXWoody2021-06-291-6/+7
| * Bugfixes for OX implementationDebXWoody2021-06-281-27/+29
* | Add option to only allow messages from jids in rosterMichael Vetter2021-07-011-0/+22
|/
* XEP-0353: Display a notice when receiving a callMichael Vetter2021-06-091-0/+23
* Message received without body error logDebXWoody2021-06-031-2/+2
* Improved OMEMO loggingDebXWoody2021-05-281-0/+2
* message: correct type checkingMichael Vetter2021-05-141-1/+1
* Goodbye beautiful IDsMichael Vetter2021-04-141-8/+6
* message: parse stanzaid in MUC caseMichael Vetter2021-03-251-1/+9
* message: make _handle_error saferMichael Vetter2021-03-251-2/+4
* message: simplify _handle_headlineMichael Vetter2021-03-251-4/+2
* message: make _receipt_request_handler saferMichael Vetter2021-03-251-1/+1
* message: make _handle_receipt_received saferMichael Vetter2021-03-251-1/+5
* message: make _handle_groupchat saferMichael Vetter2021-03-251-0/+6
* message: simplify _handle_conferenceMichael Vetter2021-03-251-7/+5
* message: make _handle_form saferMichael Vetter2021-03-251-0/+3
* message: make _message_handler saferMichael Vetter2021-03-251-7/+9
* mesage: make _handle_ox_chat saferMichael Vetter2021-03-251-11/+27
* message: make _handle_chat saferMichael Vetter2021-03-251-0/+3
* message: make _handle_muc_private_message saferMichael Vetter2021-03-251-0/+7
* message: fix potential segfault in _receipt_request_handlerMichael Vetter2021-03-251-3/+7
* message: safeguard _handle_receipt_receivedMichael Vetter2021-03-251-15/+17
* message: reorder _handle_groupchatMichael Vetter2021-03-251-12/+9