1249 Commits (19e2528affe6084cdd0459e23ae572083b7064d7)
 

Author SHA1 Message Date
  RogueException 8429a52bc5 Add an extra null check to Channel.GetUser when permission cache is disabled 9 years ago
  RogueException e3b5cf3a71 Fixed PM crash when modules are enabled 9 years ago
  RogueException 84bf9e7514 Added User.PrivateChannel 9 years ago
  RogueException f522053cf0 Fixed DiscordClient.PrivateChannels 9 years ago
  RogueException 4983e48583 Minor fix 9 years ago
  RogueException 8350040e76 Readded Server.TextChannels and VoiceChannels. Changed Channel.Type to ChannelType. 9 years ago
  RogueException 9b0dcc8ee3 Removed verbose message ids from verbose logging 9 years ago
  RogueException 89eba9acb4 I shan't, it's Christmas! 9 years ago
  RogueException f832eadba8 Services.Add now returns the object passed to it 9 years ago
  RogueException dcbf1f2299 Fixed Ban/Unban legacy methods to match old definitions 9 years ago
  RogueException 38e2501e61 Fixed Audio compile errors 9 years ago
  RogueException 1762bf438f Fixed modules/commands compile errors 9 years ago
  RogueException 06fae0c95a Re-added model functions, and added legacy extensions 9 years ago
  RogueException d10e771169 0.9.0-alpha2, Updated to .Net 4.6 9 years ago
  RogueException 5e1c568489 Added missing files 9 years ago
  RogueException 0d1e69600c Cleaned up all the models 9 years ago
  RogueException 539284e2ac Support null LastMessageIds 9 years ago
  RogueException b8e4f6c5da Fixed several issues 9 years ago
  RogueException 21ac5c5d74 Added missing files 9 years ago
  RogueException e8bdc980fe Reworked Rest system 9 years ago
  RogueException 16ab52dad5 Fixed Invite.Id being null 9 years ago
  RogueException 028e012d7e Added discriminator to User.ToString and Channel.ToString (when private) 9 years ago
  RogueException 3e72954c4c Fixed EditServer error 500s 9 years ago
  RogueException 2dca7d9ebe Changed ids to uint64s 9 years ago
  RogueException 0e3edaf01d Merge pull request #17 from jhgg/patch-1 9 years ago
  Jake fab26f0c9e Use `ulong` instead of `long` to store message id 9 years ago
  RogueException 3c25e6add2 Added rate limit warning to log. 9 years ago
  RogueException 8e16c7a894 Fixed handling of 429 responses 9 years ago
  RogueException 99bf5242d1 Added built-in token caching, enabled by default 9 years ago
  RogueException 22472d4015 Minor cleanup 9 years ago
  RogueException e581fc8de2 Also fire ServerAvailable/Unavailable when joining/leaving a server 9 years ago
  RogueException 4e9a2833e1 Build the Server.EveryoneRole object early just in case 9 years ago
  RogueException 4bf4df5c51 Fixed null primary logger 9 years ago
  RogueException 267b7bcaf4 Fixed errors during unload with a disabled message cache 9 years ago
  RogueException ca56063e14 Fixed GUILD_MEMBER_REMOVE 9 years ago
  RogueException 52934bf390 Fixed reconnects due to connection loss 9 years ago
  RogueException 5b647f2251 Use the CancelSource given to TaskManager rather than make our own 9 years ago
  RogueException 5760e94d81 Reworked internal task engine for DiscordClient and WebSocket. Several other minor async fixes. 9 years ago
  RogueException 2b8184f1ae Removed trackactivity conditionals 9 years ago
  RogueException 34d0b996d6 Added DiscordClient.AckMessage 9 years ago
  RogueException 1807982b27 Removed AckMessages and TrackActivity config options. 9 years ago
  RogueException 89d2050189 Fixed race condition in websocket 9 years ago
  RogueException 7986b819ee Added logging shortcuts, simplied log messages 9 years ago
  RogueException 910b4c4c3d Removed _userId references 9 years ago
  RogueException 3c22ed519c Refreshed nuget packages 9 years ago
  RogueException 954fea856f Fixed edit message queue 9 years ago
  RogueException a0cbe5d3b2 Use WebSocket4Net instead of WebSocketSharp 9 years ago
  RogueException b5cbf3664b Send channel_id as a string, not long 9 years ago
  RogueException c471fc51f5 Added moving users between audio channels 9 years ago
  RogueException 218c5bce6f Fixed CreateInvite preconditions 9 years ago