Commit Graph

78 Commits

Author SHA1 Message Date
RogueException
c2722cf7c4 SendMessage should accept EmbedBuilder directly 2016-11-14 20:05:43 -04:00
Christopher F
bad7d827c3 Modify SendMessage to include an embeds field 2016-11-13 00:51:40 -05:00
RogueException
b1506879db Cleaned up Hierarchy PR 2016-11-12 01:37:59 -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
Christopher F
0b42a2b1b4 Assign a default value to DiscordSocketClient.Status
This property previously had a default value of 'null'. In DiscordSocketClient#ConnectInternalAsync, we would attempt to send a null status to Discord, which would fail to serialize, and force the client to disconnect.
2016-10-22 13:14:36 -04:00
RogueException
043f8ded85 Moved ISelfUser.ModifyStatusAsync to DiscordSocketClient.SetStatus/SetGame. Resend status on reconnect. 2016-10-21 11:22:26 -03:00
RogueException
d9e00c9170 Added guild parameter to PresenceUpdated, added GuildMemberUpdated 2016-10-21 09:31:57 -03:00
RogueException
b23d839d8b Made RequestOptions in XXXMessage.DeleteAsync optional 2016-10-20 05:10:39 -03:00
RogueException
b22d704001 Renamed SocketGuild.GetCurrentUser -> CurrentUser 2016-10-20 04:40:00 -03:00
RogueException
3458a0ce75 Merge pull request #324 from LassieME/patch-issue-323
Fix #323
2016-10-20 04:02:06 -03:00
RogueException
313c957a34 Default isTTS to false on Send methods 2016-10-20 03:55:14 -03:00
Sindre Langhus
98088519d1 Update SocketChannelHelper.cs 2016-10-19 14:14:55 +02:00
RogueException
a464f9ec3a Fixed errors caused by #321 2016-10-18 15:30:19 -03:00
RogueException
123fc90efc Removed duplicate model 2016-10-16 00:51:47 -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
af9a2c2d64 Fixed nullref on guild member remove 2016-10-13 13:49:16 -03:00
RogueException
4643e44e48 Updated package info 2016-10-12 16:49:22 -03:00
RogueException
82ee6c5aaa Fixed error when calling GetMessagesAsync with no cached messages 2016-10-12 15:32:22 -03:00
RogueException
bf10529f80 Added new rate limits 2016-10-11 23:22:42 -03:00
RogueException
37f0d8c7e8 Fixed nullrefs when message cache is disabled 2016-10-10 22:11:07 -03:00
RogueException
2fd2e26179 Fixed missing private channels 2016-10-10 22:10:51 -03:00
RogueException
7326aac468 Bumped up concurrent collections concurrency level 2016-10-08 18:45:29 -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
49070f3075 Went a tad overboard 2016-10-08 17:00:20 -03:00
RogueException
5c33e28757 Added missing ConfigureAwaits 2016-10-08 16:59:17 -03:00
RogueException
01205d911d Fixed null refs when message cache is disabled 2016-10-08 16:01:47 -03:00
RogueException
ba35f5bed1 Added IRole.IsMentionable 2016-10-08 14:43:18 -03:00
RogueException
16c67e79e9 Added RPC channel and guild entities, Get and Select methods 2016-10-08 03:09:26 -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
cabf567359 Renamed WebSocketMessage -> SocketFrame 2016-10-07 17:24:16 -03:00
RogueException
090a1bc736 Added IMessage.Tags 2016-10-06 09:06:04 -03:00
RogueException
9e982ccd4a Added IMessage.Emojis 2016-10-06 05:37:57 -03:00
RogueException
0b47d5bd2e Improved GetMessages with cache enabled 2016-10-06 05:37:45 -03:00
RogueException
bb1fc2c42a Fixed MessageCache GetMany with Before direction 2016-10-06 05:06:25 -03:00
RogueException
5415b8f8f6 Renamed Emoji -> GuildEmoji 2016-10-06 04:28:54 -03:00
RogueException
472412e232 Readded IMessageChannel.TriggerTypingAsync 2016-10-06 04:24:24 -03:00
RogueException
6c77914162 Fixed a few non-optional RequestOptions 2016-10-06 03:44:09 -03:00
RogueException
8c5990d575 Fixed guilds not completing sync on user tokens 2016-10-06 03:41:30 -03:00
RogueException
6c34441f4c Added SelfUser.ModifyStatusAsync 2016-10-06 03:26:30 -03:00
RogueException
f41df1f966 Exposed RequestOptions 2016-10-06 02:44:41 -03:00