about summary refs log tree commit diff stats
path: root/src/xmpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add header file guard to avatar.hMichael Vetter2019-12-181-0/+5
* xep-0084: make internal functions staticMichael Vetter2019-12-181-8/+8
* xep-0084: move id to avatar_metadataMichael Vetter2019-12-181-12/+12
* xep-0084: Add correct file extensionMichael Vetter2019-12-181-9/+41
* xep-0084: Normalize at out of image filenameMichael Vetter2019-12-181-1/+3
* xep-0084: Improve helpMichael Vetter2019-12-181-1/+1
* xep-0084:Michael Vetter2019-12-181-0/+4
* Fix headerMichael Vetter2019-12-182-2/+2
* xep-0084: save avatars in own directoryMichael Vetter2019-12-181-4/+20
* xep-0084: Make it work multiple timesMichael Vetter2019-12-181-0/+4
* xep-0084: Download avatarsMichael Vetter2019-12-183-3/+113
* xep-0084: Look for specific user and print IDMichael Vetter2019-12-182-1/+22
* Start implementing XEP-0084Michael Vetter2019-12-184-0/+137
* Fix stanza_get_child_by_name_and_from() strcmpMichael Vetter2019-11-141-1/+3
* Add vim modelineMichael Vetter2019-11-1337-0/+105
* Check for correct delay tag for muc timestampsMichael Vetter2019-11-133-19/+42
* Fix stanza_get_child_by_name_and_ns() if no nameMichael Vetter2019-11-121-1/+3
* _handle_groupchat(): get correct origin-id stanzaMichael Vetter2019-11-083-2/+22
* Don't override ProfMessage Id with origin-idMichael Vetter2019-10-312-19/+43
* omemo: Check stanza names when iterating nodesaszlig2019-10-291-0/+8
* Set mucuser in carbon caseMichael Vetter2019-10-291-0/+8
* Make prof_identifier constMichael Vetter2019-10-221-1/+1
* Display ownership of connection_get_profanity_identifierMichael Vetter2019-10-222-2/+2
* Use UUID in origin-id and idMichael Vetter2019-10-222-11/+11
* Remove old commentMichael Vetter2019-10-211-1/+0
* Set prof_ident to NULL after freeMichael Vetter2019-10-211-1/+2
* Rename _calculate_identifier to _compute_identifierMichael Vetter2019-10-201-3/+3
* Rename random_bytes to profanity_instance_idMichael Vetter2019-10-191-6/+6
* Free hmac and msgidMichael Vetter2019-10-192-3/+7
* Free prof_identifier in case of reconnectMichael Vetter2019-10-191-0/+3
* Move ProfMessage and message_is_sent_by_us to xmppMichael Vetter2019-10-192-23/+24
* Change origin-id/id algoMichael Vetter2019-10-182-14/+29
* Move message sent by us logic in own functionMichael Vetter2019-10-182-0/+17
* Add connection_get_profanity_identifier stubMichael Vetter2019-10-182-2/+2