about summary refs log tree commit diff stats
path: root/src/xmpp
Commit message (Expand)AuthorAgeFilesLines
* Add type field to ProfMessageMichael Vetter2020-04-062-6/+19
* Adapt win_print_history() to work with muc tooMichael Vetter2020-04-061-0/+1
* db: log all incoming and outgoing messagesMichael Vetter2020-04-062-4/+4
* Rename PROF_MSG_ENC_PLAIN to PROF_MSG_ENC_NONEMichael Vetter2020-04-062-2/+2
* Add timestamp for incoming messages if none is setMichael Vetter2020-04-061-0/+6
* Fix memory leak in stanza_attach_correction()Dmitry Podgorny2020-04-051-0/+1
* Fix memory leak of presence objectDmitry Podgorny2020-02-231-0/+2
* xep-0084/avatar: add option to open avatar directlyMichael Vetter2020-03-102-3/+28
* Use correct MUC message timestampMichael Vetter2020-03-091-0/+7
* Use proper OS names for OpenBSD and NetBSDMichael Vetter2020-03-091-2/+2
* Fix few memory leaksDmitry Podgorny2020-02-271-0/+2
* Set muc history correctly in _handle_groupchat()Michael Vetter2020-02-251-1/+1
* Free jid in muc_members_add()Michael Vetter2020-02-251-0/+1
* Fix memleak in stanza_get_oldest_delayMichael Vetter2020-02-251-2/+14
* 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-202-2/+2
* xep-0308: enable for carbon copied messagesMichael Vetter2020-02-141-0/+15
* xep-0308: Implement LMC for outgoing MUC messagesMichael Vetter2020-02-142-2/+6
* 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-122-6/+18
* xep-0308: Implement `/correct` to correct the last send messageMichael Vetter2020-02-104-4/+19
* xep-0308: create setting to toggle lmcMichael Vetter2020-02-101-2/+7
* xep-0308: Initial support for incoming LMCMichael Vetter2020-02-104-0/+25
* avatar: use unique id for stanza idMichael Vetter2020-02-073-7/+10
* Add context to autocomplete_with_func and use it for omemo trust commandPaul Fariello2020-01-318-18/+18
* fix: Initialize variable in stanza_get_oldest_delay()Michael Vetter2020-01-301-1/+1
* Fix error in stanza_get_oldest_delay()Michael Vetter2020-01-301-3/+3
* muc: save oldest timestampMichael Vetter2020-01-303-3/+38
* stanza: Refactor stanza_get_delay_from()Michael Vetter2020-01-301-26/+49
* Revert "Save first delay tag as timestamp"Michael Vetter2020-01-281-9/+0
* Save first delay tag as timestampMichael Vetter2020-01-241-0/+9
* Fix typo in commentMichael Vetter2020-01-231-1/+1
* xep-0092: add config option to set whether OS is revealedMichael Vetter2020-01-231-14/+22
* xep-0092: send OS tooMichael Vetter2020-01-231-0/+23
* Add option to notify about version requestMichael Vetter2020-01-231-0/+8
* Save MUC room name in ProfMucWinMichael Vetter2020-01-231-0/+4
* xep-0084: use hash table for avatar lookupMichael Vetter2020-01-221-8/+11
* Fix maybe uninitialized and don't guard g_freePaul Fariello2020-01-201-17/+14
* Ignore invalid base64 in OMEMO stanzasPaul Fariello2020-01-201-10/+44
* Use OMEMO for offline MUC members (#1242)Paul Fariello2020-01-205-9/+99
* Merge pull request #1248 from svensp/masterMichael Vetter2020-01-051-1/+3
|\
| * omemo: Check for `1` alongside `true` in an omemo encrypted message stanzaSven Speckmaier2020-01-031-1/+3
* | Update my Copyright to 2020Michael Vetter2020-01-034-4/+4
|/
* Add comments to avatar.cMichael Vetter2019-12-231-8/+11
* Add string.h to avatars.cMichael Vetter2019-12-191-0/+1
* Include stdlib.h in avatar.cMichael Vetter2019-12-191-0/+1
* xep-0084: add test stub fileMichael Vetter2019-12-182-2/+2