RogueException
6d2a30a739
Fixed typo
9 years ago
RogueException
ab9e70dc67
Added RPC Subscription funcs and Message Events
9 years ago
RogueException
934d080be5
Started adding Rpc events
9 years ago
RogueException
c565bdf55b
Reorganized classes into Rpc/Rest/WebSocket namespaces
9 years ago
RogueException
73d4233684
Removed DiscordRpcClient's second log header
9 years ago
RogueException
848ffc71ad
Cleaned up DiscordConfig.Version
9 years ago
matt
4e75b086e1
Using Optional<T> now.
9 years ago
matt
80bfe56322
Added Sharding support
9 years ago
matt
9b34e4f2b3
Null check wasn't picking up the slack when InformationVersion is not found.
9 years ago
RogueException
ff017bd51f
Remove string check for unparsed
9 years ago
RogueException
0fc771cc5c
Add rpcToken to DiscordRpcClient.AuthorizeAsync
9 years ago
RogueException
70ad0f9a66
Fixed RPC proxied requests
9 years ago
RogueException
e4569f1a39
Added RpcToken param
9 years ago
RogueException
c8db35cc4e
Fixed encoding error when requesting members
9 years ago
RogueException
03e5b9a8d5
Fixed bad RPC proxy url
9 years ago
RogueException
b95f2095ef
Further separated Rest/Rpc/Socket logic, added separate improvements from SocketClient
9 years ago
RogueException
60f3b3f6cb
Isolated Rpc's AuthorizeAsync
9 years ago
RogueException
0664442bf1
Implemented support for RPC responses and errors, fixed several bugs
9 years ago
RogueException
4a8b73f3fb
Initial RPC commit, Added Authorize and Authenticate
9 years ago
RogueException
366c3bb50e
Use users/@me for token validation
9 years ago
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
9 years ago
RogueException
3d34e490a9
Added jitter to reconnect because abala
9 years ago
Finite Reality
2f0881460c
Ignore static constructors when creating types
9 years ago
RogueException
dd0d94645e
Don't nullref if SelfUser.ModifyStatusAsync receives a null game
9 years ago
RogueException
a50d6a774f
Changed new model fields to properties
9 years ago
RogueException
63932e55e8
Cleaned up API params objs, hid Optionals.
9 years ago
RogueException
6fe02bf033
Added a few missing primitive parsers
9 years ago
RogueException
4a06753990
Cleaned up TypeReaders
9 years ago
RogueException
c8a84a05b8
IPrivateChannel should extend IChannel
9 years ago
RogueException
e8b95519da
Cleaned up clients and configs. Renamed DiscordClient -> DiscordRestClient.
9 years ago
RogueException
dc06a17cd3
Renamed DiscordClient -> DiscordRestClient
9 years ago
RogueException
f0a6899bc7
Cleaned up WebSocket entities. Renamed CachedXXX -> SocketXXX.
9 years ago
RogueException
12c43cdf80
Remove ICachedEntity
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
RogueException
7e08b4e50a
Dont enter the ratelimit semaphore twice
9 years ago
RogueException
7ccde71d9d
Clear session info on manual disconnect
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
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
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