RogueException
dfe654af3b
PagedAsyncEnumerator's nextPage should return false if there are no more pages.
8 years ago
RogueException
3ca0067f1b
Merge pull request #313 from FiniteReality/scoped-di
Move DI stuff around to support scoped DI
8 years ago
Christopher F
11f4dc0d10
Add a missing null-conditional in CommandContext#ctor
Prevents an NRE when creating a CommandContext from a message in an IDMChannel
8 years ago
FiniteReality
a7cefbcf9f
Move DI stuff around to support scoped DI
8 years ago
RogueException
c813a049ff
Merge pull request #315 from james7132/command-module-fix
Fix #311
8 years ago
james7132
3841eb616c
Fix #311
TypeInfo.BaseType will likely return the same Type if all modules derive from
ModuleBase or some common subclass of it. Making it appear as if only one module
is registered.
Changed to TypeInfo.AsType for expected behavior.
8 years ago
RogueException
5389f98042
Ignore errors when deserializing Game
8 years ago
RogueException
123fc90efc
Removed duplicate model
8 years ago
Christopher F
a35d047333
Fix some minor typos in docs
8 years ago
Christopher F
77342903bb
Update Documentation to be compatible with Beta2
this one took a while
8 years ago
RogueException
8c8ac47887
Merge pull request #308 from Joe4evr/AutoLoadFix
Exclude abstract types from being loaded as modules.
8 years ago
RogueException
881c0320bd
Don't cache generic JsonConverters
8 years ago
RogueException
890318ecfc
Added a simpler CommandContext constructor
8 years ago
RogueException
c497f95d35
Readded navigational props to interfaces
8 years ago
RogueException
8ebc437674
Exposed IDependencyMap in CommandService.Execute
8 years ago
Joe4evr
bc45c0b6a4
Exclude abstract types from being loaded as modules.
8 years ago
RogueException
75fb31e939
Removed IDiscordClient reference from IEntity
8 years ago
RogueException
735c869f3d
Moved Client from ModuleBase to CommandContext.
8 years ago
RogueException
af9a2c2d64
Fixed nullref on guild member remove
8 years ago
RogueException
84980ad203
Fixed OOB error generating bucket ids for certain endpoints
8 years ago
RogueException
13f49bfe7c
Limit preemptive rate limit warnings to once per request.
8 years ago
RogueException
30067959d7
Unpack the arg array if one exists when generating bucket ids
8 years ago
RogueException
88c5dd38bf
Added CommandContext.IsPrivate
8 years ago
RogueException
f93464523e
Cleaned up the Json contract resolver, fixed user mention deserialization
8 years ago
RogueException
606d4e7ba9
Cleaned up net code, readded user token rate limits
8 years ago
RogueException
4643e44e48
Updated package info
8 years ago
RogueException
addb81f288
Fixed Commands version
8 years ago
RogueException
82ee6c5aaa
Fixed error when calling GetMessagesAsync with no cached messages
8 years ago
RogueException
2d3e2c46ae
Updated build script
8 years ago
RogueException
ab5279dd14
Merge branch 'concrete2' into dev
8 years ago
RogueException
1057ee012a
Made a few methods static
8 years ago
RogueException
bf10529f80
Added new rate limits
8 years ago
RogueException
37f0d8c7e8
Fixed nullrefs when message cache is disabled
8 years ago
RogueException
2fd2e26179
Fixed missing private channels
8 years ago
RogueException
3fc7b3b206
RPC's Authorize should not try to authenticate
8 years ago
RogueException
d480b2f25b
Renamed run modes
8 years ago
RogueException
c7ac85455f
Added a configurable run mode for commands
8 years ago
RogueException
635819b89f
Reduced command module lifetime to a single command execution. Removed ModuleAttribute.
8 years ago
RogueException
3930e1147c
doc typo
8 years ago
RogueException
7326aac468
Bumped up concurrent collections concurrency level
8 years ago
RogueException
6bdc0c09ca
Cleaned up TODOs
8 years ago
RogueException
8ab675e775
Restrict typereaders to using the cache
8 years ago
RogueException
21c38412ad
Changed snowflake GetCreatedAt() -> CreatedAt
8 years ago
RogueException
c1effbc971
Merged PlatformHelper into ConcurrentHashset
8 years ago
RogueException
8b24b01718
Fixed SO in RestChannel.Create
8 years ago
RogueException
09495e6d58
Made converters internal
8 years ago
RogueException
db26c0df62
Removed debug lines
8 years ago
RogueException
49070f3075
Went a tad overboard
8 years ago
RogueException
5c33e28757
Added missing ConfigureAwaits
8 years ago
RogueException
960119d965
Updated RelationshipType
8 years ago