178 Commits (5e1d84d9184febe614dbd64e4d6e12c98d03dbd5)

Author SHA1 Message Date
  RogueException dac51db299 Added DiscordShardedClient, some DiscordSocketClient fixes. 9 years ago
  RogueException fc8d2b3155 Added AudioOutStream, exposed Clear/ClearAsync methods. Added support for cancelTokens. 9 years ago
  RogueException b17a9b713f Removed debug lines 9 years ago
  RogueException 58cb8cfb20 Added a limit to BufferedAudioTarget's internal buffer. 9 years ago
  RogueException c34841c53d Dont flush audio streams on Dispose 9 years ago
  RogueException 64ddcb564b Added isDisposed checks to audio classes. Dont flush the OpusEncodeStream 9 years ago
  RogueException 9cca612468 Improved BufferedAudioTarget loop 9 years ago
  RogueException 73461d60c1 Changed bitrate to bits/sec 9 years ago
  RogueException d6dc3a4e4b Added IDisposable to RTPWriteStream. Flush on Dispose. 9 years ago
  RogueException f4469a76be Added Flush support for audio streams 9 years ago
  RogueException beb2acb40c Fixed deadlock during connection 9 years ago
  RogueException 3b72d48950 Added support for partial PCM frames 9 years ago
  RogueException c38a786039 Removed unused parameter 9 years ago
  RogueException 2877653a09 Readded outgoing audio 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 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 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 9 years ago
  Christopher F deafa3d755 save your work before committing 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