RogueException
4a06753990
Cleaned up TypeReaders
2016-07-26 19:01:51 -03:00
RogueException
c8a84a05b8
IPrivateChannel should extend IChannel
2016-07-26 17:46:12 -03:00
RogueException
e8b95519da
Cleaned up clients and configs. Renamed DiscordClient -> DiscordRestClient.
2016-07-26 17:38:23 -03:00
RogueException
dc06a17cd3
Renamed DiscordClient -> DiscordRestClient
2016-07-26 17:27:33 -03:00
RogueException
f0a6899bc7
Cleaned up WebSocket entities. Renamed CachedXXX -> SocketXXX.
2016-07-26 17:26:58 -03:00
RogueException
12c43cdf80
Remove ICachedEntity
2016-07-26 15:22:25 -03:00
RogueException
0360f777dd
Ignore events if they target a user that was not downloaded yet
2016-07-25 05:52:03 -03:00
RogueException
f81c2660c7
Fixed crash on leaving a group channel
2016-07-25 05:48:00 -03:00
Christopher F
5575a5c88b
change NuGet badge in readme to myget
2016-07-24 19:20:23 -04:00
RogueException
7e08b4e50a
Dont enter the ratelimit semaphore twice
2016-07-24 18:46:48 -03:00
Christopher F
8a27ac1718
Merged branch docfx into dev
2016-07-22 01:50:06 -04:00
Christopher F
c5d63485c1
Add docs for the Command Service
2016-07-22 01:48:24 -04:00
Christopher F
ea6f8b457f
Blacklist Discord.Net.Converters
2016-07-21 23:14:20 -04:00
Christopher F
13a8da330b
Fix DFM in logging
2016-07-21 18:18:02 -04:00
RogueException
7ccde71d9d
Clear session info on manual disconnect
2016-07-21 19:15:02 -03:00
Christopher F
1af94410d7
Port terminology + logging
2016-07-21 18:08:07 -04:00
Christopher F
e251582dc2
Port 'Getting Started' from Old Docs
2016-07-21 17:42:39 -04:00
RogueException
5cd13570eb
Use CDN url for CDN helpers
2016-07-21 18:28:09 -03:00
RogueException
bdc95473ed
Share a buffer between Sodium and Opus
2016-07-21 18:22:13 -03:00
Christopher F
0ee102a376
Add basic docFx setup
2016-07-21 17:07:45 -04:00
Christopher F
9dae654096
Remove RTD docs
2016-07-21 16:59:37 -04:00
RogueException
adcdc6758b
Fixed several audio issues
2016-07-21 17:52:27 -03:00
RogueException
b2f39f888e
Unified Opus and Sodium errors
2016-07-21 17:52:27 -03:00
RogueException
e179c85896
Increased LogMessage's default source padding
2016-07-21 17:52:27 -03:00
RogueException
556f6a864a
Added a SentData event to DiscordVoidAPIClient
2016-07-21 17:52:27 -03:00
Christopher F
c2b824993a
Add MyGet feed info to README
...
Resolves #137
2016-07-21 15:18:15 -04:00
Khionu Terabite
ae2ef74b14
Variable rename
...
Changed name to be more context appropriate
2016-07-21 14:38:30 -04:00
RogueException
b029725bb1
Cleaned up new DependencyMap system
2016-07-20 23:34:32 -03:00
RogueException
751c28a87e
Merge pull request #139 from DigiTechs/feature-128
...
Add Dependency Injection and Autoloading to the Commands service
2016-07-20 23:16:44 -03:00
RogueException
b407c71567
Added support for non-int enums
2016-07-20 23:16:06 -03:00
Finite Reality
b546ba919b
Simplify exception
2016-07-21 02:49:27 +01:00
RogueException
c101c44c04
Merge pull request #140 from RogueException/khio-enumpatch
...
Enum TypeReader
2016-07-20 22:45:34 -03:00
RogueException
c191f65c63
Fixed Mention prefix detection
2016-07-20 22:13:58 -03:00
Khionu Terabite
523b862525
Added Dynamic Enum TypeParsing, to support all enums
2016-07-20 20:54:29 -04:00
Finite Reality
39d8e3c159
Allow users to get IDependencyMap if they follow a strict format
2016-07-21 01:44:14 +01:00
RogueException
f923a7f0b3
Added Application and DiscordClient.GetApplicationInfoAsync()
2016-07-20 21:41:27 -03:00
RogueException
77589cc758
Fixed Discord.Net.Commands warning
2016-07-20 21:15:28 -03:00
RogueException
5e81a849dc
Add a virtual GUILD_AVAILABLE event to GUILD_SYNC'd guilds
2016-07-20 21:00:08 -03:00
RogueException
93441fb460
Fixed empty Guild.Channels
2016-07-20 20:49:28 -03:00
RogueException
db0f839b32
WaitForGuildsAsync should wait for GUILD_SYNCs
2016-07-20 20:45:23 -03:00
Finite Reality
f7455c389b
Improve DI system
2016-07-21 00:23:49 +01:00
RogueException
d9b5a4ddc9
Added virtual GuildAvailable and GuildUnavailable events on Connected, Ready and Disconnected events
2016-07-20 19:57:28 -03:00
RogueException
c958a6ffdf
Fixed requests timing out immediately
2016-07-20 19:18:43 -03:00
RogueException
baadeb4c6f
Fixed rapid reconnects and reconnects triggering before a successful connect
2016-07-20 19:16:07 -03:00
Christopher F
e266fa8b32
Cleaned up bugs in DependencyMap and ReflectionUtils
2016-07-20 18:04:18 -04:00
RogueException
0660af528c
Added default request timeout
2016-07-20 18:51:02 -03:00
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
2016-07-20 17:50:52 -04:00
RogueException
9423ec14c5
Make DataStore internal and default it to an empty cache.
2016-07-20 18:25:03 -03:00
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.
2016-07-20 17:20:37 -04:00
RogueException
ba370aa865
Added DiscordConfig.FullVersion
2016-07-20 17:39:54 -03:00