Commit Graph

1392 Commits

Author SHA1 Message Date
RogueException
06fd96a72c Fixed missing project reference 2016-06-11 18:14:09 -03:00
RogueException
e01a0a3155 Fixed null permission overwrites 2016-06-11 18:08:31 -03:00
RogueException
4b64807465 Added perf TODO 2016-06-11 18:08:20 -03:00
RogueException
c1710338ba Fixed null GuildUser.User 2016-06-11 18:05:40 -03:00
RogueException
d05bdd7317 Fixed ignoring GUILD_AVAILABLE event 2016-06-11 18:04:05 -03:00
RogueException
e76f1c64c4 Fixed several websocket cache issues 2016-06-11 17:53:55 -03:00
RogueException
6708255993 Minor log/doc edits 2016-06-11 17:08:36 -03:00
RogueException
a3b02220b7 Added all missing ConfigureAwait(false)s 2016-06-09 13:40:02 -03:00
RogueException
fe8a766133 Added Available to IGuild 2016-06-09 13:39:39 -03:00
RogueException
59e6b33cbb Removed some C#7 stuff 2016-06-09 12:39:38 -03:00
RogueException
dea73042aa Added missing logger method 2016-06-09 02:30:05 -03:00
RogueException
1ea7fcb2c4 Refactored to use TAP naming scheme 2016-06-09 02:29:24 -03:00
RogueException
c64bdb83b4 Added support for more events, added benchmark 2016-06-08 23:29:50 -03:00
RogueException
0c3b02f5a4 Added initial work for member downloading 2016-06-08 19:35:39 -03:00
RogueException
6fbf373848 Clarify latency is in milliseconds 2016-06-08 18:43:36 -03:00
RogueException
a831ae9484 Added heartbeats, latency, guild events and channel events 2016-06-08 18:42:57 -03:00
RogueException
fa681612bc Minor logging edits 2016-06-08 14:50:35 -03:00
RogueException
5820ca6b53 Changed Discriminators to strings 2016-06-08 14:45:19 -03:00
RogueException
9c20253a0c datastore, please 2016-06-07 21:44:19 -03:00
RogueException
2f51500d25 More datastore fixes 2016-06-07 21:37:57 -03:00
RogueException
2fd7f59153 Improved internal websocket interfaces 2016-06-07 21:37:47 -03:00
RogueException
a944b1576a Fixed a few datastore issues 2016-06-07 21:37:11 -03:00
RogueException
a5f7053f55 Delayed .Connect completion, added Hello support 2016-06-07 21:29:24 -03:00
RogueException
2b8e32785d Fixed Guild.Features nullref 2016-06-07 21:28:55 -03:00
RogueException
d55e0309a0 Renamed OpCode enums 2016-06-07 21:28:38 -03:00
RogueException
1f5f443927 Fixed sending requests with no options obj 2016-06-07 21:19:49 -03:00
RogueException
559b89933f Fixed error when passing no config to DiscordSocketClient 2016-06-07 21:19:26 -03:00
RogueException
8c2fa21b81 Restructured to better merge REST and WebSocket entities 2016-06-07 21:08:35 -03:00
RogueException
597cedae6d Redirected Guild.Channels to data store 2016-05-27 10:49:45 -03:00
RogueException
48dc622fb3 Added ConcurrentHashSet 2016-05-27 10:49:01 -03:00
RogueException
89fadb52f6 Moved Roles out of the primary data store 2016-05-27 10:48:52 -03:00
RogueException
e16eb4e895 Fixed voice region caching 2016-05-27 05:32:15 -03:00
RogueException
28247b17d0 Lots more websocket and logging bugfixes :D 2016-05-27 05:15:32 -03:00
RogueException
5f43369220 Fixed several websocket and datastore issues 2016-05-27 02:18:29 -03:00
RogueException
b93abcc95b Added initial websocket support 2016-05-27 01:52:11 -03:00
RogueException
50392d3688 Added a couple of buckets, fixed logging out 2016-05-23 02:22:51 -03:00
RogueException
af680b7f43 Added UserLimit to IVoiceChannel 2016-05-19 10:09:23 -03:00
RogueException
c6c18bcf47 Added Voice Channel user_limit 2016-05-19 10:04:59 -03:00
RogueException
4aba51f2fd Added Game(name) constructor 2016-05-19 00:06:12 -03:00
RogueException
473b1bdbbc Fixed nicknames 2016-05-19 00:06:00 -03:00
RogueException
fdbe41d77f Fixed a couple Optional errors 2016-05-19 00:05:45 -03:00
RogueException
b9d9191a30 Major cleanup, upgraded to RC2, ported several websocket features from 0.9. 2016-05-17 05:29:44 -03:00
RogueException
2be3020689 Renamed DiscordRawClient to DiscordAPIClient 2016-05-16 02:04:49 -03:00
RogueException
0f4e3819c5 Added attachment count to Message.DebuggerDisplay 2016-05-16 01:40:24 -03:00
RogueException
08413a3990 Removed Aggressive Inlines 2016-05-16 01:26:42 -03:00
RogueException
18f7e805ef Removed Rest's VoiceChannel.GetUser(s). Added IChannel.GetUser(limit, offset) 2016-05-16 01:20:29 -03:00
RogueException
f6058b2454 Use NotNullOrEmpty instead of NotNullOrWhitespace 2016-05-16 00:44:24 -03:00
RogueException
4416b514bf Fixed GuildUser not initializing 2016-05-16 00:41:27 -03:00
RogueException
67c810b715 Cleaned up Preconditions, removed implicit Optional cast 2016-05-16 00:38:28 -03:00
RogueException
4714dd78e5 Fixed GetGuildMembers for servers larger than 1000 members. 2016-05-15 23:25:22 -03:00