about summary refs log tree commit diff stats
path: root/src/command
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|/
* Update copyright yearMichael Vetter2022-05-095-5/+5
* Log encrypted messages by default to chatlogMichael Vetter2022-05-091-3/+3
* ox: remove /ox sendfile because its actually not implementedMichael Vetter2022-05-052-11/+1
* ox: show ox preferencesMichael Vetter2022-05-052-0/+5
* ox: Add /ox log commandMichael Vetter2022-05-054-1/+34
* Improve ox command helpMichael Vetter2022-05-041-2/+3
* ox: print message when `/ox end` is run but not startedMichael Vetter2022-05-041-4/+8
* ox: implement `/ox end`Michael Vetter2022-05-031-0/+12
* Fix autocomplete for `/ox discover`.Martin Dosch2022-05-021-1/+1
* ox: add jid autocompletion for /ox requestMichael Vetter2022-05-021-0/+5
* Merge branch 'master' into add_stamp_settingsMichael Vetter2022-04-283-75/+118
|\
| * Merge pull request #1697 from cockroach/feature/offline-muc-notificationsMichael Vetter2022-04-283-0/+24
| |\
| | * Add support for offline MUC notificationsStefan Ott2022-04-233-0/+24
| * | Fix ox autocompletionMichael Vetter2022-04-281-3/+10
| * | ox: group online autocompletion togetherMichael Vetter2022-04-281-10/+5
| * | ox: print bad usage instead of custom messageMichael Vetter2022-04-271-1/+1
| * | Remove commentMichael Vetter2022-04-271-5/+0
| |/
| * Allow /editor while not connectedPaul Fertser2022-04-121-7/+0
| * fix `account set theme` helpSteffen Jaeckel2022-04-011-1/+1
| * less duplicationSteffen Jaeckel2022-03-311-36/+56
| * use `_string_matches_one_of()` at more placesSteffen Jaeckel2022-03-311-16/+7
| * add `_string_matches_one_of()` helper functionSteffen Jaeckel2022-03-301-21/+39