about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* MUC: Add voice requestThorben Günther2021-03-127-3/+87
* Completion: Split up role and affiliation completionThorben Günther2021-03-121-8/+15
* Dont build paths manually in cmd_funcs.cMichael Vetter2021-03-121-36/+13
* autocomplete: remove duplicate code in search functionsMichael Vetter2021-03-111-54/+16
* autocomplete: Use asprintf don't calculate length twiceMichael Vetter2021-03-111-4/+9
* Remove duplicate code in autocomplete_param*Michael Vetter2021-03-111-29/+22
* Upload: Fix unused returnThorben Günther2021-03-111-4/+9
* Merge pull request #1501 from xenrox/change-passwordMichael Vetter2021-03-1110-6/+137
|\
| * Add command to change password of logged in userThorben Günther2021-03-118-1/+128
| * Update ui_ask_password to support confirmationThorben Günther2021-03-113-5/+9
* | Update to the newest version of XEP 0363 (HTTP Upload)Maximilian Wuttke2021-03-115-36/+67
|/
* Merge pull request #1496 from mwuttke97/omemo-bugfixesMichael Vetter2021-03-106-78/+128
|\
| * [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
| * Changes logging format to [OMEMO]Stefan2021-03-091-48/+49
| * OMEMO - Removed start session after roster receivedStefan2021-03-091-4/+0
* | Remove "file://" from file namesMaximilian Wuttke2021-03-091-0/+3
|/
* Cmd definitions: Add offline option to occupantsThorben Günther2021-03-081-2/+5
* Merge pull request #1495 from xenrox/offline-membersMichael Vetter2021-03-0810-10/+96
|\
| * MUC: Show offline members in sidebarThorben Günther2021-03-0810-10/+96
* | Prevent segfault in sv_ev_incoming_message()Michael Vetter2021-03-051-1/+3
* | Draw wintitle using fputs and fprintf instead of /bin/echo.Akce2021-02-281-25/+8
|/
* Merge pull request #1484 from kaffeekanne/calm-openbsd-syslogMichael Vetter2021-02-151-5/+5
|\
| * Calm OpenBSD syslogkaffeekanne2021-02-151-5/+5
* | Remove forgotten debug lineMichael Vetter2021-02-151-1/+0
* | Bugfix: Titlebar show name without room nameStefan2021-02-141-1/+1
|/
* Correct command synopsis for mamMichael Vetter2021-02-091-1/+1
* Use correct time for MAM messagesMichael Vetter2021-02-041-8/+17
* Add /mam commandMichael Vetter2021-01-286-3/+38
* 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
* Dont reload theme when disconnecting on purposeMichael Vetter2021-01-221-21/+0
* Simplify console notification codeMichael Vetter2021-01-211-29/+15
* Fix old chlog reference in helpMichael Vetter2021-01-171-7/+7
* Update copyrightMichael Vetter2021-01-0833-35/+35
* Add `/executable (urlsave|urlopen)` migrationsWilliam Wennerström2020-12-183-10/+36
* Remove not needed includeMichael Vetter2020-12-161-1/+0
* Merge pull request #1459 from wstrm/issue-1359Michael Vetter2020-12-153-91/+57
|\
| * Do not inherit stdin of main processWilliam Wennerström2020-12-151-1/+1
| * Use popen for eval_password (reintroduce old behavior)William Wennerström2020-12-151-20/+35
| * Refactor call_externalWilliam Wennerström2020-12-113-91/+42