2232 Commits (5118ed876b60d1837ae2d990fc007e7f21a1cc60)
 

Author SHA1 Message Date
  RogueException addb81f288 Fixed Commands version 8 years ago
  RogueException 82ee6c5aaa Fixed error when calling GetMessagesAsync with no cached messages 8 years ago
  RogueException 2d3e2c46ae Updated build script 8 years ago
  RogueException ab5279dd14 Merge branch 'concrete2' into dev 8 years ago
  RogueException 1057ee012a Made a few methods static 8 years ago
  RogueException bf10529f80 Added new rate limits 8 years ago
  RogueException 37f0d8c7e8 Fixed nullrefs when message cache is disabled 8 years ago
  RogueException 2fd2e26179 Fixed missing private channels 8 years ago
  RogueException 3fc7b3b206 RPC's Authorize should not try to authenticate 8 years ago
  RogueException d480b2f25b Renamed run modes 8 years ago
  RogueException c7ac85455f Added a configurable run mode for commands 8 years ago
  RogueException 635819b89f Reduced command module lifetime to a single command execution. Removed ModuleAttribute. 8 years ago
  RogueException 3930e1147c doc typo 8 years ago
  RogueException 7326aac468 Bumped up concurrent collections concurrency level 8 years ago
  RogueException 6bdc0c09ca Cleaned up TODOs 8 years ago
  RogueException 8ab675e775 Restrict typereaders to using the cache 8 years ago
  RogueException 21c38412ad Changed snowflake GetCreatedAt() -> CreatedAt 8 years ago
  RogueException c1effbc971 Merged PlatformHelper into ConcurrentHashset 8 years ago
  RogueException 8b24b01718 Fixed SO in RestChannel.Create 8 years ago
  RogueException 09495e6d58 Made converters internal 8 years ago
  RogueException db26c0df62 Removed debug lines 8 years ago
  RogueException 49070f3075 Went a tad overboard 8 years ago
  RogueException 5c33e28757 Added missing ConfigureAwaits 8 years ago
  RogueException 960119d965 Updated RelationshipType 8 years ago
  RogueException 82429fdcd1 Removed unneeded attribute 8 years ago
  RogueException 005bc8283a Fixed CreateGuildBan ignoring DeleteMessageDays, fixes #256 8 years ago
  RogueException 01205d911d Fixed null refs when message cache is disabled 8 years ago
  RogueException 3576c48680 Added null check to AsyncEvent 8 years ago
  RogueException ba35f5bed1 Added IRole.IsMentionable 8 years ago
  RogueException 8f5b5347b4 Update REST models on modify 8 years ago
  RogueException bedf601bfe Added RestGuildUser IsMuted/IsDeafened 8 years ago
  RogueException 5551a9d524 Exposed RequestOptions in DiscordRpcClient 8 years ago
  RogueException 16c67e79e9 Added RPC channel and guild entities, Get and Select methods 8 years ago
  RogueException f584bd6e28 Added RPC Get/Set VoiceSettings 8 years ago
  RogueException 4a8ebff775 Added ToString/DebuggerDisplay to new RPC classes 8 years ago
  RogueException 79f04a5b30 Added VoiceSettingsUpdated RPC event 8 years ago
  RogueException 15e8ef06dc Added RPC ChannelCreated, GuildCreated and GuildStatusUpdated events 8 years ago
  RogueException c610710387 Added VoiceState RPC events 8 years ago
  RogueException d36675cb32 Added RPC SpeakingStarted/Stopped events 8 years ago
  RogueException 471089822b Added MessageCreated/Updated events and several properties to RpcClient 8 years ago
  RogueException b6823a4b45 Updated xproj 8 years ago
  RogueException 56209c2420 Added Rpc message entities 8 years ago
  RogueException a1fd14fff0 Updated Application model 8 years ago
  RogueException e4a3a9e6e2 Added ObjectOrId resolver 8 years ago
  RogueException c28751f631 Changed IMessage.ChannelId to IMessage.Channel 8 years ago
  RogueException 007b4b11f0 Added WebhookId/IsWebhook to IMessage 8 years ago
  RogueException 95a8f36d63 Changed IMessage's MentionedUsers to MentionedUserIds 8 years ago
  RogueException a74602d6e1 Renamed Message model's Mentions -> UserMentions, added RoleMentions 8 years ago
  RogueException fc0b73f7a4 Renamed RpcMessage -> RpcFrame 8 years ago
  RogueException cabf567359 Renamed WebSocketMessage -> SocketFrame 8 years ago