2113 Commits (ea148db08b2c2fa643167a4d0703113ee04a44ab)
 

Author SHA1 Message Date
  RogueException 0d6ac00905 Merge pull request #321 from RogueException/sysmsg-deletables 9 years ago
  RogueException 22413f0b9b Merge pull request #322 from james7132/send-file-async-fix 9 years ago
  james7132 7dbd2b5325 Fix #320 9 years ago
  Khionu Sybiern 505a63f8e0 Update IMessage.cs 9 years ago
  Khionu Sybiern 57824b6847 Update IUserMessage.cs 9 years ago
  RogueException dfe654af3b PagedAsyncEnumerator's nextPage should return false if there are no more pages. 9 years ago
  RogueException 3ca0067f1b Merge pull request #313 from FiniteReality/scoped-di 9 years ago
  Christopher F 11f4dc0d10 Add a missing null-conditional in CommandContext#ctor 9 years ago
  FiniteReality a7cefbcf9f Move DI stuff around to support scoped DI 9 years ago
  RogueException c813a049ff Merge pull request #315 from james7132/command-module-fix 9 years ago
  james7132 3841eb616c Fix #311 9 years ago
  RogueException 5389f98042 Ignore errors when deserializing Game 9 years ago
  RogueException 123fc90efc Removed duplicate model 9 years ago
  Christopher F a35d047333 Fix some minor typos in docs 9 years ago
  Christopher F 77342903bb Update Documentation to be compatible with Beta2 9 years ago
  RogueException 8c8ac47887 Merge pull request #308 from Joe4evr/AutoLoadFix 9 years ago
  RogueException 881c0320bd Don't cache generic JsonConverters 9 years ago
  RogueException 890318ecfc Added a simpler CommandContext constructor 9 years ago
  RogueException c497f95d35 Readded navigational props to interfaces 9 years ago
  RogueException 8ebc437674 Exposed IDependencyMap in CommandService.Execute 9 years ago
  Joe4evr bc45c0b6a4 Exclude abstract types from being loaded as modules. 9 years ago
  RogueException 75fb31e939 Removed IDiscordClient reference from IEntity 9 years ago
  RogueException 735c869f3d Moved Client from ModuleBase to CommandContext. 9 years ago
  RogueException af9a2c2d64 Fixed nullref on guild member remove 9 years ago
  RogueException 84980ad203 Fixed OOB error generating bucket ids for certain endpoints 9 years ago
  RogueException 13f49bfe7c Limit preemptive rate limit warnings to once per request. 9 years ago
  RogueException 30067959d7 Unpack the arg array if one exists when generating bucket ids 9 years ago
  RogueException 88c5dd38bf Added CommandContext.IsPrivate 9 years ago
  RogueException f93464523e Cleaned up the Json contract resolver, fixed user mention deserialization 9 years ago
  RogueException 606d4e7ba9 Cleaned up net code, readded user token rate limits 9 years ago
  RogueException 4643e44e48 Updated package info 9 years ago
  RogueException addb81f288 Fixed Commands version 9 years ago
  RogueException 82ee6c5aaa Fixed error when calling GetMessagesAsync with no cached messages 9 years ago
  RogueException 2d3e2c46ae Updated build script 9 years ago
  RogueException ab5279dd14 Merge branch 'concrete2' into dev 9 years ago
  RogueException 1057ee012a Made a few methods static 9 years ago
  RogueException bf10529f80 Added new rate limits 9 years ago
  RogueException 37f0d8c7e8 Fixed nullrefs when message cache is disabled 9 years ago
  RogueException 2fd2e26179 Fixed missing private channels 9 years ago
  RogueException 3fc7b3b206 RPC's Authorize should not try to authenticate 9 years ago
  RogueException d480b2f25b Renamed run modes 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 3930e1147c doc typo 9 years ago
  RogueException 7326aac468 Bumped up concurrent collections concurrency level 9 years ago
  RogueException 6bdc0c09ca Cleaned up TODOs 9 years ago
  RogueException 8ab675e775 Restrict typereaders to using the cache 9 years ago
  RogueException 21c38412ad Changed snowflake GetCreatedAt() -> CreatedAt 9 years ago
  RogueException c1effbc971 Merged PlatformHelper into ConcurrentHashset 9 years ago
  RogueException 8b24b01718 Fixed SO in RestChannel.Create 9 years ago