about summary refs log tree commit diff stats
path: root/src/xmpp/ox.c
Commit message (Expand)AuthorAgeFilesLines
* Profani-tty has rebornDaniel Santos2023-07-011-4/+4
* Revert "Merge pull request #1821 from mdosch/use-proper-ellipsis-char"Daniel Santos2023-07-011-1/+1
* User proper ellipsis charMartin Dosch2023-04-091-1/+1
* Split ox functions from gpg.c to ox.cMichael Vetter2022-06-291-1/+1
* Fix segfault on `/ox discover`MarcoPolo-PasTonMolo2022-05-261-5/+8
* ox: have metadata node openMichael Vetter2022-05-041-0/+6
* ox: return upon invalid fingerprintMichael Vetter2022-05-041-1/+2
* 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
* ox: print invalid fingerprint instead of abortingMichael Vetter2022-04-271-1/+5
* Fix typo Annonuce -> AnnounceMichael Vetter2022-04-141-4/+4
* ox: remove else caseMichael Vetter2022-02-241-43/+44
* auto-formatSteffen Jaeckel2022-02-011-1/+1
* Format code correctlyMichael Vetter2021-10-051-2/+2
* Bugfixes for OX implementationDebXWoody2021-06-281-6/+13
* Add config.h in files were it was missingMichael Vetter2021-03-261-0/+2
* ox: fix memleak in ox_announce_public_keyMichael Vetter2021-03-251-1/+3
* ox: make _ox_public_key_result saferMichael Vetter2021-03-251-5/+15
* ox: guard printing of fingerprintMichael Vetter2021-03-251-1/+3
* ox: improve error log in _ox_metadata_resultMichael Vetter2021-03-251-1/+1
* ox: add logging prefixMichael Vetter2021-03-251-15/+15
* Fix various typosMichael Vetter2020-12-101-1/+1
* Replace stanza_get_child_by_name_and_ns with xmpp_stanza_get_child_by_name_an...Michael Vetter2020-09-301-4/+4
* ox review: Use english not germanMichael Vetter2020-07-101-5/+5
* OX: XEP-0373: OpenPGP for XMPP - Version 0.5.0 (2020-06-19)DebXWoody2020-07-101-3/+229
* Apply coding styleMichael Vetter2020-07-071-33/+35
* OX: Fix testsMichael Vetter2020-07-071-1/+2
* Revert "Apply coding style"Michael Vetter2020-07-071-37/+37
* Apply coding styleMichael Vetter2020-07-071-37/+37
* OX: Announce public key on PEPDebXWoody2020-07-061-0/+218