1. ee45a8a Get rid of the extra layer of flags and cmd_prepare() and just store the by nicm · 7 years ago
  2. 52847a9 It is silly for cmd_list_parse to return an integer error when it could by nicm · 8 years ago
  3. b342bd0 Mass rename struct cmd_q to struct cmdq_item and related. by nicm · 8 years ago
  4. ed97126 Add CMD_AFTERHOOK flag to the easy commands that don't need any special handling. by nicm · 8 years ago
  5. a81685b Add static in cmd-* and fix a few other nits. by nicm · 8 years ago
  6. 9715c61 set-hook needs CANFAIL like the other set commands. by nicm · 8 years ago
  7. a3129fd Instead of combined flags for -c, -s, -t, split into different sets by nicm · 9 years ago
  8. ecfeee2 Use member names in cmd_entry definitions so I stop getting confused by nicm · 9 years ago
  9. 4a4daf1 Instead of every command resolving the target (-t or -s) itself, prepare by nicm · 9 years ago
  10. bd59187 We cannot do hooks_find and then hooks_remove because it might have come by nicm · 9 years ago
  11. d2fb0ef Add hooks infrastructure, basic commands (set-hook, show-hooks) and a by nicm · 9 years ago