Christopher F
|
1ce1c019b3
|
Add support for audit log reasons (#708)
* Add support for audit log reasons
* Made changes per discussion
|
8 years ago |
RogueException
|
79fd14a95f
|
Various audio fixes
|
9 years ago |
RogueException
|
3e988c7549
|
Fixed incoming audio, removed nameresolution dep.
|
9 years ago |
RogueException
|
96a377a258
|
If discord error code is 0, fall back to http code
|
9 years ago |
RogueException
|
203265cb65
|
Cleaned up ShardedClient, delayed connections
|
9 years ago |
RogueException
|
7ef48c5ce5
|
Improved discord HTTP exceptions
|
9 years ago |
RogueException
|
e2934abe29
|
Made API models internal. Removed Discord.Net.API.
|
9 years ago |
RogueException
|
3ddc59c386
|
Added NullableConverter, fixed Image serialization
|
9 years ago |
RogueException
|
8326d01f62
|
Isolated API definitions to their own library
|
9 years ago |
RogueException
|
c102f52bfa
|
Merge branch 'issue/379' into dev
|
9 years ago |
RogueException
|
1efcd3daf6
|
Added request retry modes
|
9 years ago |
RogueException
|
8f87b2cc71
|
Added support for .NET Standard 1.1 and 1.2
|
9 years ago |
Christopher F
|
64681856b1
|
Create wrapper modify objects
this was a big one
|
9 years ago |
RogueException
|
b9eeac9105
|
Merge branch 'dev' into feature/reactions
|
9 years ago |
Christopher F
|
58291f8199
|
Close the WebSocket when disconnecting
This resolves #224
|
9 years ago |
RogueException
|
228209aec8
|
Ensure rate limits are updated when requests fail
|
9 years ago |
RogueException
|
4633735ae9
|
Created ClientBucketType enum
|
9 years ago |
RogueException
|
91e6cb98c3
|
Merged request BucketId and ClientBucketId. Added IsClientBucket.
|
9 years ago |
RogueException
|
2e95e4232f
|
Disabled rate limit debugging by default
|
9 years ago |
ObsidianMinor
|
29c9ac9ef3
|
Reverted old code and added simple IgnoreCase to header dictionary
|
9 years ago |
ObsidianMinor
|
bb9c43b21a
|
Update RequestQueueBucket.cs
Access "Date" in response header safely with TryGetValue. Hopefully nothing bad happens when lag is 0
|
9 years ago |
Christopher F
|
9725dcec24
|
Use ToString in converter instead of boxing-cast
In cases where Discord sent a value of `id=0`, this would throw an invalid-cast, where 0u64 cannot be cast to string.
|
9 years ago |
RogueException
|
881c0320bd
|
Don't cache generic JsonConverters
|
9 years ago |
RogueException
|
13f49bfe7c
|
Limit preemptive rate limit warnings to once per request.
|
9 years ago |
RogueException
|
f93464523e
|
Cleaned up the Json contract resolver, fixed user mention deserialization
|
9 years ago |
RogueException
|
606d4e7ba9
|
Cleaned up net code, readded user token rate limits
|
9 years ago |
RogueException
|
bf10529f80
|
Added new rate limits
|
9 years ago |
RogueException
|
6bdc0c09ca
|
Cleaned up TODOs
|
9 years ago |
RogueException
|
09495e6d58
|
Made converters internal
|
9 years ago |
RogueException
|
db26c0df62
|
Removed debug lines
|
9 years ago |
RogueException
|
5c33e28757
|
Added missing ConfigureAwaits
|
9 years ago |
RogueException
|
16c67e79e9
|
Added RPC channel and guild entities, Get and Select methods
|
9 years ago |
RogueException
|
e4a3a9e6e2
|
Added ObjectOrId resolver
|
9 years ago |
RogueException
|
6c34441f4c
|
Added SelfUser.ModifyStatusAsync
|
9 years ago |
RogueException
|
8aa1050b93
|
Cleaned up usings
|
9 years ago |
RogueException
|
e038475ab4
|
Removed old bucket system, cleaned up api calls. Fixed compile errors.
|
9 years ago |
RogueException
|
dd86f03306
|
Started converting websocket and rpc classes
|
9 years ago |
RogueException
|
6319933ed0
|
Concrete class prototype
|
9 years ago |