Alex Gravely
|
865080add9
|
Fix CreateGuildAsync not sending icon stream. (#768)
* Fix CreateGuildAsync not doing anything with the input stream for the guild icon.
Also fixes an issue with potential stream types that throw a NotSupportedException when checking its properties. [Apparently, they exist.](https://github.com/dotnet/corefx/blob/master/src/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpResponseStream.cs)
* Merged with old method
* Removed duplicate decl
|
8 years ago |
Christopher F
|
1ce1c019b3
|
Add support for audit log reasons (#708)
* Add support for audit log reasons
* Made changes per discussion
|
8 years ago |
RogueException
|
c6ccddb4ce
|
Added UnstableRestClientProvider
|
8 years ago |
Christopher F
|
431b7fbd9f
|
Visual Studio C#7 suggestions
|
8 years ago |
Christopher F
|
6000b15c4d
|
C#7 TODOs
|
8 years ago |
RogueException
|
ff67c0d9c3
|
Removed unused canceltoken
|
8 years ago |
RogueException
|
57013d5639
|
Don't crash if a rate limit header is unparsable
|
9 years ago |
RogueException
|
5aa92f8954
|
Reset position when uploading file from temp stream
|
9 years ago |
RogueException
|
35d7a0cec8
|
Ensure UploadFile is always a seekable stream.
|
9 years ago |
RogueException
|
d321ad3e5c
|
Moved Frame models, added default providers
|
9 years ago |
RogueException
|
fe35400498
|
Cleanup
|
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
|
1169d3671c
|
Removed RetryMode.RetryErrors
|
9 years ago |
RogueException
|
d82d7e1584
|
Do not catch our thrown HttpException in RequestQueueBucket
|
9 years ago |
RogueException
|
8326d01f62
|
Isolated API definitions to their own library
|
9 years ago |
RogueException
|
b166683704
|
Added missing IDisposables
|
9 years ago |
RogueException
|
8f87b2cc71
|
Added support for .NET Standard 1.1 and 1.2
|
9 years ago |