58 Commits (c5f4b866c7b1ac96af5fd5b6bf254210a44ab2c3)

Author SHA1 Message Date
  Quin Lynch 933ea42eaa
Merge Labs 3.X into dev (#1923) 4 years ago
  advorange e8cb031704 fix: CommandExecuted event will fire when a parameter precondition fails like what happens when standard precondition fails. (#1346) 6 years ago
  Christopher Felegy 497918edda fix: raise CommandExecuted on async errors 7 years ago
  Christopher Felegy aec710535f fix: don't manually raise CommandExecuted on exceptions 7 years ago
  Christopher F f549da50e0 fix: pass the entire Exception into ExecuteResult 7 years ago
  Christopher F 6260749095 fix: invoke CommandExecuted on async exception failures 7 years ago
  Still Hsu ff0fea98a6 Documentation Overhaul (#1161) 7 years ago
  Still Hsu 82cfdffc65 Add various optimizations and cleanups (#1114) 7 years ago
  Chris Johnston cee71ef35a Add support for parsing multiple types of quotation marks in commands, Fix #942 (#943) 7 years ago
  Joe4evr 6d3010065f Allow setting IgnoreExtraArgs on an individual basis (#998) 7 years ago
  HelpfulStranger999 c67db88961 Cleaned up and refactored slightly 7 years ago
  Christopher F bb8ebc13d2 Add callback method for when a module class has been added (#934) 7 years ago
  vim2meta 5f46aef3a7 Ability to ignore unused parameters instead of failing the command. (#915) 8 years ago
  Christopher F 8d533930fa Move CommandExecuted invoking up a scope for generic Task commands 8 years ago
  Christopher F 14fbe40cbc Add Async suffix to command-related Tasks (#804) 8 years ago
  Christopher F e991715bac Added CommandService.CommandExecuted (#747) 8 years ago
  RogueException 14dfc48df3 Style cleanup 8 years ago
  Finite Reality 74f6a4b392 Allow commands to return a Task<RuntimeResult> (#466) 8 years ago
  Finite Reality b96748f9c3 Allow arbitrary attributes to be added to commands (#458) 8 years ago
  Finite Reality 032aba9129 Update commands with C#7 features (#689) 8 years ago
  Joe4evr 36ed2b49f0 PreconditionGroup quick fix 8 years ago
  Joe4evr 4a9c8168a9 Add grouping of preconditions to allow for flexible precondition logic. (#672) 8 years ago
  FiniteReality 1e888cde24 Fix CheckPreconditions giving empty service provider 8 years ago
  RogueException ba1982a3f9 Replaced DependencyMap with ServiceCollection and IServiceProvider (#625) 8 years ago
  RogueException a6469e9021 Add support for void-returning commands 8 years ago
  RogueException 3fb21e06c2 Fixed RunMode.Sync running Async. Added ThrowOnError option. 8 years ago
  RogueException ba07484fe9 Removed Mixed RunMode 8 years ago
  RogueException a2b12520b2 Added CommandService logging 8 years ago
  Finite Reality 2160e5dac8 Improve parameter precondition type safety (#532) 8 years ago
  RogueException 55e9c7da5c Merge pull request #482 from FiniteReality/issue/462 9 years ago
  RogueException fe35400498 Cleanup 9 years ago
  FiniteReality c2b50b56d8 Ensure aliases are built in the correct order 9 years ago
  RogueException e3da623f39 Cleaned up alias generation 9 years ago
  RogueException 2c075e186a Added support for custom ModuleBase command contexts. Added SocketCommandContext/RpcCommandContext. 9 years ago
  AntiTcb bc985ada92 Modules without aliases now default to an empty string alias 9 years ago
  RogueException c1a9bdc142 Cleaned up alias permutations, fixed empty aliases 9 years ago
  RogueException 5663e47db6 Added command separator char, improved passing search results to parser 9 years ago
  RogueException 0d209b3fdb Added internal error for if a matching alias cannot be found 9 years ago
  Christopher F 604d69fb7f Revert "Implement configurable command node separators" 9 years ago
  FiniteReality 70d30efb94 Implement configurable command node separators 9 years ago
  RogueException 803b65212e Merge pull request #364 from FiniteReality/feature/parameter-tweaks 9 years ago
  FiniteReality 704b2b75f4 Fix changes after review 9 years ago
  FiniteReality f11f416024 Add IDependencyMap to parameter preconditions 9 years ago
  FiniteReality b7a5ee6542 Parameter preconditions and typereader overriding 9 years ago
  james7132 6865318071 Fix IsSubmodule property's correctness 9 years ago
  james7132 0771fcce63 Add Parent property to ModuleInfo 9 years ago
  Christopher F d72122eef9 Resolve conflicts. 9 years ago
  Christopher F ecc3d9c729 Add configuration option for case insensitive commands 9 years ago
  Christopher F 55f6efd080 Merge branch 'issue/365' 9 years ago
  Christopher F fb99b019a0 Fix issues with DefaultRunMode 9 years ago