RogueException
f0a6899bc7
Cleaned up WebSocket entities. Renamed CachedXXX -> SocketXXX.
9 years ago
RogueException
12c43cdf80
Remove ICachedEntity
9 years ago
Christopher F
80a3469c4f
Merge branch 'dev' of https://github.com/RogueException/Discord.Net into dev
9 years ago
RogueException
0360f777dd
Ignore events if they target a user that was not downloaded yet
9 years ago
RogueException
f81c2660c7
Fixed crash on leaving a group channel
9 years ago
Christopher F
5575a5c88b
change NuGet badge in readme to myget
9 years ago
RogueException
7e08b4e50a
Dont enter the ratelimit semaphore twice
9 years ago
Christopher F
5b394d23c1
Clean up commands documentation; index
9 years ago
Christopher F
8a27ac1718
Merged branch docfx into dev
9 years ago
Christopher F
c5d63485c1
Add docs for the Command Service
9 years ago
Christopher F
ea6f8b457f
Blacklist Discord.Net.Converters
9 years ago
Christopher F
13a8da330b
Fix DFM in logging
9 years ago
RogueException
7ccde71d9d
Clear session info on manual disconnect
9 years ago
Christopher F
1af94410d7
Port terminology + logging
9 years ago
Christopher F
e251582dc2
Port 'Getting Started' from Old Docs
9 years ago
RogueException
5cd13570eb
Use CDN url for CDN helpers
9 years ago
RogueException
bdc95473ed
Share a buffer between Sodium and Opus
9 years ago
Christopher F
0ee102a376
Add basic docFx setup
9 years ago
Christopher F
9dae654096
Remove RTD docs
9 years ago
RogueException
adcdc6758b
Fixed several audio issues
9 years ago
RogueException
b2f39f888e
Unified Opus and Sodium errors
9 years ago
RogueException
e179c85896
Increased LogMessage's default source padding
9 years ago
RogueException
556f6a864a
Added a SentData event to DiscordVoidAPIClient
9 years ago
Christopher F
c2b824993a
Add MyGet feed info to README
Resolves #137
9 years ago
Khionu Terabite
ae2ef74b14
Variable rename
Changed name to be more context appropriate
9 years ago
RogueException
b029725bb1
Cleaned up new DependencyMap system
9 years ago
RogueException
751c28a87e
Merge pull request #139 from DigiTechs/feature-128
Add Dependency Injection and Autoloading to the Commands service
9 years ago
RogueException
b407c71567
Added support for non-int enums
9 years ago
Finite Reality
b546ba919b
Simplify exception
9 years ago
RogueException
c101c44c04
Merge pull request #140 from RogueException/khio-enumpatch
Enum TypeReader
9 years ago
RogueException
c191f65c63
Fixed Mention prefix detection
9 years ago
Khionu Terabite
523b862525
Added Dynamic Enum TypeParsing, to support all enums
9 years ago
Finite Reality
39d8e3c159
Allow users to get IDependencyMap if they follow a strict format
9 years ago
RogueException
f923a7f0b3
Added Application and DiscordClient.GetApplicationInfoAsync()
9 years ago
RogueException
77589cc758
Fixed Discord.Net.Commands warning
9 years ago
RogueException
5e81a849dc
Add a virtual GUILD_AVAILABLE event to GUILD_SYNC'd guilds
9 years ago
RogueException
93441fb460
Fixed empty Guild.Channels
9 years ago
RogueException
db0f839b32
WaitForGuildsAsync should wait for GUILD_SYNCs
9 years ago
Finite Reality
f7455c389b
Improve DI system
9 years ago
RogueException
d9b5a4ddc9
Added virtual GuildAvailable and GuildUnavailable events on Connected, Ready and Disconnected events
9 years ago
RogueException
c958a6ffdf
Fixed requests timing out immediately
9 years ago
RogueException
baadeb4c6f
Fixed rapid reconnects and reconnects triggering before a successful connect
9 years ago
Christopher F
e266fa8b32
Cleaned up bugs in DependencyMap and ReflectionUtils
9 years ago
RogueException
0660af528c
Added default request timeout
9 years ago
Christopher F
bbe51012cf
Add Dependency Map, Update Assembly Crawler
[Untested] Assembly Crawler will now accept constructors matching: new(), new(CommandService), new(IDependencyMap).
Add IDependencyMap
Add DependencyMap
9 years ago
RogueException
9423ec14c5
Make DataStore internal and default it to an empty cache.
9 years ago
Christopher F
6e42acba68
Add Autoload to Module Attribute
[UNTESTED] Adds an optional parameter to the Module attribute, "autoload", which defaults to true.
Specifies whether or not the assembly crawler should load this module.
9 years ago
RogueException
ba370aa865
Added DiscordConfig.FullVersion
9 years ago
RogueException
249737da72
Fixed reconnect deadlocks and Connect not completing on resumes.
9 years ago
Khionu Terabite
63fdd67413
Initial Plan for allowing custom Enum Type Readers
9 years ago