Commit Graph

1624 Commits

Author SHA1 Message Date
matt
80bfe56322 Added Sharding support 2016-07-29 10:25:15 -07:00
matt
9b34e4f2b3 Null check wasn't picking up the slack when InformationVersion is not found. 2016-07-29 10:18:31 -07:00
RogueException
ff017bd51f Remove string check for unparsed 2016-07-28 23:20:36 -03:00
RogueException
0fc771cc5c Add rpcToken to DiscordRpcClient.AuthorizeAsync 2016-07-28 21:43:46 -03:00
RogueException
70ad0f9a66 Fixed RPC proxied requests 2016-07-28 21:40:37 -03:00
RogueException
e4569f1a39 Added RpcToken param 2016-07-28 21:39:43 -03:00
RogueException
c8db35cc4e Fixed encoding error when requesting members 2016-07-28 16:52:28 -03:00
RogueException
03e5b9a8d5 Fixed bad RPC proxy url 2016-07-28 06:28:13 -03:00
RogueException
b95f2095ef Further separated Rest/Rpc/Socket logic, added separate improvements from SocketClient 2016-07-28 06:11:03 -03:00
RogueException
60f3b3f6cb Isolated Rpc's AuthorizeAsync 2016-07-28 05:00:06 -03:00
RogueException
0664442bf1 Implemented support for RPC responses and errors, fixed several bugs 2016-07-28 04:59:58 -03:00
RogueException
4a8b73f3fb Initial RPC commit, Added Authorize and Authenticate 2016-07-28 04:10:02 -03:00
RogueException
366c3bb50e Use users/@me for token validation 2016-07-28 03:34:23 -03:00
Christopher F
de7e59e1b7 Ignore CHANNEL_PINS_UPDATE
This gateway event is raised when a message in a GuildChannel is pinned or unpinned. Unfortunately, this event only contains a timestamp of when the pin was changed, making it effectively useless. As a result, it will be dropped.

Resolves #135
2016-07-27 23:35:59 -04:00
RogueException
3d34e490a9 Added jitter to reconnect because abala 2016-07-27 20:54:47 -03:00
Finite Reality
2f0881460c Ignore static constructors when creating types 2016-07-27 21:40:45 +01:00
RogueException
dd0d94645e Don't nullref if SelfUser.ModifyStatusAsync receives a null game 2016-07-27 03:16:09 -03:00
RogueException
a50d6a774f Changed new model fields to properties 2016-07-27 03:13:47 -03:00
RogueException
63932e55e8 Cleaned up API params objs, hid Optionals. 2016-07-26 23:01:54 -03:00
RogueException
6fe02bf033 Added a few missing primitive parsers 2016-07-26 19:10:57 -03:00
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
RogueException
7e08b4e50a Dont enter the ratelimit semaphore twice 2016-07-24 18:46:48 -03:00
RogueException
7ccde71d9d Clear session info on manual disconnect 2016-07-21 19:15:02 -03: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
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
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