about summary refs log tree commit diff stats
path: root/src/command
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1815 from H3rnand3zzz/feature/the-client-switcherMichael Vetter2023-04-093-12/+21
|\
| * Allow setting client identification name/version manuallyJohn Hernandez2023-04-093-12/+21
* | User proper ellipsis charMartin Dosch2023-04-091-15/+15
* | add `/statusbar tabmode actlist`Steffen Jaeckel2023-04-083-0/+31
* | refactor into array of a `struct`Steffen Jaeckel2023-04-041-5/+15
* | only create hashtable onceSteffen Jaeckel2023-04-041-72/+74
|/
* Fix typosMichael Vetter2023-04-031-1/+1
* Add autocomplete for the /reconnect commandMarcoPolo-PasTonMolo2023-04-021-0/+16
* Add editor executable to CMD_SYNDaniel Santos2023-03-311-0/+1
* Editor executable support flagsDaniel Santos2023-03-301-1/+1
* Adapt to g_string_free glib 2.75.3 changeMichael Vetter2023-03-213-27/+5
* Fix duplicate download IDs.IsaacM882023-03-091-5/+13
* cmd: Update MAM helpMichael Vetter2023-02-151-2/+2
* introduce `auto_gcharv`Steffen Jaeckel2023-01-191-71/+13
* fix more memory leaksSteffen Jaeckel2023-01-182-7/+9
* add `now` option to `/reconnect` commandSteffen Jaeckel2023-01-182-9/+13
* slightly improve `command_defs[]`Steffen Jaeckel2023-01-185-463/+274
* minor changesSteffen Jaeckel2023-01-182-24/+20
* add `/strophe` command to modify libstrophe-specific settingsSteffen Jaeckel2023-01-184-0/+94
* Update copyright yearMichael Vetter2023-01-105-5/+5
* Make `/url save` autocomplete filenames after a urlMarcoPolo-PasTonMolo2022-12-271-1/+15
* Add vCard supportMarouane L2022-10-184-5/+1380
* Fix autocompletion for lastactivityStefan Kropp2022-10-171-5/+13
* Improve /msg and /win autocompletionMichael Vetter2022-10-171-1/+15
* Spawn external programs asynchronouslyMarouane L2022-10-121-1/+1
* fix: print when no plugins installedViachaslau Khalikin2022-09-201-12/+15
* add: autocompletion plugins argumentsViachaslau Khalikin2022-09-201-0/+6
* fix: filtering of the available global pluginsViachaslau Khalikin2022-09-201-2/+4
* minor: using cons_bad_cmd_usage() instead of the manual handlingViachaslau Khalikin2022-09-191-3/+3
* Fix typo which catched by codespellViachaslau Khalikin2022-09-191-1/+1
* Print unloaded plugins which already installedViachaslau Khalikin2022-09-192-3/+14
* Fix handle cmd_plugins_uninstall without argsViachaslau Khalikin2022-09-191-1/+2
* Fix /autoaway command logicNetboy32022-07-281-4/+2
* Split ox functions from gpg.c to ox.cMichael Vetter2022-06-291-0/+1
* Add autocompletion for `/log level`Michael Vetter2022-06-221-0/+13
* Correct default log maxsize in helpMichael Vetter2022-06-221-1/+1
* Let user change log level while runningMichael Vetter2022-06-223-4/+17
* Display mood preferencesMichael Vetter2022-06-222-2/+2
* Make mood display optionalMichael Vetter2022-06-223-1/+13
* Don't forget encryption status for OX and PGP.MarcoPolo-PasTonMolo2022-06-171-0/+4
* Use our omemo sid/fingerprint in qr codeMichael Vetter2022-05-311-2/+4
* Add command help for omemo qrcodeMichael Vetter2022-05-301-2/+4
* Reverse QR code colors and add paddingswirl2022-05-301-1/+0
* implement working OMEMO QR codeswirl2022-05-301-1/+13
* Add basic qrcode functionsMichael Vetter2022-05-304-1/+16
* Merge pull request #1714 from MarcoPolo-PasTonMolo/feature/avatar-setMichael Vetter2022-05-303-1/+19
|\
| * Final touches for `/avatar set`Michael Vetter2022-05-272-2/+2
| * Add checks for whether gdk-pixbuf exists before using avatar setMarcoPolo-PasTonMolo2022-05-261-0/+4
| * Add `/avatar set` command to publish avatarMarcoPolo-PasTonMolo2022-05-263-1/+15
* | Fix description of moodMichael Vetter2022-05-271-1/+1
|/