about summary refs log tree commit diff stats
path: root/src/command
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1543 from DebXWoody/feature/attention-flagMichael Vetter2021-05-314-0/+12
|\
| * Change attention descriptionMichael Vetter2021-05-311-1/+1
| * Attention flag for groupchatsDebXWoody2021-05-291-1/+1
| * Attention flag for chat windowsDebXWoody2021-05-294-0/+12
* | external editor: don't use absolute paths and allow path searchJörg Thalheim2021-05-301-5/+1
|/
* Display OMEMO device IDDebXWoody2021-05-281-1/+1
* Fix spelling of "persistent(ly)"Raf Czlonka2021-05-231-3/+3
* Print message about new direct messageMichael Vetter2021-05-121-0/+4
* Use direct messages instead of MUC-PMs for non-anon MUCsMichael Vetter2021-05-121-35/+51
* Have separate settings for intypeMichael Vetter2021-05-083-5/+40
* Reduce scope of dir variableMichael Vetter2021-05-061-1/+2
* command: Simplify return in autocompletionMichael Vetter2021-05-061-65/+12
* command: Fix serversoftware examplesMichael Vetter2021-04-181-2/+2
* OMEMO - trust mode (#1506)Stefan2021-04-174-0/+52
* editor: make editor configurable via /executableMichael Vetter2021-04-164-3/+23
* editor: adapt help descriptionMichael Vetter2021-04-161-2/+3
* editor: Save temp files as .mdMichael Vetter2021-04-161-2/+2
* Editor: improve error messagesMichael Vetter2021-04-161-6/+6
* editor: Use g_strdup_printf() instead of g_string_new()Michael Vetter2021-04-161-11/+4
* Run clang-format on new editor codeMichael Vetter2021-04-162-18/+18
* Editor: Fix redisplayStefan2021-04-161-1/+4
* Editor: Use _exit() instead of exit()Stefan2021-04-161-1/+1
* Editor: Using preferences compose.editorStefan2021-04-161-9/+19
* Editor command: filename / sensible-editorStefan2021-04-161-9/+50
* Add new editor commandStefan2021-04-163-0/+55
* OMEMO: Fail if message keys couldn't be encrypted for any recipient deviceMaximilian Wuttke2021-04-081-8/+7
* OMEMO: Remove duplicate session initalisationMaximilian Wuttke2021-04-081-16/+8
* Get rid of asprintf and _GNU_SOURCE defineMichael Vetter2021-03-303-22/+22
* Fix segfault in cmd_autoaway()Michael Vetter2021-03-291-9/+12
* Add config.h in files were it was missingMichael Vetter2021-03-261-0/+2
* Add support to register with a roomMichael Vetter2021-03-253-2/+10
* Merge pull request #1511 from mwuttke97/doc_bookmark_joinMichael Vetter2021-03-241-6/+13
|\
| * Command doc: Improve description and examples of `/bookmark` and `/join`Maximilian Wuttke2021-03-211-6/+13
* | MUC: Add voice requestThorben Günther2021-03-123-2/+10
* | 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
* Add command to change password of logged in userThorben Günther2021-03-113-0/+41
* Update ui_ask_password to support confirmationThorben Günther2021-03-111-2/+2
* Cmd definitions: Add offline option to occupantsThorben Günther2021-03-081-2/+5
* MUC: Show offline members in sidebarThorben Günther2021-03-082-0/+13
* Correct command synopsis for mamMichael Vetter2021-02-091-1/+1
* Add /mam commandMichael Vetter2021-01-284-3/+27
* Dont reload theme when disconnecting on purposeMichael Vetter2021-01-221-21/+0
* Fix old chlog reference in helpMichael Vetter2021-01-171-7/+7
* Add `/executable (urlsave|urlopen)` migrationsWilliam Wennerström2020-12-182-7/+7
* Only rotate logs if user didn't specify a log fileMichael Vetter2020-12-111-1/+1
* Shared log file needs a restartMichael Vetter2020-12-112-2/+2
* Create download directory under XDG data pathWilliam Wennerström2020-12-101-9/+26
* Fix various typosMichael Vetter2020-12-101-2/+2
* Fix build failure (unused variable)William Wennerström2020-12-091-2/+2