2594 Commits (80da170f693f90b1df3cf64a5e50fdbc3fb57c1a)

Author SHA1 Message Date
  RogueException a529b6bd07 Added VOICE_SERVER_UPDATE handling 10 years ago
  RogueException 58d54a76b5 Merged Discord.Net.Audio into the main project, starting adding IVoiceChannel.ConnectAsync() 10 years ago
  RogueException d4c2a17516 Moved IDMChannel/IGuildChannel's IUpdateable to IChannel 10 years ago
  RogueException 5544d0759b Updated to .Net Core 1.0 RTM 10 years ago
  RogueException ec2a857455 Did more groundwork for AudioClient, added ILogManager 10 years ago
  RogueException c1a0761279 Started porting audio code from 0.9 10 years ago
  RogueException 63fbdb394b Ensure Task return type for commands 10 years ago
  RogueException 7bb890cbfe Added command groups, fixed several bugs 10 years ago
  RogueException 6300a24eb5 Added note about username rate limit 10 years ago
  RogueException 9365a70e1d Added IGuildUser Add/Remove Roles extensions 10 years ago
  RogueException 602ac134e5 Added Prefix check extensions to IMessage 10 years ago
  RogueException f76d468582 Dont initialize the websocket engine if DiscordClient is given a DiscordSocketConfig 10 years ago
  RogueException f6c31a0b19 Added argPos overloadeds to CommandService's Search and Execute 10 years ago
  RogueException abeadce5cb Added project for audio 10 years ago
  RogueException e7597631d2 Added NicknameMention to IUser 10 years ago
  RogueException 0e710cc76a Added a shorthand CommandService.Execute method 10 years ago
  RogueException eb7ec637a5 Cleaned up several CommandService functions 10 years ago
  RogueException 5ac320312d Added CommandService.Unload(Module) overload 10 years ago
  RogueException f6595aa73e Added IDisposable to DiscordClients, removed unused property 10 years ago
  RogueException bfea0ef0a2 Added ordered user mentions, fixed role and channel mention resolving 10 years ago
  RogueException 851589f7db Dont error if an uncached message is delete 10 years ago
  RogueException 21102e460c Fixed null char being appended to unparsed args 10 years ago
  RogueException f59b6b9004 Implemented command type readers, parser and service. 10 years ago
  RogueException d934a5a1eb Added MentionUtils.TryParseXXX methods 10 years ago
  RogueException 2c87e496e1 Added IUser.DiscriminatorValue 10 years ago
  RogueException 250a7deba7 Added Message pinning 10 years ago
  RogueException febd9636f7 Added ISelfUser.IsMfaEnabled 10 years ago
  RogueException e6879cbe0f Added VerificationLevel and DefaultMessageNotifications to Guild.ModifyAsync 10 years ago
  RogueException 26eb572fdb Added DefaultMessageNotifications 10 years ago
  RogueException 11c9b61495 Added MfaLevel 10 years ago
  RogueException d9802e9067 Some prep work for shared datastores, removed datastoreprovider 10 years ago
  RogueException 3276b2f03e Added VerificationLevel enum 10 years ago
  RogueException 38bfe52f2b Renamed GuildDownloadedMembers -> GuildMembersDownloaded 10 years ago
  RogueException ea5da958b2 Fixed CachedVoiceChannel.Members 10 years ago
  RogueException 31b0085ae3 Reworked Presence and VoiceState, added updated events 10 years ago
  RogueException 45330a0032 Dont generate property contracts for ignored properties 10 years ago
  RogueException 43d3998c17 Removed MESSAGE_UPDATE warning 10 years ago
  RogueException 5f18d39011 Reworked event system, fixed presence and voice state updates 10 years ago
  RogueException 04bf733774 Added a few missing ConfigureAwait(false) 10 years ago
  RogueException 741f10d9b1 Improved 429 handling 10 years ago
  RogueException c9171619d9 Added Ids to rate limit, improved bucket logic, added channel bucks and buckettargets, and exposed bucket data. 10 years ago
  RogueException e5b00fd157 Revert "Added Expressions dependency" 10 years ago
  RogueException 6545509ade Readded 502 handling 10 years ago
  RogueException 7896afdc92 Added more user-friendly entity properties to rest params 10 years ago
  RogueException a1594d55b3 Removed a couple of debug logs 10 years ago
  RogueException 97078b557a Ensure socket is disconnected before reconnecting 10 years ago
  RogueException 3e5193c3b7 Added Expressions dependency 10 years ago
  RogueException 32ab967f4a Reorganized commands structure 10 years ago
  RogueException 2e8f67e8a4 Merged WaitForGuildsAsync into ConnectAsync 10 years ago
  RogueException 19f9abbed9 Fixed SelfUser.Modify when no username is provided 10 years ago