about summary refs log tree commit diff stats
path: root/src/command/cmd_funcs.c
Commit message (Expand)AuthorAgeFilesLines
* Add more help about how to use pluginsMichael Vetter2021-09-291-2/+2
* Fix `/plugins update ~/dir`Michael Vetter2021-09-291-7/+2
* List globally available pluginsMichael Vetter2021-09-291-0/+36
* Look for plugins to install in global locationMichael Vetter2021-09-291-2/+20
* Remove `/python sourcepath`Michael Vetter2021-09-291-60/+4
* cmd_funcs: Use glib functionMichael Vetter2021-09-091-2/+2
* Fix segfault in /blocked with no argsMichael Vetter2021-07-061-1/+1
* cmd_blocked: Exit when wrong argumentsMichael Vetter2021-07-021-0/+1
* Initialize jidThorben Günther2021-07-011-2/+2
* XEP-0377: Fix arg parsingMichael Vetter2021-07-011-12/+23
* Merge pull request #1566 from DebXWoody/bugfixing/oxMichael Vetter2021-07-011-2/+18
|\
| * OX bug fixDebXWoody2021-07-011-1/+1
| * Bugfixes for OX implementationDebXWoody2021-06-281-2/+18
* | Add option to only allow messages from jids in rosterMichael Vetter2021-07-011-0/+8
* | Reorder /blocked commandsMichael Vetter2021-07-011-21/+25
* | Mention feature details when not supportedMichael Vetter2021-07-011-5/+5
* | Add XEP-0377: Spam ReportingMichael Vetter2021-07-011-8/+32
|/
* editor: dont print preview in windowMichael Vetter2021-06-101-2/+0
* editor: dont check whether compose file existsMichael Vetter2021-06-101-6/+0
* editor: use status to check for being onlineMichael Vetter2021-06-101-3/+4
* editor: Use datadir instead of tmp dirMichael Vetter2021-06-101-8/+16
* Add command to show single bookmark detailsMichael Vetter2021-06-091-3/+12
* Merge pull request #1543 from DebXWoody/feature/attention-flagMichael Vetter2021-05-311-0/+7
|\
| * Attention flag for groupchatsDebXWoody2021-05-291-1/+1
| * Attention flag for chat windowsDebXWoody2021-05-291-0/+7
* | 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-081-1/+8
* OMEMO - trust mode (#1506)Stefan2021-04-171-0/+31
* editor: make editor configurable via /executableMichael Vetter2021-04-161-0/+15
* 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-161-17/+17
* 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-161-0/+40
* 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-301-5/+3
* Fix segfault in cmd_autoaway()Michael Vetter2021-03-291-9/+12
* Add support to register with a roomMichael Vetter2021-03-251-0/+5
* MUC: Add voice requestThorben Günther2021-03-121-0/+5
* 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-111-0/+27