Commit Graph

  • *
  • | *
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • | *
  • | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | |/
  • * |
  • |\ \
  • * | |
  • * | |
  • * | |
  • | * |
  • |/ /
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • | *
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • | *
  • | |\
  • | | *
  • | |/
  • | | *
  • | |/|
  • | | *
  • 52053ac94 Fixed WaitForGuildsAsync by RogueException 2016-06-21 01:16:54 -0300
  • 4215a9d8c Fixed removing DMs from cache by RogueException 2016-06-21 01:18:56 -0300
  • 23bd57483 Fixed WaitForGuildsAsync by RogueException 2016-06-21 01:16:54 -0300
  • ff806d546 Dont crash if the websocket's cancelTokenSource.Cancel throws an exception by RogueException 2016-06-21 01:10:17 -0300
  • b38455f42 Several performance/memory improvements. Renamed CachedPublicUser -> CachedGlobalUser. by RogueException 2016-06-21 01:09:50 -0300
  • 732d30e59 Added DataStore.DMChannels property by RogueException 2016-06-21 01:07:47 -0300
  • 8bd304b01 Disabled memory cache by default by RogueException 2016-06-20 23:40:04 -0300
  • ad1ba0ab5 Added DMChannels to DataStore by RogueException 2016-06-20 21:14:19 -0300
  • c8f937211 Fixed ban event deserialization by RogueException 2016-06-20 17:00:15 -0300
  • 1b5d0546a Redirected SocketClient's GetGuildEmbed, GetGuilds and GetVoiceRegions to the cache. by RogueException 2016-06-19 19:01:43 -0300
  • 480034fee Added command map by RogueException 2016-06-19 18:55:12 -0300
  • ab9a70221 Improved WebSocket receive performance and reduced allocations by RogueException 2016-06-19 18:55:00 -0300
  • a86acaba6 Removed DiscordClient reference from CachedPublicUser by RogueException 2016-06-19 18:54:24 -0300
  • f7b4bbf41 Removed double namespace in Format.cs by RogueException 2016-06-19 18:53:40 -0300
  • ffad33153 Removed Discord reference from User by RogueException 2016-06-19 18:53:23 -0300
  • 368454876 Several memory and performance improvements by RogueException 2016-06-19 16:23:55 -0300
  • f24fa964a Added ToString and DebuggerDisplay to Game by RogueException 2016-06-19 15:15:36 -0300
  • 402d47959 Included unsaved local changes by Khionu Terabite 2016-06-19 05:17:32 -0400
  • aeebe5d59 Added OutOfBounds exception for DeleteMessages, for when Message Count is less than 2 or greater than 100 by Khionu Terabite 2016-06-19 05:11:11 -0400
  • d1ae0db74 Dont send nickname in User.Edit unless one is specified by RogueException 2016-06-18 15:51:44 -0300
  • 608d4a9cd Removed LegacyExtensions.Run() by RogueException 2016-06-18 01:20:03 -0300
  • 1fb6a03e1 Removed DiscordClient.Wait() by RogueException 2016-06-18 01:08:59 -0300
  • 2b5bc17e9 Added "around" direction by RogueException 2016-06-17 22:13:58 -0300
  • 549d54ba4 Merge branch 'dev' of https://github.com/RogueException/Discord.Net.git by RogueException 2016-06-17 22:13:36 -0300
  • e406ff4c5 Fixed direction parsing, added "around" direction by RogueException 2016-06-17 22:13:20 -0300
  • 8df88b1bd Fixed .Net Framework websocket error by RogueException 2016-06-17 22:12:46 -0300
  • ff1494f15 Memory improvements by RogueException 2016-06-17 22:11:39 -0300
  • eb7ab454b Added single message GET endpoint by RogueException 2016-06-15 12:13:30 -0300
  • baf1efb44 Added assembly searching to commands by RogueException 2016-06-14 21:34:41 -0300
  • a34684782 Fixed heartbeat forcing unnecessary reconnects by RogueException 2016-06-13 23:42:59 -0300
  • 3e0be7614 Fixed CLI header by RogueException 2016-06-13 20:09:17 -0300
  • 5ad63563c Added initial commands project by RogueException 2016-06-13 20:06:44 -0300
  • d2df6d038 Added gateway url caching by RogueException 2016-06-13 20:05:11 -0300
  • b703fba0b Fixed reconnect logic by RogueException 2016-06-13 15:03:45 -0300
  • 4cc393f96 Added Reconnect/Resume by RogueException 2016-06-13 13:49:05 -0300
  • 610b2335d Fixed more unknown user errors by RogueException 2016-06-12 23:41:13 -0300
  • 227643c0f Cleaned up docstrings, improved GetUser performance by RogueException 2016-06-12 22:06:18 -0300
  • 84157c804 Create fake GuildUser if a message is downloaded for a missing user. by RogueException 2016-06-12 21:30:33 -0300
  • a51f15b3a Fixed retrieving cached users during message downloads by RogueException 2016-06-12 21:26:14 -0300
  • d376b35f4 Added support for urls in GetInviteAsync by RogueException 2016-06-12 21:08:42 -0300
  • d2d8a689c Fixed null author when downloading messages for an uncached user by RogueException 2016-06-12 21:00:26 -0300
  • 9c1e20dda Added support for nulls in Optionals' DebuggerDisplay by RogueException 2016-06-12 20:53:11 -0300
  • fdb6c914e Removed IOptional from contract resolver by RogueException 2016-06-12 20:53:00 -0300
  • 5aa134a62 Removed IOptional by RogueException 2016-06-12 20:39:43 -0300
  • c9ab158e4 Updated permission debuggerdisplays by RogueException 2016-06-12 20:35:16 -0300
  • 031d17830 Added nick to PRESENCE_UPDATE by RogueException 2016-06-12 20:30:10 -0300
  • 4601347ec Moved ExtendedGuild up a level by RogueException 2016-06-12 20:23:09 -0300
  • 2fc306c2e Fixed more unknown user errors by RogueException 2016-06-12 20:19:37 -0300
  • 2a9ac298f Fixed handling of Administrator permission by RogueException 2016-06-12 19:47:27 -0300
  • f37111830 Fixed channel permission resolving by RogueException 2016-06-12 17:54:48 -0300
  • b19f18be3 Added support for Heartbeat opcode by RogueException 2016-06-12 17:39:01 -0300
  • eed8fb383 added MESSAGE_DELETE_BULK by RogueException 2016-06-12 17:23:47 -0300
  • 6adb6b188 Fixed OOB error in MessageCache.Download by RogueException 2016-06-12 17:08:15 -0300
  • be354f561 Fixed errors when members haven't been downloaded. by RogueException 2016-06-12 17:02:23 -0300
  • d37a18679 Fixed indentation by RogueException 2016-06-12 16:10:39 -0300
  • 0dfedabf4 Sync'd several entities to the API docs by RogueException 2016-06-12 16:08:43 -0300
  • cd3be8b5c Fixed handling of message updates when not in cache by RogueException 2016-06-12 14:02:02 -0300
  • f3f4ba7d6 Fixed handling of invalid roles by RogueException 2016-06-12 13:50:36 -0300
  • 15d7fcf46 Fixed crash when a user leaves the guild while in voice channel by RogueException 2016-06-12 12:23:17 -0300
  • 436274d40 Typo by RogueException 2016-06-12 02:40:13 -0300
  • f7c4371d9 Added explicit dependencies by RogueException 2016-06-12 02:39:49 -0300
  • 7614b1921 Removed AssemblyInfo by RogueException 2016-06-12 02:38:32 -0300
  • 118d897c3 Added CreatedAt to IInviteMetadata by RogueException 2016-06-12 01:12:09 -0300
  • c072666db Added GetAFK/Default/Embed/Owner extension methods to IGuild by RogueException 2016-06-12 00:55:11 -0300
  • b15853dc8 Several GuildUser fixes by RogueException 2016-06-11 19:55:38 -0300
  • 5278d798f Fixed latency log by RogueException 2016-06-11 19:01:39 -0300
  • cc5e0bbe1 Fixed several message parsing issues, added optional deserialization by RogueException 2016-06-11 19:00:33 -0300
  • 06fd96a72 Fixed missing project reference by RogueException 2016-06-11 18:14:09 -0300
  • e01a0a315 Fixed null permission overwrites by RogueException 2016-06-11 18:08:31 -0300
  • 4b6480746 Added perf TODO by RogueException 2016-06-11 18:08:20 -0300
  • c1710338b Fixed null GuildUser.User by RogueException 2016-06-11 18:05:40 -0300
  • d05bdd731 Fixed ignoring GUILD_AVAILABLE event by RogueException 2016-06-11 18:04:05 -0300
  • e76f1c64c Fixed several websocket cache issues by RogueException 2016-06-11 17:53:55 -0300
  • 670825599 Minor log/doc edits by RogueException 2016-06-11 17:08:36 -0300
  • a3b02220b Added all missing ConfigureAwait(false)s by RogueException 2016-06-09 13:40:02 -0300
  • fe8a76613 Added Available to IGuild by RogueException 2016-06-09 13:39:39 -0300
  • 59e6b33cb Removed some C#7 stuff by RogueException 2016-06-09 12:39:38 -0300
  • dea73042a Added missing logger method by RogueException 2016-06-09 02:30:05 -0300
  • 1ea7fcb2c Refactored to use TAP naming scheme by RogueException 2016-06-09 02:29:24 -0300
  • c64bdb83b Added support for more events, added benchmark by RogueException 2016-06-08 23:29:50 -0300
  • 0c3b02f5a Added initial work for member downloading by RogueException 2016-06-08 19:35:39 -0300
  • 6fbf37384 Clarify latency is in milliseconds by RogueException 2016-06-08 18:43:36 -0300
  • a831ae948 Added heartbeats, latency, guild events and channel events by RogueException 2016-06-08 18:42:57 -0300
  • fa681612b Minor logging edits by RogueException 2016-06-08 14:50:35 -0300
  • 5820ca6b5 Changed Discriminators to strings by RogueException 2016-06-08 14:45:19 -0300
  • 03c0f670f Padded user discrminators by RogueException 2016-06-08 14:44:38 -0300
  • 9c20253a0 datastore, please by RogueException 2016-06-07 21:44:19 -0300
  • 2f51500d2 More datastore fixes by RogueException 2016-06-07 21:37:57 -0300
  • 2fd7f5915 Improved internal websocket interfaces by RogueException 2016-06-07 21:37:47 -0300
  • a944b1576 Fixed a few datastore issues by RogueException 2016-06-07 21:37:11 -0300
  • a5f7053f5 Delayed .Connect completion, added Hello support by RogueException 2016-06-07 21:29:24 -0300
  • 2b8e32785 Fixed Guild.Features nullref by RogueException 2016-06-07 21:28:55 -0300
  • d55e0309a Renamed OpCode enums by RogueException 2016-06-07 21:28:38 -0300
  • 1f5f44392 Fixed sending requests with no options obj by RogueException 2016-06-07 21:19:49 -0300
  • 559b89933 Fixed error when passing no config to DiscordSocketClient by RogueException 2016-06-07 21:19:26 -0300
  • 8c2fa21b8 Restructured to better merge REST and WebSocket entities by RogueException 2016-06-07 21:08:35 -0300
  • 4e2b919de Merge pull request #74 from khionu/master by RogueException 2016-06-06 22:26:26 -0300
  • e3dea5b7c (refs/pull/74/head) Add BulkMessageDelete Functionality by Khionu Terabite 2016-06-06 21:22:24 -0400
  • 47606c764 (refs/pull/73/merge) Merge 6ebfc37ea7 into f62948188d by Khionu Terabite 2016-06-07 01:08:20 +0000
  • 6ebfc37ea (refs/pull/73/head) Update BulkMessageDelete.cs by Khionu Terabite 2016-06-06 21:08:19 -0400