pegasy
|
86eeefb66f
|
Merge d59b038efa into 678a7238e6
|
8 years ago |
Christopher F
|
9979a027d5
|
Change default InviteAge to 24 hours
Resolves #859
|
8 years ago |
Alex Gravely
|
e00f17fe55
|
Move DeleteMessagesAsync from IMessageChannel to ITextChannel (#829)
|
8 years ago |
pegasy
|
d59b038efa
|
Renamed classes / properties / methods to use CategoryChannel instead of ChannelCategory to be consistant with how text / voice channels are named.
|
8 years ago |
pegasy
|
5c4777dc8c
|
removed Guild from class name for ChannelCategory
Renamed all properties to use Category instead of Parent
Throw exception on GetUsers / GetInvites etc for categories
|
8 years ago |
pegasy
|
e18bd8c799
|
Add support for channel categories (as its own channel type)
|
8 years ago |
Christopher F
|
608bc359ee
|
Removed IChannel#Nsfw, added to ITextChannel
|
8 years ago |
Christopher F
|
5d7f2fc7ec
|
Add GetReactionUsersAsync(IEmote) overload (#731)
* Add GetReactionUsersAsync(IEmote) overload
Resolves #730
* Remove obsolete GetReactionUsersAsync(string) overload
|
8 years ago |
Christopher F
|
1942637380
|
Merge pull request #656 from AntiTcb/fix/GetDMChannelAsync
Remove IUser.CreateDMChannelAsync / Fix SocketGlobalUser.DMChannel
|
8 years ago |
AntiTcb
|
fb57a61432
|
Rename to GetOrCreateDMChannelAsync
|
8 years ago |
Alex Gravely
|
8c2a46e9e7
|
Add ulong overload to IMessageChannel.DeleteMessagesAsync (#649)
|
8 years ago |
AntiTcb
|
73611d1fab
|
Remove IUser.CreateDMChannelAsync, implicitly implement IUser.GetDMChannelAsync
|
8 years ago |
Christopher F
|
576a52cdc6
|
Restructure and replace emojis with a new emote system (#619)
|
8 years ago |
Christopher F
|
7f1fc286cf
|
Add IChannel.Nsfw, RequireNsfw precondition (#633)
* Add IChannel.Nsfw, RequireNsfw precondition
* Refactored IChannel.Nsfw to IsNsfw, removed NsfwUtils
Per pull-request feedback
* proper nsfw channel check
|
8 years ago |
RogueException
|
a306d83283
|
Added net45 TFM
|
8 years ago |
RogueException
|
e762dddfbb
|
Added SnowflakeUtils
|
8 years ago |
RogueException
|
cbb38bd101
|
Hide Entity.Discord property
|
9 years ago |
RogueException
|
158ce0f922
|
Started adding IAudioClient incoming stream creation/destruction events
|
9 years ago |
RogueException
|
bf0be82d15
|
Added IWebhookUser and MessageSource
|
9 years ago |
RogueException
|
22e6b0f386
|
Fixed RpcChannelSummary accessibilities
|
9 years ago |
RogueException
|
84b3d24175
|
Merge pull request #549 from Mushroom/reactions
Added support for reaction 'me' field
|
9 years ago |
RogueException
|
711a4e90a4
|
Renamed AvatarFormat -> ImageFormat. Cleaned up.
|
9 years ago |
RogueException
|
6dd2e0a708
|
Merge pull request #573 from james7132/auto-avatar
Automatic animated avatar detection
|
9 years ago |
RogueException
|
1d5b7a2b01
|
Removed Unknown status
|
9 years ago |
james7132
|
bfc4fd686e
|
Automatic animated avatar detection
|
9 years ago |
Mushroom
|
78076bd9df
|
Added support for reaction 'me' field
|
9 years ago |
Christopher F
|
2db60749ca
|
Add IsUnique parameter to CreateChannelInvite
Resolves #469
|
9 years ago |
Christopher F
|
c486f0ee50
|
Don't force avatar formats
|
9 years ago |
Christopher F
|
a5adc8a129
|
Cleanup from rebase
|
9 years ago |
Christopher F
|
6116c1bcef
|
Replace IUser.AvatarUrl with IUser#GetAvatarUrl(size)
This is to support the new user image endpoint, which provides a parameter for image resizing.
|
9 years ago |
RogueException
|
d9fd0c34e4
|
Fixed bugs with creating invites
|
9 years ago |
RogueException
|
fe35400498
|
Cleanup
|
9 years ago |
RogueException
|
ea0044cb87
|
Made IVoiceChannel.UserLimit nullable
|
9 years ago |
RogueException
|
e2934abe29
|
Made API models internal. Removed Discord.Net.API.
|
9 years ago |
RogueException
|
2c075e186a
|
Added support for custom ModuleBase command contexts. Added SocketCommandContext/RpcCommandContext.
|
9 years ago |
RogueException
|
572c0e6c6b
|
Renamed new params classes to XXXProperties
|
9 years ago |
RogueException
|
8326d01f62
|
Isolated API definitions to their own library
|
9 years ago |
RogueException
|
8f87b2cc71
|
Added support for .NET Standard 1.1 and 1.2
|
9 years ago |
RogueException
|
b9eeac9105
|
Merge branch 'dev' into feature/reactions
|
9 years ago |
RogueException
|
53ee30c648
|
Virtual channels should not be exposed to socket classes. Dont store guild in messages.
|
9 years ago |
RogueException
|
853f8f2e6b
|
Added prefixless TagHandling, added startIndex to resolve, fixed bugs.
|
9 years ago |
RogueException
|
c2722cf7c4
|
SendMessage should accept EmbedBuilder directly
|
9 years ago |
Christopher F
|
bad7d827c3
|
Modify SendMessage to include an embeds field
|
9 years ago |
Christopher F
|
6b5a4b3ee6
|
Support the "Clear Reactions" endpoint
|
9 years ago |
Christopher F
|
718560917c
|
RequestOptions should be optional on Reactions
|
9 years ago |
Christopher F
|
c6d9bbf063
|
Clean up some bugs when parsing unicode emoji
|
9 years ago |
Christopher F
|
e2e2c4308d
|
Refactor, rearrange, reimplement reactions; receive over gateway
|
9 years ago |
Christopher F
|
7018bc9c58
|
"""Support""" the 'reactions' field on message objects
this is all really broken
|
9 years ago |
Christopher F
|
838d60e2c2
|
Add API model for Reaction, implement REST methods for reactions
|
9 years ago |
RogueException
|
b23d839d8b
|
Made RequestOptions in XXXMessage.DeleteAsync optional
|
9 years ago |