Christopher F
|
5d7f2fc7ec
|
Add GetReactionUsersAsync(IEmote) overload (#731)
* Add GetReactionUsersAsync(IEmote) overload
Resolves #730
* Remove obsolete GetReactionUsersAsync(string) overload
|
2017-08-29 17:09:28 -04:00 |
|
Pat Murphy
|
224d0403db
|
Adding Equals() overloads for reactions/emotes (#723)
|
2017-06-29 18:05:16 -03:00 |
|
Christopher F
|
576a52cdc6
|
Restructure and replace emojis with a new emote system (#619)
|
2017-05-04 12:52:48 -03:00 |
|
Christopher F
|
431b7fbd9f
|
Visual Studio C#7 suggestions
|
2017-04-23 15:23:06 -04:00 |
|
RogueException
|
e762dddfbb
|
Added SnowflakeUtils
|
2017-04-19 14:50:33 -03:00 |
|
RogueException
|
bf0be82d15
|
Added IWebhookUser and MessageSource
|
2017-03-30 23:29:30 -03:00 |
|
Mushroom
|
78076bd9df
|
Added support for reaction 'me' field
|
2017-03-03 01:51:46 +00:00 |
|
RogueException
|
8be4cb72e3
|
SocketSystemMessage Internal -> Public
|
2017-02-07 21:15:27 -04:00 |
|
RogueException
|
e2934abe29
|
Made API models internal. Removed Discord.Net.API.
|
2017-01-01 23:28:42 -04:00 |
|
RogueException
|
572c0e6c6b
|
Renamed new params classes to XXXProperties
|
2016-12-23 16:57:29 -04:00 |
|
RogueException
|
f56a1b653d
|
Cleaned up Reactions PR
|
2016-11-27 00:55:01 -04:00 |
|
RogueException
|
2e1ec5803b
|
Added AddReactions to Permission constructors
|
2016-11-27 00:41:03 -04:00 |
|
RogueException
|
b9eeac9105
|
Merge branch 'dev' into feature/reactions
|
2016-11-27 00:30:46 -04:00 |
|
RogueException
|
853f8f2e6b
|
Added prefixless TagHandling, added startIndex to resolve, fixed bugs.
|
2016-11-16 16:26:06 -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 |
|
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 |
|
RogueException
|
b23d839d8b
|
Made RequestOptions in XXXMessage.DeleteAsync optional
|
2016-10-20 05:10:39 -03:00 |
|
RogueException
|
a464f9ec3a
|
Fixed errors caused by #321
|
2016-10-18 15:30:19 -03:00 |
|
RogueException
|
21c38412ad
|
Changed snowflake GetCreatedAt() -> CreatedAt
|
2016-10-08 18:38:41 -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
|
9e982ccd4a
|
Added IMessage.Emojis
|
2016-10-06 05:37:57 -03:00 |
|
RogueException
|
bb1fc2c42a
|
Fixed MessageCache GetMany with Before direction
|
2016-10-06 05:06:25 -03:00 |
|
RogueException
|
f41df1f966
|
Exposed RequestOptions
|
2016-10-06 02:44:41 -03:00 |
|
RogueException
|
2f3831dd6e
|
Claned up mentions, added sanitize handler to user/role/channel mentions
|
2016-10-06 00:28:17 -03:00 |
|
RogueException
|
1b86812741
|
Added WebhookId and IsWebhook
|
2016-10-05 03:45:38 -03:00 |
|
RogueException
|
91154ba1d6
|
Defaulted concurrency level for concurrent collections
|
2016-10-05 02:26:15 -03:00 |
|
RogueException
|
7df38fea3a
|
Added missing ToString and DebuggerDisplays
|
2016-10-04 16:41:40 -03:00 |
|
RogueException
|
c67bd04c5a
|
Fixed websocket message mention detection
|
2016-10-04 13:37:40 -03:00 |
|
RogueException
|
d443ccca13
|
Exposed SocketMessage.Channel
|
2016-10-04 10:21:02 -03:00 |
|
RogueException
|
4678544fed
|
Added remaining gateway events, added IAudioChannel, added CacheModes
|
2016-10-04 07:32:26 -03:00 |
|
RogueException
|
dd86f03306
|
Started converting websocket and rpc classes
|
2016-09-28 04:12:47 -03:00 |
|
RogueException
|
6319933ed0
|
Concrete class prototype
|
2016-09-22 21:15:37 -03:00 |
|