summaryrefslogtreecommitdiff
path: root/lib/utils/mu-command-handler.cc
AgeCommit message (Collapse)Author
2026-04-10lib/utils: small cleanupsDirk-Jan C. Binnema
Fix some static analysis warnings
2023-09-24command-handler: more unit testsDirk-Jan C. Binnema
2023-07-05update to use fmt-based apisDirk-Jan C. Binnema
Not complete, but a first big stab converting users of Mu::Error and various g_warning & friends, format to the new libfmt-based APIs.
2023-06-27lib: update for api changes, update testsDirk-Jan C. Binnema
With the new Sexp. And expand unit tests.
2023-06-04utils/sexp: add some convenienceDirk-Jan C. Binnema
Add some convenience function for dealing the head/tail Some whitespace / cosmetics Add operators == Add operator != Update command handler for this.
2023-01-07server: split off new server command 'queries'Dirk-Jan C. Binnema
Instead of being part of the ping command, create a separate queries command, which is easier for updating. Ie. 'ping' implies "show main screen" but we don't always want that side-effect.
2022-11-07command-handler: rework for new sexpDirk-Jan C. Binnema
Rework / cleanup the command-handler (and rename for command-parser). Update tests (and integrate with sources)