75 Commits (29c9ac9ef3cba5ca8af90cd1fde78686cd32be8b)

Author SHA1 Message Date
  ObsidianMinor 29c9ac9ef3 Reverted old code and added simple IgnoreCase to header dictionary 8 years ago
  ObsidianMinor bb9c43b21a Update RequestQueueBucket.cs 8 years ago
  RogueException 043f8ded85 Moved ISelfUser.ModifyStatusAsync to DiscordSocketClient.SetStatus/SetGame. Resend status on reconnect. 8 years ago
  RogueException 6e1a76d070 Merge pull request #327 from RogueException/issue-240 8 years ago
  Khionu Sybiern 8f553e60a1 Adjusted GetGuildPruneCount to using params; 8 years ago
  RogueException b860392b44 Guild prunes must be at least 1 day 8 years ago
  Khionu Sybiern 505a63f8e0 Update IMessage.cs 8 years ago
  Khionu Sybiern 57824b6847 Update IUserMessage.cs 8 years ago
  RogueException dfe654af3b PagedAsyncEnumerator's nextPage should return false if there are no more pages. 8 years ago
  RogueException 5389f98042 Ignore errors when deserializing Game 8 years ago
  RogueException 881c0320bd Don't cache generic JsonConverters 8 years ago
  RogueException c497f95d35 Readded navigational props to interfaces 8 years ago
  RogueException 75fb31e939 Removed IDiscordClient reference from IEntity 8 years ago
  RogueException 84980ad203 Fixed OOB error generating bucket ids for certain endpoints 8 years ago
  RogueException 13f49bfe7c Limit preemptive rate limit warnings to once per request. 8 years ago
  RogueException 30067959d7 Unpack the arg array if one exists when generating bucket ids 8 years ago
  RogueException f93464523e Cleaned up the Json contract resolver, fixed user mention deserialization 8 years ago
  RogueException 606d4e7ba9 Cleaned up net code, readded user token rate limits 8 years ago
  RogueException 4643e44e48 Updated package info 8 years ago
  RogueException 1057ee012a Made a few methods static 8 years ago
  RogueException bf10529f80 Added new rate limits 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 6bdc0c09ca Cleaned up TODOs 8 years ago
  RogueException 21c38412ad Changed snowflake GetCreatedAt() -> CreatedAt 8 years ago
  RogueException c1effbc971 Merged PlatformHelper into ConcurrentHashset 8 years ago
  RogueException 09495e6d58 Made converters internal 8 years ago
  RogueException db26c0df62 Removed debug lines 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 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 16c67e79e9 Added RPC channel and guild entities, Get and Select methods 8 years ago
  RogueException 471089822b Added MessageCreated/Updated events and several properties to RpcClient 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 cabf567359 Renamed WebSocketMessage -> SocketFrame 8 years ago
  RogueException edad75cef1 Fixed resolving user mentions with FullName 8 years ago
  RogueException dcde486aac Fixed crash when resolving a message with multiple tags 8 years ago
  RogueException 090a1bc736 Added IMessage.Tags 8 years ago
  RogueException abd315ed21 Added length to Emoji 8 years ago
  RogueException 9e982ccd4a Added IMessage.Emojis 8 years ago
  RogueException 5415b8f8f6 Renamed Emoji -> GuildEmoji 8 years ago