79 Commits (d704080fc3b89a698b6e3b5557e9ad2a319f1243)

Author SHA1 Message Date
  Quin Lynch 933ea42eaa
Merge Labs 3.X into dev (#1923) 4 years ago
  Saulius Šaltenis af79ed54a1 docs: Fixed a spelling error. (#1349) 6 years ago
  Chris Johnston 5ea3e113b8 docs: add missing xmldoc for inherited properties and NotAGuildErrorMessage (#1301) 6 years ago
  Joe4evr 5677f23e9a feature: Allow setting custom error messages for preconditions (#1124) 7 years ago
  Joe4evr 419c0a5b53 feature: Add a way to invoke a command specifying optional values by name (#1123) 7 years ago
  Still Hsu ff0fea98a6 Documentation Overhaul (#1161) 7 years ago
  Still Hsu 82cfdffc65 Add various optimizations and cleanups (#1114) 7 years ago
  JustNrik 143fb2808b Update CommandAttribute.cs 7 years ago
  JustNrik c56fff9fe5 Update CommandAttribute.cs 7 years ago
  JustNrik 4259b8cb0c Update CommandAttribute.cs 7 years ago
  Joe4evr 6d3010065f Allow setting IgnoreExtraArgs on an individual basis (#998) 7 years ago
  Joe4evr 2fd4f5670e Remove support for TokenType.User (#958) 7 years ago
  Christopher F 97397f3617
Apply consistency to attributes in the commands extension (#928) 8 years ago
  Christopher F e5dfb6c3e5
Fix null channel being passed in RequirePermission preconditions (#886) 8 years ago
  Christopher F 14fbe40cbc Add Async suffix to command-related Tasks (#804) 8 years ago
  Christopher F 347c5a0d39 Disable obsolete warnings in files that reference TokenType.User 8 years ago
  Christopher F 608bc359ee Removed IChannel#Nsfw, added to ITextChannel 8 years ago
  Izumemori 9c81ab9fe4 changed NameAttribute to work for parameter (#765) 8 years ago
  RogueException dfcb4b39fb Allow duplicate RequireBotPermissionAttribute 8 years ago
  Joe4evr 4a9c8168a9 Add grouping of preconditions to allow for flexible precondition logic. (#672) 8 years ago
  FiniteReality 0550006d56 Change wording of permission preconditions 8 years ago
  RogueException 870dc50a68 Fixed RequireNsfwAttribute definition 8 years ago
  RogueException ba1982a3f9 Replaced DependencyMap with ServiceCollection and IServiceProvider (#625) 8 years ago
  Christopher F 7f1fc286cf Add IChannel.Nsfw, RequireNsfw precondition (#633) 8 years ago
  RogueException 683541ba24 Added RequireOwner support for User tokens 8 years ago
  james7132 f1df412341 Change whitelist injection into blacklist injection 8 years ago
  james7132 f0b4c24e82 Add InjectAttribute for annotating injectable properties 8 years ago
  RogueException 2c075e186a Added support for custom ModuleBase command contexts. Added SocketCommandContext/RpcCommandContext. 9 years ago
  AntiTcb 5118ed876b Can target classes now. 9 years ago
  FiniteReality d2d7b4dce7 Make `_typeReaderTypeInfo` static 9 years ago
  FiniteReality 156483bf71 Rename `overridenType` to `overridenTypeReader` 9 years ago
  FiniteReality f11f416024 Add IDependencyMap to parameter preconditions 9 years ago
  FiniteReality b7a5ee6542 Parameter preconditions and typereader overriding 9 years ago
  RogueException 08ae9e4e86 Fixed logic in precondition attribute docstrings 9 years ago
  RogueException 2a33bb0c12 Escaped amp in XML example. 9 years ago
  RogueException a0c9ba92db Merge branch 'dev' into feature/more-preconditions 9 years ago
  Christopher F fb99b019a0 Fix issues with DefaultRunMode 9 years ago
  Christopher F 1ed4f703bf Cache the current application on DiscordSocketClient 9 years ago
  Christopher F f9c5e229d0 Add CommandServiceConfig, DefaultRunMode 9 years ago
  Christopher F defc8f1c4e Add docstrings to preconditions. 9 years ago
  Christopher F ea148db08b Add RequireBotPermission, rename RequirePermission 9 years ago
  Christopher F fdecfe6bd4 Add RequireOwner Precondition 9 years ago
  RogueException c7ac85455f Added a configurable run mode for commands 9 years ago
  RogueException 635819b89f Reduced command module lifetime to a single command execution. Removed ModuleAttribute. 9 years ago
  RogueException 708f9fe514 Added CommandContext, fixed commands compile errors 9 years ago
  FiniteReality accb3e27b8 Add PriorityAttribute and sortby priority in Search 9 years ago
  Khionu Terabite b6c634b8b5 Renamed Description/Summary Attributes to Summary/Remarks, as per discussion in #239 9 years ago
  RogueException 23a0316252 Split IMessage into IUserMessage and ISystemMessage 9 years ago
  FiniteReality 95cf63243d Implement Command Aliases 9 years ago
  RogueException 9951112908 Readded AutoLoad setter 9 years ago