about summary refs log tree commit diff stats
path: root/src/command/cmd_funcs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1815 from H3rnand3zzz/feature/the-client-switcherMichael Vetter2023-04-091-12/+14
|\
| * Allow setting client identification name/version manuallyJohn Hernandez2023-04-091-12/+14
* | User proper ellipsis charMartin Dosch2023-04-091-15/+15
* | add `/statusbar tabmode actlist`Steffen Jaeckel2023-04-081-0/+15
|/
* Adapt to g_string_free glib 2.75.3 changeMichael Vetter2023-03-211-13/+2
* Fix duplicate download IDs.IsaacM882023-03-091-5/+13
* fix more memory leaksSteffen Jaeckel2023-01-181-5/+7
* add `now` option to `/reconnect` commandSteffen Jaeckel2023-01-181-6/+8
* slightly improve `command_defs[]`Steffen Jaeckel2023-01-181-5/+4
* minor changesSteffen Jaeckel2023-01-181-20/+12
* add `/strophe` command to modify libstrophe-specific settingsSteffen Jaeckel2023-01-181-0/+35
* Update copyright yearMichael Vetter2023-01-101-1/+1
* Add vCard supportMarouane L2022-10-181-0/+990
* Spawn external programs asynchronouslyMarouane L2022-10-121-1/+1
* fix: print when no plugins installedViachaslau Khalikin2022-09-201-12/+15
* 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
* Print unloaded plugins which already installedViachaslau Khalikin2022-09-191-2/+13
* 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
* Let user change log level while runningMichael Vetter2022-06-221-2/+12
* Display mood preferencesMichael Vetter2022-06-221-1/+1
* Make mood display optionalMichael Vetter2022-06-221-1/+9
* 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
* 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-301-0/+12
* Final touches for `/avatar set`Michael Vetter2022-05-271-1/+1
* 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-261-1/+5
* Update copyright yearMichael Vetter2022-05-091-1/+1
* ox: show ox preferencesMichael Vetter2022-05-051-0/+4
* ox: Add /ox log commandMichael Vetter2022-05-051-0/+25
* 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
* Merge branch 'master' into add_stamp_settingsMichael Vetter2022-04-281-61/+88
|\
| * Merge pull request #1697 from cockroach/feature/offline-muc-notificationsMichael Vetter2022-04-281-0/+10
| |\
| | * Add support for offline MUC notificationsStefan Ott2022-04-231-0/+10
| * | 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
| * 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
* | use more standard replies when setting stampMichael Vetter2022-04-281-3/+3
* | Rename stamp preference variableMichael Vetter2022-04-281-6/+6
* | add /stamp commandArtjom Vejsel2022-04-021-0/+51
|/
* Add none option for /whoMarcoPolo-PasTonMolo2022-03-271-1/+5