497 Commits (82cfdffc6516e17ea86013e550060bb6df59a016)

Author SHA1 Message Date
  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 748e92bcda Allow `FromError(Exception)` on all IResult types. 7 years ago
  Joe4evr 5dad0fa1a1 Minor fixes around OnModuleBuilding (#1116) 7 years ago
  Casino Boyale afc3a9d063 Added GetJumpUrl() as an extension method for IMessage (#1102) 7 years ago
  HelpfulStranger999 4bc06a0a54 Patch lazy default readers not getting replaced (#1083) 7 years ago
  HelpfulStranger999 93878e4a90 Refactors an unused parameter in CommandService#Search (#1025) 7 years ago
  Hawx bbbac85c46 Update Dependencies and support NS2.0 builds (#1046) 7 years ago
  Chris Johnston cee71ef35a Add support for parsing multiple types of quotation marks in commands, Fix #942 (#943) 7 years ago
  Joe4evr b52af7ae7c Add a dedicated TimeSpan reader so it doesn't suck (#1005) 7 years ago
  Joe4evr 660fec0cbc Expose the internal entity type readers (#986) 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 b918712ad2 Cleanup of #1009 7 years ago
  Paulo 6b7c6e9667 Add new overload for AddTypeReader (#1009) 7 years ago
  Christopher F b38dca7803 All arguments in ReplyAsync should be optional 7 years ago
  Christopher F b70ae41285 AddModule(s)Async should be explicit about IServiceProvider 7 years ago
  Christopher F f9ac190e9a Don't create a service scope in CommandService#ExecuteAsync anymore 7 years ago
  Joe4evr 2fd4f5670e Remove support for TokenType.User (#958) 7 years ago
  Joe4evr 170a2e00bd Resolve #936 (#941) 7 years ago
  Alex Gravely 4edbd8d4b9 Allow nested ModuleBase classes to be built when declared from non-module classes. (#969) 7 years ago
  Christopher F f19730e433 AddModuleAsync/AddModulesAsync should not require an IServiceProvider 7 years ago
  Christopher F b1eaa44021 Don't attempt to load types with generic parameters as a module 7 years ago
  Christopher F bb8ebc13d2 Add callback method for when a module class has been added (#934) 7 years ago
  Christopher F 97397f3617
Apply consistency to attributes in the commands extension (#928) 8 years ago
  ObsidianMinor 5bbd9bba82 Renamed existing Flatten method to FlattenAsync and added new Flatten method. Also fixed ClientHelper using incorrect guild batch count. (#744) 8 years ago
  vim2meta 5f46aef3a7 Ability to ignore unused parameters instead of failing the command. (#915) 8 years ago
  Christopher F e5dfb6c3e5
Fix null channel being passed in RequirePermission preconditions (#886) 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
  Vollrat 71e8b88514 Improve upon Property Summaries in CommandServiceConfig (#839) 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
  Christopher F e991715bac Added CommandService.CommandExecuted (#747) 8 years ago
  Izumemori 9c81ab9fe4 changed NameAttribute to work for parameter (#765) 8 years ago
  Alex Gravely cb0ff7817d Add NullableTypeReader (#785) 8 years ago
  RogueException dfcb4b39fb Allow duplicate RequireBotPermissionAttribute 8 years ago
  Finite Reality d2afb06942 Make the "cannot be loaded" warning fire correctly (#729) 8 years ago
  Joe4evr b6dcc9e8d8 Add back the case for ParameterPreconditions (#735) 8 years ago
  Finite Reality 7597cf5baa Fix CalculateScore throwing on missing parameters (#727) 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
  Christopher F 3b8434cdc4 Merge pull request #715 from Joe4evr/patch-2 8 years ago
  Joe4evr cc390f03de Fix the off-chance that someone has a property without a getter 8 years ago
  Joe4evr 34917a35de In my defense, it was 2:40 AM 8 years ago
  Joe4evr 444868b22d Fix attempting to inject into static properties 8 years ago