about summary refs log tree commit diff stats
path: root/src/xmpp
Commit message (Expand)AuthorAgeFilesLines
...
| * Fech data from mam when all history gets displayedMarcoPolo-PasTonMolo2022-07-032-0/+45
| * Get messages from history when scrolling up.MarcoPolo-PasTonMolo2022-07-031-1/+3
| * On new chatwin fetch mam according to guidelines.MarcoPolo-PasTonMolo2022-07-033-39/+115
* | Add vCard supportMarouane L2022-10-185-0/+1872
* | Merge pull request #1760 from techmetx11/fix/1759-asyncMichael Vetter2022-10-121-1/+1
|\ \
| * | Spawn external programs asynchronouslyMarouane L2022-10-121-1/+1
* | | Format Maxis commit properlyMichael Vetter2022-09-291-1/+1
* | | Use G_GSIZE_FORMAT instead of "%lu" for portabilityMaxi Wuttke2022-09-291-1/+1
|/ /
* | support for formatting in avatar executablenandesu-utils2022-09-061-3/+13
* | fixup 11f52ad5474c7adb7f11df5b0c318597e4150312Steffen Jaeckel2022-08-081-3/+6
* | integrate XEP-0198 Stream-ManagementSteffen Jaeckel2022-08-081-0/+25
* | ox: add helper message in case signcrypt doesnt workMichael Vetter2022-06-291-0/+1
* | stanza: remove strange assignmentMichael Vetter2022-06-291-1/+1
* | Split ox functions from gpg.c to ox.cMichael Vetter2022-06-292-1/+2
* | Make mood display optionalMichael Vetter2022-06-221-2/+8
|/
* 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
* | Merge pull request #1714 from MarcoPolo-PasTonMolo/feature/avatar-setMichael Vetter2022-05-304-0/+166
|\ \
| * | Final touches for `/avatar set`Michael Vetter2022-05-271-2/+3
| * | Add checks for whether gdk-pixbuf exists before using avatar setMarcoPolo-PasTonMolo2022-05-262-2/+6
| * | Add `/avatar set` command to publish avatarMarcoPolo-PasTonMolo2022-05-264-0/+161
* | | Merge pull request #1712 from MarcoPolo-PasTonMolo/fix/1347Michael Vetter2022-05-292-7/+45
|\ \ \ | |_|/ |/| |
| * | Make muc config update after form submitMarcoPolo-PasTonMolo2022-05-272-7/+45
| |/
* | Respect silent nick change in mucsMarcoPolo-PasTonMolo2022-05-261-0/+2
* | Fix segfault on `/ox discover`MarcoPolo-PasTonMolo2022-05-261-5/+8
|/
* Fix room name not updating.MarcoPolo-PasTonMolo2022-05-181-0/+8
* Update copyright yearMichael Vetter2022-05-096-6/+6
* ox: only process proper messagesMichael Vetter2022-05-041-12/+11
* ox: prefix function _openpgp_signcrypt with ox_Michael Vetter2022-05-041-3/+3
* ox: have metadata node openMichael Vetter2022-05-041-0/+6
* ox: return upon invalid fingerprintMichael Vetter2022-05-041-1/+2
* Bugfix OX rpad generationStefan Kropp2022-05-031-4/+6
* ox: use glib date function in _gettimestamp and fix memleakMichael Vetter2022-05-031-12/+10
* ox: Use connection_create_stanza_id() instead of xmpp_uuid_gen()Michael Vetter2022-05-031-4/+4
* ox: use iq_id_handler_add instead of xmpp_id_handler_addMichael Vetter2022-05-031-6/+6
* ox: use iq_send_stanza instead of xmpp_sendMichael Vetter2022-05-031-4/+10
* ox: use pubsub acces model open when announce ox public keyMichael Vetter2022-05-031-0/+7
* Merge branch 'master' into add_stamp_settingsMichael Vetter2022-04-283-163/+74
|\
| * ox: dont print empty body messageMichael Vetter2022-04-271-3/+3
| * Merge pull request #1699 from profanity-im/1698-fixoxabrtMichael Vetter2022-04-271-1/+5
| |\
| | * ox: print invalid fingerprint instead of abortingMichael Vetter2022-04-271-1/+5
| * | ox: remove commentMichael Vetter2022-04-271-4/+0
| |/
| * Fix typo Annonuce -> AnnounceMichael Vetter2022-04-141-4/+4
| * Fix typo: paylod -> payloadMichael Vetter2022-04-121-1/+1
| * clean-up connection (act I)Steffen Jaeckel2022-03-301-152/+63
* | Rename stamp preference variableMichael Vetter2022-04-281-1/+1
* | add /stamp commandArtjom Vejsel2022-04-021-0/+6
|/
* also store PEM in `TLSCertificate`Steffen Jaeckel2022-03-221-1/+2
* Merge pull request #1644 from profanity-im/ox-polishMichael Vetter2022-03-211-43/+44
|\
| * ox: remove else caseMichael Vetter2022-02-241-43/+44