RogueException
572c0e6c6b
Renamed new params classes to XXXProperties
9 years ago
RogueException
8326d01f62
Isolated API definitions to their own library
9 years ago
RogueException
1efcd3daf6
Added request retry modes
9 years ago
RogueException
3927758b70
Removed Guild.VoiceStates
9 years ago
RogueException
2778d0bdbe
Fixes #414
9 years ago
RogueException
b166683704
Added missing IDisposables
9 years ago
RogueException
8f87b2cc71
Added support for .NET Standard 1.1 and 1.2
9 years ago
RogueException
c83e693988
Removed duplicate logic
9 years ago
RogueException
e369f342fc
Merge branch 'dev' into issues/274
9 years ago
Christopher F
ec71b84720
Add config option to download all users on GuildAvailable
Resolves #302
9 years ago
RogueException
08cfc1dd7f
Reconnect if heartbeat fails and a user download was not requested
9 years ago
Christopher F
8db026c0fe
Make changes per feedback, remove invocations of GuildMemberUpdated
Nickname changes/role changes are no longer sent over PRESENCE_UPDATE, making it obsolete to check for changes there.
9 years ago
Christopher F
deafa3d755
save your work before committing
*facepalm*
9 years ago
Christopher F
c80f73764c
Properly implement UserUpdated for Username or Avatar Changes
9 years ago
Christopher F
1e55d30a65
Raise GuildMemberUpdated when a Nickname is modified
9 years ago
RogueException
f56a1b653d
Cleaned up Reactions PR
9 years ago
RogueException
2e1ec5803b
Added AddReactions to Permission constructors
9 years ago
RogueException
b9eeac9105
Merge branch 'dev' into feature/reactions
9 years ago
RogueException
d74257cb69
Drop applicationinfo cache on logout, fixed RPC appinfo exception.
9 years ago
Christopher F
1ed4f703bf
Cache the current application on DiscordSocketClient
9 years ago
RogueException
53ee30c648
Virtual channels should not be exposed to socket classes. Dont store guild in messages.
9 years ago
RogueException
42cbd67ee0
Removed prerelease tag from project.json
9 years ago
RogueException
cf42bd1854
Restored project.json and old build script
9 years ago
RogueException
0f674d2404
Updated dependencies to .NET Core 1.1
9 years ago
ObsidianMinor
ddca1bc6a4
Migrated projects to Visual Studio 2017
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
RogueException
b1506879db
Cleaned up Hierarchy PR
9 years ago
Christopher F
983b50120d
Support "MESSAGE_REACTION_REMOVE_ALL" dispatch
9 years ago
Christopher F
6b5a4b3ee6
Support the "Clear Reactions" endpoint
9 years ago
Christopher F
8dfc6aea67
Add optional user/message/channel objects to Reactions
9 years ago
Christopher F
676fbbcd23
Fix invoking reaction events twice
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
james7132
97a6bf6b6e
Add IGuildUser.Hirearchy, added docstrings
Property can be renamed as needed.
9 years ago
james7132
2e9bca5b85
Fix role comparison
9 years ago
james7132
08c7b49aae
Remove IComparable<IGuildUser>
9 years ago
james7132
50d1aa0689
Implemented IComparable<IRole> on IGuildUser
9 years ago
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