2712 Commits (84d011a1f6ec6539e677d67bbfcc847ab75dca4a)

Author SHA1 Message Date
  RogueException 9a47de6509 Moved DiscordClient.CurrentUser to GetCurrentUser, lazy load it. 9 years ago
  RogueException 93bf06bcb6 Added support for changing nicknames 9 years ago
  RogueException 14bb0f7e2e Added support for optional model parameters, fixed a few model errors 9 years ago
  RogueException 4bc37d8c33 Added IGuild.IsOwner, cleaned a few exceptions 9 years ago
  RogueException 227c8f3e60 Minor rename 9 years ago
  RogueException 4d565d1b29 Added ToString to several Rest models 9 years ago
  RogueException 0eb9ff6bd3 Fixed several model processing bugs 9 years ago
  RogueException 7cccf6b30c Fixed MessageQueue race condition 9 years ago
  RogueException 66097b3fd7 Added MessageQueue 9 years ago
  RogueException 137998f7e0 Reorganized files, moved DiscordRestClient to Rest.DiscordClient, added RestProvider to config 9 years ago
  RogueException 82471845d8 Don't serialize payloads twice 9 years ago
  RogueException 6af7067431 Move PermissionsHelper to Shared 9 years ago
  RogueException b45a0ebe6e 1.0 REST Preview 2 9 years ago
  RogueException 069bc2b931 Updated UploadFile REST Model 9 years ago
  RogueException 160bc4230e Updated Message Model 9 years ago
  RogueException 9918f7d0f3 Removed pragmas 9 years ago
  RogueException ac66f59d4b Updated Role Model 9 years ago
  RogueException a968b4205a Cleaned up various entities 9 years ago
  RogueException 5bdd6a7ff3 Early 1.0 REST Preview 9 years ago
  RogueException b888ea23dc Minor changes 9 years ago
  RogueException d1cae981da Removed csprojs (temporarily?) 9 years ago
  RogueException 646259baa5 Cleaned up channels and converted more models to new layout 9 years ago
  RogueException 36ea8b8c3a Added reference project 9 years ago
  RogueException 27d7e9915b Initial 1.0-alpha1 design changes 9 years ago
  RogueException 5decad09a1 Be more strict with resetting queue warnings, to prevent spam 9 years ago
  RogueException 1ef5e4a1ca Cleaned up LogManager 9 years ago
  RogueException ce8e69d83c Added a few missing ConfigureAwait(false) 9 years ago
  RogueException 0ec7218ad0 Provide more information during MessageQueue warnings 9 years ago
  RogueException c387e04c09 Reorganize Logger.cs 9 years ago
  RogueException 3b71a329b8 AudioExtensions.GetAudioClient should be an extension method 9 years ago
  RogueException 00f8c7a733 Fixed TTS 9 years ago
  RogueException 564e6ca2cc Added a cleanup note for Message.Resolve 9 years ago
  RogueException 03920b9d48 Added non-generic Modules.Add method 9 years ago
  RogueException 3101e23228 Store AppName/Url/Version in DiscordConfig, generate config for AudioClient 10 years ago
  RogueException 212890a147 Removed raw input/output from Debug logging 10 years ago
  RogueException b9d68b723a Renamed LoggedIn event to Ready 10 years ago
  RogueException f7b2eb7f6f Avoid processing online users twice during connection 10 years ago
  RogueException d6f22d11dc Wait for all offline users before raising LoggedIn 10 years ago
  RogueException d7ecefb5cb Improved performance where Channel.GetUser is used 10 years ago
  RogueException 41125c41db Fixed Channel.GetUser 10 years ago
  RogueException c6af9fa70d Fixed channel's user cache not populating on READY 10 years ago
  RogueException 8e519d1925 Several permission cache fixes 10 years ago
  RogueException 989243f88c Fixed Channel.Users permissions cache creation 10 years ago
  RogueException ca792a798a Fixed compile warning 10 years ago
  RogueException 964ba82928 Added a few more placeholders to ETFReader 10 years ago
  RogueException 04645bb327 Reorganized ETFReader to match ETFWriter's layout 10 years ago
  RogueException 1e6e965775 Changed LeaveGuildRequest to new endpoint 10 years ago
  RogueException 433ead6f3f Added DeleteGuildRequest 10 years ago
  RogueException 1f1e6e6ed4 Added Bool, Integer and Nullable support to ETFReader 10 years ago
  RogueException 7cbefe6fa2 Cleaned up ETFWriter 10 years ago