Commit Graph

2277 Commits

Author SHA1 Message Date
zenima
13f48424d5 Updated ModifyStatus sample 2016-11-15 09:06:15 +01:00
RogueException
cabbd0de89 Dont nullref in SendMessageAsync if no embed is provided 2016-11-14 22:48:55 -04:00
RogueException
bdb44f3606 Minor edit 2016-11-14 20:28:34 -04:00
RogueException
8fea0fa87c Merge branch 'AntiTcb-fix/enumTypeReader' into dev 2016-11-14 20:18:01 -04:00
RogueException
4180856e39 Merge branch 'fix/enumTypeReader' of git://github.com/AntiTcb/Discord.Net into AntiTcb-fix/enumTypeReader 2016-11-14 20:17:54 -04:00
RogueException
af6c3e10c3 Cleaned up EmbedBuilder 2016-11-14 20:16:24 -04:00
RogueException
c2722cf7c4 SendMessage should accept EmbedBuilder directly 2016-11-14 20:05:43 -04:00
RogueException
ce05707590 Merge branch 'feature/rich-embeds' into dev 2016-11-14 19:59:07 -04:00
RogueException
8c5f5ffb7d Merge branch 'dev' into feature/rich-embeds 2016-11-14 19:58:58 -04:00
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.
2016-11-14 19:36:48 +00:00
RogueException
b2948deaf7 Fixed unused timeout const, dropped default request timeout to 15s. 2016-11-14 08:43:12 -04:00
RogueException
4633735ae9 Created ClientBucketType enum 2016-11-14 08:15:41 -04:00
RogueException
91e6cb98c3 Merged request BucketId and ClientBucketId. Added IsClientBucket. 2016-11-14 08:15:41 -04:00
RogueException
2e95e4232f Disabled rate limit debugging by default 2016-11-14 08:15:40 -04:00
RogueException
7773e1d1cb Removed old GetBucketId function 2016-11-14 08:15:40 -04:00
RogueException
d402d8bff1 Merge pull request #346 from ObsidianMinor/dev
Make header dictionary ignore case
2016-11-13 16:32:21 -04:00
Christopher F
3698dbfedc Only allow messages with an embed present to be sent with no content 2016-11-13 14:16:49 -05:00
Christopher F
754970bb56 When sending a message with no content, do not send a null value.
Resolves an issue where the ratelimiter would panic.
2016-11-13 13:54:46 -05:00
Christopher F
8866a1499c Allow content to be empty when sending a message 2016-11-13 01:02:44 -05:00
Christopher F
bad7d827c3 Modify SendMessage to include an embeds field 2016-11-13 00:51:40 -05:00
Christopher F
52f979ec8a Support sending rich embeds, add an Embed Builder 2016-11-13 00:35:46 -05:00
Christopher F
63b06ff477 Support Rich Embeds on Entities 2016-11-12 23:23:38 -05:00
Christopher F
6e8d1118ec Update API models to fully support rich embeds 2016-11-12 23:04:08 -05:00
RogueException
49c16df9cd Merge pull request #336 2016-11-12 01:42:16 -04:00
RogueException
b1506879db Cleaned up Hierarchy PR 2016-11-12 01:37:59 -04:00
Alex
d8440b764a Changes requested from review 2016-11-12 00:07:25 -05:00
RogueException
c037865b28 Cleaned up PR 2016-11-12 01:00:42 -04:00
RogueException
fa7c60865d Merge pull request #350 from LassieME/issues/342
Fix nullref during CreateRoleAsync
2016-11-12 00:58:14 -04:00
Christopher F
983b50120d Support "MESSAGE_REACTION_REMOVE_ALL" dispatch 2016-11-11 16:28:07 -05:00
Christopher F
6b5a4b3ee6 Support the "Clear Reactions" endpoint 2016-11-11 15:52:14 -05:00
ObsidianMinor
29c9ac9ef3 Reverted old code and added simple IgnoreCase to header dictionary 2016-11-10 21:21:21 -06:00
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. 2016-11-10 16:47:51 +01:00
ObsidianMinor
bb9c43b21a Update RequestQueueBucket.cs
Access "Date" in response header safely with TryGetValue. Hopefully nothing bad happens when lag is 0
2016-11-07 13:42:25 -06:00
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.
2016-11-06 13:34:38 -05:00
Christopher F
8dfc6aea67 Add optional user/message/channel objects to Reactions 2016-11-06 13:33:37 -05:00
Christopher F
676fbbcd23 Fix invoking reaction events twice 2016-11-05 22:23:01 -05:00
Christopher F
718560917c RequestOptions should be optional on Reactions 2016-11-05 21:43:18 -05:00
Christopher F
c6d9bbf063 Clean up some bugs when parsing unicode emoji 2016-11-05 18:45:35 -04:00
Christopher F
e2e2c4308d Refactor, rearrange, reimplement reactions; receive over gateway 2016-11-05 18:15:47 -04:00
AntiTcb
1d20029c7b Enumerate over Enum.GetNames to ensure equal value names are not excluded. 2016-11-02 03:01:42 -04:00
Christopher F
7018bc9c58 """Support""" the 'reactions' field on message objects
this is all really broken
2016-10-31 21:00:35 -04:00
Christopher F
838d60e2c2 Add API model for Reaction, implement REST methods for reactions 2016-10-31 19:50:38 -04:00
james7132
97a6bf6b6e Add IGuildUser.Hirearchy, added docstrings
Property can be renamed as needed.
2016-10-29 23:05:56 +00:00
james7132
89e61fe7d7 Fixed variable naming 2016-10-29 20:40:25 +00:00
james7132
2e9bca5b85 Fix role comparison 2016-10-29 08:03:58 +00:00
james7132
08c7b49aae Remove IComparable<IGuildUser> 2016-10-29 07:50:26 +00:00
james7132
50d1aa0689 Implemented IComparable<IRole> on IGuildUser 2016-10-25 21:43:41 +00:00
james7132
f3cd96d2fe Implemented IComparable<T> on IRole and IGuildUUser 2016-10-25 21:37:18 +00:00
RogueException
9fcf88b7ac Merge pull request #333 from LassieME/issue-332-fix
Update ReplyAsync Task to return the sent message.
2016-10-25 03:37:06 -03:00
Sindre Langhus
0b43545ae0 Update ReplyAsync Task to return the sent message. 2016-10-23 23:55:09 +02:00