james7132
f3cd96d2fe
Implemented IComparable<T> on IRole and IGuildUUser
9 years ago
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.
9 years ago
RogueException
043f8ded85
Moved ISelfUser.ModifyStatusAsync to DiscordSocketClient.SetStatus/SetGame. Resend status on reconnect.
9 years ago
RogueException
d9e00c9170
Added guild parameter to PresenceUpdated, added GuildMemberUpdated
9 years ago
RogueException
b23d839d8b
Made RequestOptions in XXXMessage.DeleteAsync optional
9 years ago
RogueException
b22d704001
Renamed SocketGuild.GetCurrentUser -> CurrentUser
9 years ago
RogueException
3458a0ce75
Merge pull request #324 from LassieME/patch-issue-323
Fix #323
9 years ago
RogueException
313c957a34
Default isTTS to false on Send methods
9 years ago
Sindre Langhus
98088519d1
Update SocketChannelHelper.cs
9 years ago
RogueException
a464f9ec3a
Fixed errors caused by #321
9 years ago
RogueException
123fc90efc
Removed duplicate model
9 years ago
RogueException
c497f95d35
Readded navigational props to interfaces
9 years ago
RogueException
75fb31e939
Removed IDiscordClient reference from IEntity
9 years ago
RogueException
af9a2c2d64
Fixed nullref on guild member remove
9 years ago
RogueException
4643e44e48
Updated package info
9 years ago
RogueException
82ee6c5aaa
Fixed error when calling GetMessagesAsync with no cached messages
9 years ago
RogueException
bf10529f80
Added new rate limits
9 years ago
RogueException
37f0d8c7e8
Fixed nullrefs when message cache is disabled
9 years ago
RogueException
2fd2e26179
Fixed missing private channels
9 years ago
RogueException
7326aac468
Bumped up concurrent collections concurrency level
9 years ago
RogueException
6bdc0c09ca
Cleaned up TODOs
9 years ago
RogueException
21c38412ad
Changed snowflake GetCreatedAt() -> CreatedAt
9 years ago
RogueException
49070f3075
Went a tad overboard
9 years ago
RogueException
5c33e28757
Added missing ConfigureAwaits
9 years ago
RogueException
01205d911d
Fixed null refs when message cache is disabled
9 years ago
RogueException
ba35f5bed1
Added IRole.IsMentionable
9 years ago
RogueException
16c67e79e9
Added RPC channel and guild entities, Get and Select methods
9 years ago
RogueException
e4a3a9e6e2
Added ObjectOrId resolver
9 years ago
RogueException
c28751f631
Changed IMessage.ChannelId to IMessage.Channel
9 years ago
RogueException
007b4b11f0
Added WebhookId/IsWebhook to IMessage
9 years ago
RogueException
95a8f36d63
Changed IMessage's MentionedUsers to MentionedUserIds
9 years ago
RogueException
a74602d6e1
Renamed Message model's Mentions -> UserMentions, added RoleMentions
9 years ago
RogueException
cabf567359
Renamed WebSocketMessage -> SocketFrame
9 years ago
RogueException
090a1bc736
Added IMessage.Tags
9 years ago
RogueException
9e982ccd4a
Added IMessage.Emojis
9 years ago
RogueException
0b47d5bd2e
Improved GetMessages with cache enabled
9 years ago
RogueException
bb1fc2c42a
Fixed MessageCache GetMany with Before direction
9 years ago
RogueException
5415b8f8f6
Renamed Emoji -> GuildEmoji
9 years ago
RogueException
472412e232
Readded IMessageChannel.TriggerTypingAsync
9 years ago
RogueException
6c77914162
Fixed a few non-optional RequestOptions
9 years ago
RogueException
8c5990d575
Fixed guilds not completing sync on user tokens
9 years ago
RogueException
6c34441f4c
Added SelfUser.ModifyStatusAsync
9 years ago
RogueException
f41df1f966
Exposed RequestOptions
9 years ago
RogueException
dcd94381fc
Implemented missing method and typing notifier
9 years ago
RogueException
2f3831dd6e
Claned up mentions, added sanitize handler to user/role/channel mentions
9 years ago
RogueException
7e246f942e
Cleaned up virtual methods
9 years ago
RogueException
3c3e790edd
Replaced several arrays with immutables
9 years ago
RogueException
1b86812741
Added WebhookId and IsWebhook
9 years ago
RogueException
51a476c1fa
Added GetCachedMessages
9 years ago
RogueException
91154ba1d6
Defaulted concurrency level for concurrent collections
9 years ago