Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mention feature details when not supported | Michael Vetter | 2021-07-01 | 1 | -2/+2 |
* | XEP-0157: Print contact addresses | Michael Vetter | 2021-06-30 | 1 | -16/+3 |
* | XEP-0157: Parse contact address stanza | Michael Vetter | 2021-06-29 | 1 | -4/+22 |
* | iq: use define for 'cancel' | Michael Vetter | 2021-03-26 | 1 | -2/+2 |
* | stanza: guard mallocs | Michael Vetter | 2021-03-25 | 1 | -70/+88 |
* | Add support to register with a room | Michael Vetter | 2021-03-25 | 1 | -0/+125 |
* | Merge pull request #1501 from xenrox/change-password | Michael Vetter | 2021-03-11 | 1 | -0/+30 |
|\ | |||||
| * | Add command to change password of logged in user | Thorben Günther | 2021-03-11 | 1 | -0/+30 |
* | | Update to the newest version of XEP 0363 (HTTP Upload) | Maximilian Wuttke | 2021-03-11 | 1 | -9/+22 |
|/ | |||||
* | Enable error logging on MAM RSM | Michael Vetter | 2021-01-28 | 1 | -4/+1 |
* | Get MAM from last 7 days | Michael Vetter | 2021-01-28 | 1 | -1/+1 |
* | MAM: Request more pages via RSM | Michael Vetter | 2021-01-28 | 1 | -6/+22 |
* | Adapt MAM RSM code to latest functions | Michael Vetter | 2021-01-28 | 1 | -3/+3 |
* | wip: add rsm after we get the first couple of mam messages | Michael Vetter | 2021-01-28 | 1 | -3/+18 |
* | mam: Use correct ID in rsm handler | Michael Vetter | 2021-01-28 | 1 | -3/+1 |
* | mam: fix logging message | Michael Vetter | 2021-01-28 | 1 | -1/+1 |
* | Start working on MAM RSM to get more pages | Michael Vetter | 2021-01-28 | 1 | -1/+24 |
* | Fix various typos | Michael Vetter | 2020-12-10 | 1 | -3/+3 |
* | Fixed Date format for MAM request | DebXWoody | 2020-10-28 | 1 | -2/+2 |
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -551/+566 |
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 1 | -577/+563 |
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -563/+577 |
* | Incoming iq stanza - Reset the autoping timer | DebXWoody | 2020-05-23 | 1 | -0/+2 |
* | xep-0092: make it possible to ask servers or components for software | Michael Vetter | 2020-05-14 | 1 | -17/+28 |
* | _iq_id_handler_free() dont set NULL | Michael Vetter | 2020-04-20 | 1 | -1/+0 |
* | Don't expose upload_processes | Michael Vetter | 2020-04-17 | 1 | -1/+1 |
* | Review logging in iq.c | Michael Vetter | 2020-04-14 | 1 | -27/+39 |
* | Free timestamp correctly | Michael Vetter | 2020-04-13 | 1 | -2/+3 |
* | Check if server suppors MAM | Michael Vetter | 2020-04-12 | 1 | -2/+5 |
* | Get MAM since yesterday | Michael Vetter | 2020-04-12 | 1 | -1/+7 |
* | First MAM test | Michael Vetter | 2020-04-11 | 1 | -0/+19 |
* | Use proper OS names for OpenBSD and NetBSD | Michael Vetter | 2020-03-09 | 1 | -2/+2 |
* | Fix few memory leaks | Dmitry Podgorny | 2020-02-27 | 1 | -0/+2 |
* | xep-0092: add config option to set whether OS is revealed | Michael Vetter | 2020-01-23 | 1 | -14/+22 |
* | xep-0092: send OS too | Michael Vetter | 2020-01-23 | 1 | -0/+23 |
* | Add option to notify about version request | Michael Vetter | 2020-01-23 | 1 | -0/+8 |
* | Save MUC room name in ProfMucWin | Michael Vetter | 2020-01-23 | 1 | -0/+4 |
* | Use OMEMO for offline MUC members (#1242) | Paul Fariello | 2020-01-20 | 1 | -8/+33 |
* | Add vim modeline | Michael Vetter | 2019-11-13 | 1 | -0/+1 |
* | Remove old comment | Michael Vetter | 2019-10-21 | 1 | -1/+0 |
* | Remove prefix from stanza id | Michael Vetter | 2019-10-17 | 1 | -7/+7 |
* | Fix memleak in /cmd exec | Paul Fariello | 2019-07-30 | 1 | -0/+7 |
* | Fix command form submit | Paul Fariello | 2019-07-30 | 1 | -1/+1 |
* | Fixup for last commit | Michael Vetter | 2019-07-12 | 1 | -1/+0 |
* | Fix segfault in iq_{submit,cancel}_command_config | Michael Vetter | 2019-07-12 | 1 | -6/+0 |
* | Fix some more potential double frees | Michael Vetter | 2019-07-11 | 1 | -34/+0 |
* | Fix double free in room id handler | Michael Vetter | 2019-07-09 | 1 | -6/+1 |
* | Fix double free regarding iq handlers | Michael Vetter | 2019-07-08 | 1 | -14/+4 |
* | Free iq_id_handlers correctly | Michael Vetter | 2019-07-04 | 1 | -1/+15 |
* | Call iq_handlers_clear() upon disconnect | Michael Vetter | 2019-06-20 | 1 | -0/+8 |