about summary refs log tree commit diff stats
path: root/src/xmpp
Commit message (Expand)AuthorAgeFilesLines
...
* message: reorder _handle_groupchatMichael Vetter2021-03-251-12/+9
* message: fix possible segfault in _handle_conferenceMichael Vetter2021-03-251-19/+23
* message: fix possible segfault in _handle_muc_userMichael Vetter2021-03-251-0/+4
* message: fix possible segfault in _message_handlerMichael Vetter2021-03-251-3/+3
* Add support to register with a roomMichael Vetter2021-03-254-4/+144
* form.c: fix memleak in form_tag_existsMichael Vetter2021-03-171-0/+1
* Add support to approve MUC voice requestsMichael Vetter2021-03-173-2/+52
* MUC: Add voice requestThorben Günther2021-03-124-1/+77
* Merge pull request #1501 from xenrox/change-passwordMichael Vetter2021-03-115-1/+87
|\
| * Add command to change password of logged in userThorben Günther2021-03-115-1/+87
* | Update to the newest version of XEP 0363 (HTTP Upload)Maximilian Wuttke2021-03-113-36/+35
|/
* [OMEMO]: Fix bundle publishingMaximilian Wuttke2021-03-091-14/+16
* Logging [OMEMO]Maximilian Wuttke2021-03-091-1/+26
* Variadic version of `stanza_attach_publish_options`Maximilian Wuttke2021-03-092-16/+37
* Logging [OMEMO]Maximilian Wuttke2021-03-091-6/+10
* Logging [CONNECTION]Stefan2021-03-091-0/+1
* Remove forgotten debug lineMichael Vetter2021-02-151-1/+0
* Use correct time for MAM messagesMichael Vetter2021-02-041-8/+17
* Enable error logging on MAM RSMMichael Vetter2021-01-281-4/+1
* Get MAM from last 7 daysMichael Vetter2021-01-281-1/+1
* MAM: Request more pages via RSMMichael Vetter2021-01-281-6/+22
* Adapt MAM RSM code to latest functionsMichael Vetter2021-01-281-3/+3
* wip: add rsm after we get the first couple of mam messagesMichael Vetter2021-01-283-5/+46
* mam: Use correct ID in rsm handlerMichael Vetter2021-01-281-3/+1
* mam: fix logging messageMichael Vetter2021-01-281-1/+1
* Start working on MAM RSM to get more pagesMichael Vetter2021-01-282-1/+27
* Update copyrightMichael Vetter2021-01-085-5/+5
* Remove not needed includeMichael Vetter2020-12-161-1/+0
* Fix various typosMichael Vetter2020-12-103-5/+5
* Declare counter var inside loopMichael Vetter2020-11-092-10/+5
* Print all error stanzasMichael Vetter2020-10-301-5/+5
* Fixed Date format for MAM requestDebXWoody2020-10-281-2/+2
* xmpp/bookmark: don't use uninitialised fieldDmitry Podgorny2020-10-191-0/+1
* Since the string from strerror should never be modified, use const.Philipp Klaus Krause2020-10-141-1/+1
* Enable _handle_ox_chat() payload/body decryptionMichael Vetter2020-10-091-3/+0
* Replace stanza_get_child_by_name_and_ns with xmpp_stanza_get_child_by_name_an...Michael Vetter2020-09-306-32/+10
* Require libstrophe/libmesode 0.10.0Michael Vetter2020-09-301-8/+0
* Fix memory leak in _handle_chat()Dmitry Podgorny2020-08-071-21/+7
* Parse stanza-idMichael Vetter2020-07-233-6/+40
* 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-102-3/+241
* Apply coding styleMichael Vetter2020-07-0739-3203/+3233
* OX: Fix testsMichael Vetter2020-07-071-1/+2
* Revert "Apply coding style"Michael Vetter2020-07-0739-3321/+3295
* Apply coding styleMichael Vetter2020-07-0739-3295/+3321
* OX: Announce public key on PEPDebXWoody2020-07-063-0/+287
* Merge branch 'omemofix'Michael Vetter2020-07-041-20/+39
|\
| * Messages are not shown in ChatSecureDebXWoody2020-07-041-20/+39
* | message.c: Use message->to_jid instead of to_jidMichael Vetter2020-07-031-1/+1
* | message.c: _handle_carbons() check from field outside of functionMichael Vetter2020-07-031-15/+17