RogueException
|
bdb44f3606
|
Minor edit
|
9 years ago |
RogueException
|
af6c3e10c3
|
Cleaned up EmbedBuilder
|
9 years ago |
RogueException
|
c2722cf7c4
|
SendMessage should accept EmbedBuilder directly
|
9 years ago |
RogueException
|
8c5f5ffb7d
|
Merge branch 'dev' into feature/rich-embeds
|
9 years ago |
RogueException
|
b2948deaf7
|
Fixed unused timeout const, dropped default request timeout to 15s.
|
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 |
RogueException
|
7773e1d1cb
|
Removed old GetBucketId function
|
9 years ago |
RogueException
|
d402d8bff1
|
Merge pull request #346 from ObsidianMinor/dev
Make header dictionary ignore case
|
9 years ago |
Christopher F
|
3698dbfedc
|
Only allow messages with an embed present to be sent with no content
|
9 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.
|
9 years ago |
Christopher F
|
8866a1499c
|
Allow content to be empty when sending a message
|
9 years ago |
Christopher F
|
bad7d827c3
|
Modify SendMessage to include an embeds field
|
9 years ago |
Christopher F
|
52f979ec8a
|
Support sending rich embeds, add an Embed Builder
|
9 years ago |
Christopher F
|
63b06ff477
|
Support Rich Embeds on Entities
|
9 years ago |
Christopher F
|
6e8d1118ec
|
Update API models to fully support rich embeds
|
9 years ago |
RogueException
|
b1506879db
|
Cleaned up Hierarchy PR
|
9 years ago |
Christopher F
|
6b5a4b3ee6
|
Support the "Clear Reactions" endpoint
|
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 |
Christopher F
|
c6d9bbf063
|
Clean up some bugs when parsing unicode emoji
|
9 years ago |
Christopher F
|
e2e2c4308d
|
Refactor, rearrange, reimplement reactions; receive over gateway
|
9 years ago |
Christopher F
|
7018bc9c58
|
"""Support""" the 'reactions' field on message objects
this is all really broken
|
9 years ago |
Christopher F
|
838d60e2c2
|
Add API model for Reaction, implement REST methods for reactions
|
9 years ago |
james7132
|
97a6bf6b6e
|
Add IGuildUser.Hirearchy, added docstrings
Property can be renamed as needed.
|
9 years ago |
james7132
|
89e61fe7d7
|
Fixed variable naming
|
9 years ago |
james7132
|
2e9bca5b85
|
Fix role comparison
|
9 years ago |
james7132
|
08c7b49aae
|
Remove IComparable<IGuildUser>
|
9 years ago |
james7132
|
50d1aa0689
|
Implemented IComparable<IRole> on IGuildUser
|
9 years ago |
james7132
|
f3cd96d2fe
|
Implemented IComparable<T> on IRole and IGuildUUser
|
9 years ago |
RogueException
|
043f8ded85
|
Moved ISelfUser.ModifyStatusAsync to DiscordSocketClient.SetStatus/SetGame. Resend status on reconnect.
|
9 years ago |
RogueException
|
6e1a76d070
|
Merge pull request #327 from RogueException/issue-240
Adjusted GetGuildPruneCount to using params;
|
9 years ago |
Khionu Sybiern
|
8f553e60a1
|
Adjusted GetGuildPruneCount to using params;
fixes #240
|
9 years ago |
RogueException
|
b860392b44
|
Guild prunes must be at least 1 day
|
9 years ago |
Khionu Sybiern
|
505a63f8e0
|
Update IMessage.cs
|
9 years ago |
Khionu Sybiern
|
57824b6847
|
Update IUserMessage.cs
|
9 years ago |
RogueException
|
dfe654af3b
|
PagedAsyncEnumerator's nextPage should return false if there are no more pages.
|
9 years ago |
RogueException
|
5389f98042
|
Ignore errors when deserializing Game
|
9 years ago |
RogueException
|
881c0320bd
|
Don't cache generic JsonConverters
|
9 years ago |
RogueException
|
c497f95d35
|
Readded navigational props to interfaces
|
9 years ago |
RogueException
|
75fb31e939
|
Removed IDiscordClient reference from IEntity
|
9 years ago |
RogueException
|
84980ad203
|
Fixed OOB error generating bucket ids for certain endpoints
|
9 years ago |
RogueException
|
13f49bfe7c
|
Limit preemptive rate limit warnings to once per request.
|
9 years ago |
RogueException
|
30067959d7
|
Unpack the arg array if one exists when generating bucket ids
|
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
|
4643e44e48
|
Updated package info
|
9 years ago |
RogueException
|
1057ee012a
|
Made a few methods static
|
9 years ago |