809 Commits (fac8b1ded93b6f47ae526525b3816bbafc102ab3)
 

Author SHA1 Message Date
  RogueException 30e662ea7a Fixed serveral bugs with virtual servers 9 years ago
  RogueException 3b32cde35e Added a virtual server for private messages 9 years ago
  RogueException 434f72f551 Renamed Permissions and Color 9 years ago
  RogueException 056b1bfe42 Removed leftover User.PrivateActivity code 9 years ago
  RogueException 0f31e18592 Added support for compressed websocket messages. 9 years ago
  RogueException 69de854db6 Update version in README 9 years ago
  RogueException 84683c01a9 Call logout on disconnect 9 years ago
  RogueException b5e23a0b7a Removed some unused usings. 9 years ago
  RogueException fb1c5b8e86 Cleaned up all the NullReferences that should be ArgumentNulls 9 years ago
  RogueException 76e4317400 Simplified caches, moved some eventargs, and made caching/uncaching objects more reliable. 9 years ago
  RogueException e79e32ca8c Split off voice functions into DiscordClient.Voice.cs 9 years ago
  RogueException 7e99d292c6 Fixed AckMessages 9 years ago
  RogueException ae4bd6ff77 Made User.Add/RemoveRef internal 9 years ago
  RogueException dc4320f85b Added Member.HasRole 9 years ago
  RogueException 235ff5f7c7 Added role updates via PRESENCE_UPDATE 9 years ago
  RogueException 83c998168f Discord.Net.Tests -> Discord.Net namespace 9 years ago
  RogueException 5a8d3f5377 Refactored Net.Voice and Interop namespaces 9 years ago
  RogueException ea38efd67b Made AsyncCollection internal 9 years ago
  RogueException 4b79ec1df8 Cleaned up the collection classes. 9 years ago
  RogueException 02876f2542 Re-partialed DiscordClient by object type and moved Finds from collections. 9 years ago
  RogueException 3cb5169e37 Fix logging for ServerAvailable 9 years ago
  RogueException 9039895993 Minor adjustment to websocketsharp errors 9 years ago
  RogueException ea59f72d69 Assume EveryoneRole to be same Id as the server 9 years ago
  RogueException 31b2e22f57 Added EditServer(icon), Renamed AvatarImageType to ImageType 9 years ago
  RogueException df01c1c1de Merge branch 'dev' of https://github.com/RogueException/Discord.Net.git 9 years ago
  RogueException 845d325b94 Fixes 9 years ago
  RogueException f500f9dee7 Fixed avatars/usernames not updaating 9 years ago
  Brandon Smith 104aef128d Cleaned up old references to User.UpdateActivity 9 years ago
  RogueException 3f14650a28 Removed Format.Code's escape parameter 9 years ago
  RogueException c2917c039f Removed default channel's Read permission resolving exception 9 years ago
  RogueException 7b036446a2 Fixed voice errors 9 years ago
  RogueException 0aae3fe3a0 Dont use msg.Member when message queue is enabled 9 years ago
  RogueException db703b51b0 Use VoiceKeepAlives 9 years ago
  RogueException d64238629b Cleaned CreateInvite overloads 9 years ago
  RogueException bf35971bc4 Renamed CreateInvite's channelId to serverOrChannelId 9 years ago
  RogueException 6ac22aac21 Renamed DiscordWebSocketClient -> DiscordWSClient 9 years ago
  RogueException 41b337b273 Reverted to old style Rest/WebSocket engines 9 years ago
  RogueException ee44caf6ab Reorganized Net namespace, made SharpRest inherit from RestClient. 9 years ago
  RogueException 2969361333 Fixed error with null proxycredentials 9 years ago
  RogueException 98bad63957 Added Proxy support, split DiscordWebSocketClientConfig into DiscordAPIClientConfig 9 years ago
  RogueException 90bb365da8 Throw exception if data is pushed after a voice client disconnected. 9 years ago
  RogueException 23e8ec8a0c Renamed DiscordSimpleClient -> DiscordWebSocketClient, moved DiscordAPIClient back into root namespace. 9 years ago
  RogueException 6e9d6a9b6c Don't crash on voice buffer clear 9 years ago
  RogueException a2480ebaeb Added more JsonIgnores 9 years ago
  RogueException d83d9d0487 Dont serialize Channel.Members or Users 9 years ago
  RogueException 942f59c817 Added Mention.Everyone 9 years ago
  RogueException 712ac2343a Removed SendMessage's mentionedUsers parameter. 9 years ago
  RogueException f658035e6e Fixed RestClient initialization error 9 years ago
  RogueException f93940ef0d Fixed a project reference 9 years ago
  RogueException 3ea472e3dc Moved Enums to API/Enums 9 years ago