Commit Graph

226 Commits

Author SHA1 Message Date
RogueException
853f8f2e6b Added prefixless TagHandling, added startIndex to resolve, fixed bugs. 2016-11-16 16:26:06 -04:00
RogueException
cabbd0de89 Dont nullref in SendMessageAsync if no embed is provided 2016-11-14 22:48:55 -04:00
RogueException
c2722cf7c4 SendMessage should accept EmbedBuilder directly 2016-11-14 20:05:43 -04:00
RogueException
8c5f5ffb7d Merge branch 'dev' into feature/rich-embeds 2016-11-14 19:58:58 -04:00
RogueException
b2948deaf7 Fixed unused timeout const, dropped default request timeout to 15s. 2016-11-14 08:43:12 -04: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
RogueException
b1506879db Cleaned up Hierarchy PR 2016-11-12 01:37:59 -04:00
RogueException
c037865b28 Cleaned up PR 2016-11-12 01:00:42 -04:00
Christopher F
6b5a4b3ee6 Support the "Clear Reactions" endpoint 2016-11-11 15:52:14 -05: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
Christopher F
8dfc6aea67 Add optional user/message/channel objects to Reactions 2016-11-06 13:33:37 -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
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
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
043f8ded85 Moved ISelfUser.ModifyStatusAsync to DiscordSocketClient.SetStatus/SetGame. Resend status on reconnect. 2016-10-21 11:22:26 -03:00
RogueException
b23d839d8b Made RequestOptions in XXXMessage.DeleteAsync optional 2016-10-20 05:10:39 -03:00
RogueException
313c957a34 Default isTTS to false on Send methods 2016-10-20 03:55:14 -03:00
Christopher F
2cbfaa5498 Remove unnecessary slash in RestInvite#Url
thanks to auxesis for the find
2016-10-19 16:12:20 -04:00
RogueException
a464f9ec3a Fixed errors caused by #321 2016-10-18 15:30:19 -03:00
james7132
7dbd2b5325 Fix #320
I'm not entirely sure this is the proper way to fix this. However, it seems like
SendFileAsync returns the Task<RestUserMessage>, which would exit the using
block, disposing of the FileStream potentially before the Task is finished.

Changed to await the result of the task before exiting the using block.
2016-10-18 17:41:53 +00:00
RogueException
dfe654af3b PagedAsyncEnumerator's nextPage should return false if there are no more pages. 2016-10-17 16:12:02 -03:00
RogueException
c497f95d35 Readded navigational props to interfaces 2016-10-15 12:58:32 -03:00
RogueException
75fb31e939 Removed IDiscordClient reference from IEntity 2016-10-14 13:12:47 -03:00
RogueException
4643e44e48 Updated package info 2016-10-12 16:49:22 -03:00
RogueException
bf10529f80 Added new rate limits 2016-10-11 23:22:42 -03:00
RogueException
6bdc0c09ca Cleaned up TODOs 2016-10-08 18:44:59 -03:00
RogueException
21c38412ad Changed snowflake GetCreatedAt() -> CreatedAt 2016-10-08 18:38:41 -03:00
RogueException
8b24b01718 Fixed SO in RestChannel.Create 2016-10-08 18:26:02 -03:00
RogueException
5c33e28757 Added missing ConfigureAwaits 2016-10-08 16:59:17 -03:00
RogueException
ba35f5bed1 Added IRole.IsMentionable 2016-10-08 14:43:18 -03:00
RogueException
8f5b5347b4 Update REST models on modify 2016-10-08 14:33:51 -03:00
RogueException
bedf601bfe Added RestGuildUser IsMuted/IsDeafened 2016-10-08 14:33:39 -03:00
RogueException
a1fd14fff0 Updated Application model 2016-10-07 21:19:13 -03:00
RogueException
e4a3a9e6e2 Added ObjectOrId resolver 2016-10-07 21:18:43 -03:00
RogueException
c28751f631 Changed IMessage.ChannelId to IMessage.Channel 2016-10-07 19:07:22 -03:00
RogueException
007b4b11f0 Added WebhookId/IsWebhook to IMessage 2016-10-07 18:28:39 -03:00
RogueException
95a8f36d63 Changed IMessage's MentionedUsers to MentionedUserIds 2016-10-07 18:19:26 -03:00
RogueException
a74602d6e1 Renamed Message model's Mentions -> UserMentions, added RoleMentions 2016-10-07 17:37:12 -03:00
RogueException
090a1bc736 Added IMessage.Tags 2016-10-06 09:06:04 -03:00
RogueException
abd315ed21 Added length to Emoji 2016-10-06 05:46:37 -03:00
RogueException
b600763071 Fixed null RestMessage.Author 2016-10-06 05:43:01 -03:00