ObsidianMinor
|
ddca1bc6a4
|
Migrated projects to Visual Studio 2017
|
8 years ago |
AntiTcb
|
ef0337752e
|
Proper fix this time, fully tested on names and values.
|
8 years ago |
FiniteReality
|
6d46347ebc
|
Finish implementation of command builders
|
8 years ago |
RogueException
|
228209aec8
|
Ensure rate limits are updated when requests fail
|
8 years ago |
RogueException
|
853f8f2e6b
|
Added prefixless TagHandling, added startIndex to resolve, fixed bugs.
|
8 years ago |
AntiTcb
|
59d393b357
|
Values in ImmutableDictionaries were strings rather than enumType
|
8 years ago |
FiniteReality
|
ab95ced41d
|
Use default TypeReader if not overriden
|
8 years ago |
FiniteReality
|
d25fbf78c0
|
Use lambda-style subbuilders
|
8 years ago |
FiniteReality
|
af433c82cc
|
Complete builders, start work on using them
|
8 years ago |
Christopher F
|
c137dce6c9
|
Merge pull request #354 from zenima/docupdate/status
Doc update for modify user sample code
|
8 years ago |
zenima
|
b82666b47f
|
Fixed a typo which prevented syntax highlight in samples/faq/status.cs
|
8 years ago |
zenima
|
13f48424d5
|
Updated ModifyStatus sample
|
8 years ago |
RogueException
|
cabbd0de89
|
Dont nullref in SendMessageAsync if no embed is provided
|
8 years ago |
RogueException
|
bdb44f3606
|
Minor edit
|
8 years ago |
RogueException
|
8fea0fa87c
|
Merge branch 'AntiTcb-fix/enumTypeReader' into dev
|
8 years ago |
RogueException
|
4180856e39
|
Merge branch 'fix/enumTypeReader' of git://github.com/AntiTcb/Discord.Net into AntiTcb-fix/enumTypeReader
|
8 years ago |
RogueException
|
af6c3e10c3
|
Cleaned up EmbedBuilder
|
8 years ago |
RogueException
|
c2722cf7c4
|
SendMessage should accept EmbedBuilder directly
|
8 years ago |
RogueException
|
ce05707590
|
Merge branch 'feature/rich-embeds' into dev
|
8 years ago |
RogueException
|
8c5f5ffb7d
|
Merge branch 'dev' into feature/rich-embeds
|
8 years ago |
FiniteReality
|
f95154af23
|
Start work on command builders
Right now commands require a module before they can be created;
I'm looking to remove this in the future.
|
8 years ago |
RogueException
|
b2948deaf7
|
Fixed unused timeout const, dropped default request timeout to 15s.
|
8 years ago |
RogueException
|
4633735ae9
|
Created ClientBucketType enum
|
8 years ago |
RogueException
|
91e6cb98c3
|
Merged request BucketId and ClientBucketId. Added IsClientBucket.
|
8 years ago |
RogueException
|
2e95e4232f
|
Disabled rate limit debugging by default
|
8 years ago |
RogueException
|
7773e1d1cb
|
Removed old GetBucketId function
|
8 years ago |
RogueException
|
d402d8bff1
|
Merge pull request #346 from ObsidianMinor/dev
Make header dictionary ignore case
|
8 years ago |
Christopher F
|
3698dbfedc
|
Only allow messages with an embed present to be sent with no content
|
8 years ago |
Christopher F
|
754970bb56
|
When sending a message with no content, do not send a null value.
Resolves an issue where the ratelimiter would panic.
|
8 years ago |
Christopher F
|
8866a1499c
|
Allow content to be empty when sending a message
|
8 years ago |
Christopher F
|
bad7d827c3
|
Modify SendMessage to include an embeds field
|
8 years ago |
Christopher F
|
52f979ec8a
|
Support sending rich embeds, add an Embed Builder
|
8 years ago |
Christopher F
|
63b06ff477
|
Support Rich Embeds on Entities
|
8 years ago |
Christopher F
|
6e8d1118ec
|
Update API models to fully support rich embeds
|
8 years ago |
RogueException
|
49c16df9cd
|
Merge pull request #336
|
8 years ago |
RogueException
|
b1506879db
|
Cleaned up Hierarchy PR
|
8 years ago |
Alex
|
d8440b764a
|
Changes requested from review
|
8 years ago |
RogueException
|
c037865b28
|
Cleaned up PR
|
8 years ago |
RogueException
|
fa7c60865d
|
Merge pull request #350 from LassieME/issues/342
Fix nullref during CreateRoleAsync
|
8 years ago |
Christopher F
|
983b50120d
|
Support "MESSAGE_REACTION_REMOVE_ALL" dispatch
|
8 years ago |
Christopher F
|
6b5a4b3ee6
|
Support the "Clear Reactions" endpoint
|
8 years ago |
ObsidianMinor
|
29c9ac9ef3
|
Reverted old code and added simple IgnoreCase to header dictionary
|
8 years ago |
Sindre
|
a6f89b7c36
|
Solves Issue 342, but there might be a cleaner way to do this that doesnt make you end up with a IGuild in the RestRole.
|
8 years ago |
ObsidianMinor
|
bb9c43b21a
|
Update RequestQueueBucket.cs
Access "Date" in response header safely with TryGetValue. Hopefully nothing bad happens when lag is 0
|
8 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.
|
8 years ago |
Christopher F
|
8dfc6aea67
|
Add optional user/message/channel objects to Reactions
|
8 years ago |
Christopher F
|
676fbbcd23
|
Fix invoking reaction events twice
|
8 years ago |
Christopher F
|
718560917c
|
RequestOptions should be optional on Reactions
|
8 years ago |
Christopher F
|
c6d9bbf063
|
Clean up some bugs when parsing unicode emoji
|
8 years ago |
Christopher F
|
e2e2c4308d
|
Refactor, rearrange, reimplement reactions; receive over gateway
|
8 years ago |