Commit Graph

52 Commits

Author SHA1 Message Date
RogueException
b9eeac9105 Merge branch 'dev' into feature/reactions 2016-11-27 00:30:46 -04:00
RogueException
08d85cd2d9 Merge pull request #375 from LassieME/embed/fix-urls-add-timestamp
Adds Timestamps to embeds, and removes Image and Thumbnail-Builders
2016-11-27 00:20:15 -04:00
Christopher F
1be6f77efb Don't check message content if an embed is present when modifying 2016-11-26 21:22:35 -05:00
Christopher F
6519b300d9 ModifyAsync will accept an EmbedBuilder
**This is not a breaking change**.

This change begins to implement #379, where IUserMessage.ModifyAsync will now accept a `Discord.ModifyMessageParams` func over a `Discord.API.Rest.ModifyMessageParams` func.
2016-11-25 22:12:28 -05:00
Sindre G. Langhus
54dd0a5cec Fixed ordering. 2016-11-25 21:51:52 +01:00
Sindre G. Langhus
d0158816d3 Adds DateFormatString to DiscordRestApiClient 2016-11-25 17:10:05 +01:00
Sindre G. Langhus
a455ccc334 Adds a timestamp and fixes Volts issues with Thumbnail and Image URLs. 2016-11-24 01:17:39 +01:00
Sindre G. Langhus
09608b79c3 Adds builders for Thumbnail and Image embeds, and adds json model for Video and Image embeds. 2016-11-22 22:22:16 +01:00
RogueException
bdb44f3606 Minor edit 2016-11-14 20:28:34 -04:00
RogueException
8c5f5ffb7d Merge branch 'dev' into feature/rich-embeds 2016-11-14 19:58:58 -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
7773e1d1cb Removed old GetBucketId function 2016-11-14 08:15:40 -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
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
Christopher F
6b5a4b3ee6 Support the "Clear Reactions" endpoint 2016-11-11 15:52:14 -05:00
Christopher F
c6d9bbf063 Clean up some bugs when parsing unicode emoji 2016-11-05 18:45:35 -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
RogueException
043f8ded85 Moved ISelfUser.ModifyStatusAsync to DiscordSocketClient.SetStatus/SetGame. Resend status on reconnect. 2016-10-21 11:22:26 -03:00
RogueException
6e1a76d070 Merge pull request #327 from RogueException/issue-240
Adjusted GetGuildPruneCount to using params;
2016-10-20 05:05:23 -03:00
Khionu Sybiern
8f553e60a1 Adjusted GetGuildPruneCount to using params;
fixes #240
2016-10-20 04:01:18 -04:00
RogueException
b860392b44 Guild prunes must be at least 1 day 2016-10-20 04:49:21 -03:00
RogueException
5389f98042 Ignore errors when deserializing Game 2016-10-16 00:51:47 -03:00
RogueException
84980ad203 Fixed OOB error generating bucket ids for certain endpoints 2016-10-13 12:42:08 -03:00
RogueException
30067959d7 Unpack the arg array if one exists when generating bucket ids 2016-10-13 12:02:34 -03:00
RogueException
f93464523e Cleaned up the Json contract resolver, fixed user mention deserialization 2016-10-12 19:09:49 -03:00
RogueException
606d4e7ba9 Cleaned up net code, readded user token rate limits 2016-10-12 18:12:45 -03:00
RogueException
1057ee012a Made a few methods static 2016-10-11 23:45:27 -03:00
RogueException
bf10529f80 Added new rate limits 2016-10-11 23:22:42 -03:00
RogueException
5c33e28757 Added missing ConfigureAwaits 2016-10-08 16:59:17 -03:00
RogueException
960119d965 Updated RelationshipType 2016-10-08 16:18:53 -03:00
RogueException
82429fdcd1 Removed unneeded attribute 2016-10-08 16:11:10 -03:00
RogueException
005bc8283a Fixed CreateGuildBan ignoring DeleteMessageDays, fixes #256 2016-10-08 16:02:51 -03:00
RogueException
ba35f5bed1 Added IRole.IsMentionable 2016-10-08 14:43:18 -03:00
RogueException
471089822b Added MessageCreated/Updated events and several properties to RpcClient 2016-10-07 21:39:48 -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
a74602d6e1 Renamed Message model's Mentions -> UserMentions, added RoleMentions 2016-10-07 17:37:12 -03:00
RogueException
cabf567359 Renamed WebSocketMessage -> SocketFrame 2016-10-07 17:24:16 -03:00
RogueException
9e982ccd4a Added IMessage.Emojis 2016-10-06 05:37:57 -03:00
RogueException
6c34441f4c Added SelfUser.ModifyStatusAsync 2016-10-06 03:26:30 -03:00
RogueException
3c3e790edd Replaced several arrays with immutables 2016-10-05 23:59:55 -03:00
RogueException
1b86812741 Added WebhookId and IsWebhook 2016-10-05 03:45:38 -03:00
RogueException
9401542666 Updated bulk delete endpoint 2016-10-05 03:00:48 -03:00
RogueException
708f9fe514 Added CommandContext, fixed commands compile errors 2016-10-04 09:54:44 -03:00