1311 Commits (bbbd00de4b197af600ff253f35628db2a98de935)

Author SHA1 Message Date
  RogueException 88776c94d1 Fixed a couple substring bugs in commandservice 10 years ago
  RogueException 79712b9df4 Removed Import/Export placeholder 10 years ago
  RogueException 2849acb005 Cleaned up new CommandService activations and help args. 10 years ago
  RogueException 55769bea3c Cleaned up DiscordConfig docstrings 10 years ago
  RogueException e306ee1a04 Merge pull request #26 from Googie2149/dev 10 years ago
  RogueException 937ff71c4a Added ILogger, made logger optional for RestClients 10 years ago
  RogueException 18ae9f6bc8 Removed support for client-only features 10 years ago
  Master Kwoth 82c73401bd Removed ArgumentNullException from FindChannels 10 years ago
  RogueException d53d91144c Add IDisposable to DiscordClient 10 years ago
  RogueException d6342b725d Fixed a few json settings (such as dates deserializing to UTC), and use cached jsonserializers in more places. 10 years ago
  RogueException 30196bd43f Ignore errors during AudioClient cleanup 10 years ago
  RogueException 780da1ce1e Added more missing ConfigureAwaits, ignore OperationCanceledException in MessageQueue 10 years ago
  RogueException 46b854bd12 Added option to cancel an outgoing REST request in the SendingRequest event 10 years ago
  RogueException 2053d7c7c4 Reworked several parts of the ETF serializer 10 years ago
  RogueException efa15d1dd5 Added a warning for unknown user in MESSAGE_CREATE 10 years ago
  Googie2149 eaa9065d00 Allow ActivationMode.Mention to kinda work in PM from the client 10 years ago
  Googie2149 00171c68ac Custom activation methods 10 years ago
  Googie2149 484b2b1391 Removed extra bracket 10 years ago
  Googie2149 2ed49d2fd5 Change built in help 10 years ago
  RogueException 11cf3beae0 Finished (probably?) ETF serialization, started spliting Rest into ETFRestClient and JsonRestClient. 10 years ago
  RogueException b224add719 Remove DiscordClient.Disconnected event 10 years ago
  RogueException 2040975554 Register AudioService to GatewaySocket.Disconnected event, not DiscordClient.Disconnected 10 years ago
  RogueException 15781c2b2d Ensure WebSocket.State is Disconnected before raising OnDisconnected 10 years ago
  RogueException 1ae7c36d31 Added AudioServiceConfig.MaxBitrate constant 10 years ago
  RogueException e1072f2e4e Lowered bitrate max to 128kbps 10 years ago
  RogueException 8da5268cd7 Cleaned up several accessibilities, docstrings, and a few audio classes 10 years ago
  RogueException d17a7531da Completed ETF serialization for primitives, enums and nullables. Partially implemented support for classes, structs, dictionaries and enumerables. 10 years ago
  RogueException ff1c4f5e32 Cleaned up DynamicIL functions 10 years ago
  RogueException 2457fc2455 Fixed several issues with tokens cache 10 years ago
  RogueException 9f66857efa Fixed compile error 10 years ago
  RogueException db0c4da816 Minor edit because I'm picky 10 years ago
  RogueException 0ff61958d7 Cleaned up DynamicIL 10 years ago
  RogueException 7eb86c740d Re-enabled unsafe code on main lib 10 years ago
  RogueException 0c4af8d042 Cleaned up and added a few more types to ETFEncoder 10 years ago
  RogueException ceec287f65 Added a null check in Message deserialization, added missing video information 10 years ago
  RogueException 0db0675cb5 Rewrote AudioClient, fixed several async issues, removed most sealed keywords. 10 years ago
  RogueException fab54563e9 Fixed UserUpdated's Before value during voice updates 10 years ago
  RogueException 84837bb97b Minor doc edit 10 years ago
  RogueException 7e97596a5d Improved error handling in MessageQueue 10 years ago
  RogueException f581434497 Cleaned up a few internal command constructor, fixed subgroups not maintaining category 10 years ago
  RogueException 33683e6ec7 Fixed setting channel permissions 10 years ago
  RogueException 034075d584 Removed AsyncContext in ExecuteAndWait 10 years ago
  RogueException 6266350eaa Renamed DiscordClient.Run to DiscordClient.ExecuteAndWait. Added Run to Legacy. 10 years ago
  RogueException 23c5137a5f Added Before/After to update events, added dynamic IL generation 10 years ago
  RogueException a08a4a4322 Moved Relative.cs 10 years ago
  RogueException fc3f4c853e Grouped event classes 10 years ago
  RogueException 2efcd3675d Renamed RelativeDirection to Relative 10 years ago
  RogueException a3735f2210 Started adding ETF support 10 years ago
  RogueException a2c9373ed6 Fixed several potential deadlocks 10 years ago
  RogueException 2f8754091e Ensure State is Connected before raising DiscordClient.Connected 10 years ago