2071 Commits (72dbeb4ac61456a5da830ae311fd00913694e10e)
 

Author SHA1 Message Date
  Sindre G. Langhus 72dbeb4ac6 Added channel to the MessageDeleted event, getting the channel before required the message to be in cache, which it not always is. 9 years ago
  RogueException 228209aec8 Ensure rate limits are updated when requests fail 9 years ago
  RogueException 853f8f2e6b Added prefixless TagHandling, added startIndex to resolve, fixed bugs. 9 years ago
  Christopher F c137dce6c9 Merge pull request #354 from zenima/docupdate/status 9 years ago
  zenima b82666b47f Fixed a typo which prevented syntax highlight in samples/faq/status.cs 9 years ago
  zenima 13f48424d5 Updated ModifyStatus sample 9 years ago
  RogueException cabbd0de89 Dont nullref in SendMessageAsync if no embed is provided 9 years ago
  RogueException bdb44f3606 Minor edit 9 years ago
  RogueException 8fea0fa87c Merge branch 'AntiTcb-fix/enumTypeReader' into dev 9 years ago
  RogueException 4180856e39 Merge branch 'fix/enumTypeReader' of git://github.com/AntiTcb/Discord.Net into AntiTcb-fix/enumTypeReader 9 years ago
  RogueException af6c3e10c3 Cleaned up EmbedBuilder 9 years ago
  RogueException c2722cf7c4 SendMessage should accept EmbedBuilder directly 9 years ago
  RogueException ce05707590 Merge branch 'feature/rich-embeds' into dev 9 years ago
  RogueException 8c5f5ffb7d Merge branch 'dev' into feature/rich-embeds 9 years ago
  RogueException b2948deaf7 Fixed unused timeout const, dropped default request timeout to 15s. 9 years ago
  RogueException 4633735ae9 Created ClientBucketType enum 9 years ago
  RogueException 91e6cb98c3 Merged request BucketId and ClientBucketId. Added IsClientBucket. 9 years ago
  RogueException 2e95e4232f Disabled rate limit debugging by default 9 years ago
  RogueException 7773e1d1cb Removed old GetBucketId function 9 years ago
  RogueException d402d8bff1 Merge pull request #346 from ObsidianMinor/dev 9 years ago
  Christopher F 3698dbfedc Only allow messages with an embed present to be sent with no content 9 years ago
  Christopher F 754970bb56 When sending a message with no content, do not send a null value. 9 years ago
  Christopher F 8866a1499c Allow content to be empty when sending a message 9 years ago
  Christopher F bad7d827c3 Modify SendMessage to include an embeds field 9 years ago
  Christopher F 52f979ec8a Support sending rich embeds, add an Embed Builder 9 years ago
  Christopher F 63b06ff477 Support Rich Embeds on Entities 9 years ago
  Christopher F 6e8d1118ec Update API models to fully support rich embeds 9 years ago
  RogueException 49c16df9cd Merge pull request #336 9 years ago
  RogueException b1506879db Cleaned up Hierarchy PR 9 years ago
  Alex d8440b764a Changes requested from review 9 years ago
  RogueException c037865b28 Cleaned up PR 9 years ago
  RogueException fa7c60865d Merge pull request #350 from LassieME/issues/342 9 years ago
  ObsidianMinor 29c9ac9ef3 Reverted old code and added simple IgnoreCase to header dictionary 9 years ago
  Sindre a6f89b7c36 Solves Issue 342, but there might be a cleaner way to do this that doesnt make you end up with a IGuild in the RestRole. 9 years ago
  ObsidianMinor bb9c43b21a Update RequestQueueBucket.cs 9 years ago
  AntiTcb 1d20029c7b Enumerate over Enum.GetNames to ensure equal value names are not excluded. 9 years ago
  james7132 97a6bf6b6e Add IGuildUser.Hirearchy, added docstrings 9 years ago
  james7132 89e61fe7d7 Fixed variable naming 9 years ago
  james7132 2e9bca5b85 Fix role comparison 9 years ago
  james7132 08c7b49aae Remove IComparable<IGuildUser> 9 years ago
  james7132 50d1aa0689 Implemented IComparable<IRole> on IGuildUser 9 years ago
  james7132 f3cd96d2fe Implemented IComparable<T> on IRole and IGuildUUser 9 years ago
  RogueException 9fcf88b7ac Merge pull request #333 from LassieME/issue-332-fix 9 years ago
  Sindre Langhus 0b43545ae0 Update ReplyAsync Task to return the sent message. 9 years ago
  Christopher F 0b42a2b1b4 Assign a default value to DiscordSocketClient.Status 9 years ago
  RogueException 043f8ded85 Moved ISelfUser.ModifyStatusAsync to DiscordSocketClient.SetStatus/SetGame. Resend status on reconnect. 9 years ago
  RogueException d9e00c9170 Added guild parameter to PresenceUpdated, added GuildMemberUpdated 9 years ago
  RogueException b23d839d8b Made RequestOptions in XXXMessage.DeleteAsync optional 9 years ago
  RogueException 6e1a76d070 Merge pull request #327 from RogueException/issue-240 9 years ago
  Khionu Sybiern 8f553e60a1 Adjusted GetGuildPruneCount to using params; 9 years ago