Commit Graph

1992 Commits

Author SHA1 Message Date
RogueException
75fb31e939 Removed IDiscordClient reference from IEntity 2016-10-14 13:12:47 -03:00
RogueException
735c869f3d Moved Client from ModuleBase to CommandContext. 2016-10-14 13:12:28 -03:00
RogueException
af9a2c2d64 Fixed nullref on guild member remove 2016-10-13 13:49:16 -03:00
RogueException
84980ad203 Fixed OOB error generating bucket ids for certain endpoints 2016-10-13 12:42:08 -03:00
RogueException
13f49bfe7c Limit preemptive rate limit warnings to once per request. 2016-10-13 12:04:29 -03:00
RogueException
30067959d7 Unpack the arg array if one exists when generating bucket ids 2016-10-13 12:02:34 -03:00
RogueException
88c5dd38bf Added CommandContext.IsPrivate 2016-10-13 11:50:40 -03:00
RogueException
f93464523e Cleaned up the Json contract resolver, fixed user mention deserialization 2016-10-12 19:09:49 -03:00
RogueException
606d4e7ba9 Cleaned up net code, readded user token rate limits 2016-10-12 18:12:45 -03:00
RogueException
4643e44e48 Updated package info 2016-10-12 16:49:22 -03:00
RogueException
addb81f288 Fixed Commands version 2016-10-12 16:37:02 -03:00
RogueException
82ee6c5aaa Fixed error when calling GetMessagesAsync with no cached messages 2016-10-12 15:32:22 -03:00
RogueException
2d3e2c46ae Updated build script 2016-10-12 02:29:52 -03:00
RogueException
ab5279dd14 Merge branch 'concrete2' into dev 2016-10-12 02:10:51 -03:00
RogueException
1057ee012a Made a few methods static 2016-10-11 23:45:27 -03:00
RogueException
bf10529f80 Added new rate limits 2016-10-11 23:22:42 -03:00
RogueException
37f0d8c7e8 Fixed nullrefs when message cache is disabled 2016-10-10 22:11:07 -03:00
RogueException
2fd2e26179 Fixed missing private channels 2016-10-10 22:10:51 -03:00
RogueException
3fc7b3b206 RPC's Authorize should not try to authenticate 2016-10-10 21:34:45 -03:00
RogueException
d480b2f25b Renamed run modes 2016-10-10 21:19:41 -03:00
RogueException
c7ac85455f Added a configurable run mode for commands 2016-10-10 21:16:34 -03:00
RogueException
635819b89f Reduced command module lifetime to a single command execution. Removed ModuleAttribute. 2016-10-10 20:27:16 -03:00
RogueException
3930e1147c doc typo 2016-10-08 21:53:49 -03:00
RogueException
7326aac468 Bumped up concurrent collections concurrency level 2016-10-08 18:45:29 -03:00
RogueException
6bdc0c09ca Cleaned up TODOs 2016-10-08 18:44:59 -03:00
RogueException
8ab675e775 Restrict typereaders to using the cache 2016-10-08 18:41:55 -03:00
RogueException
21c38412ad Changed snowflake GetCreatedAt() -> CreatedAt 2016-10-08 18:38:41 -03:00
RogueException
c1effbc971 Merged PlatformHelper into ConcurrentHashset 2016-10-08 18:32:45 -03:00
RogueException
8b24b01718 Fixed SO in RestChannel.Create 2016-10-08 18:26:02 -03:00
RogueException
09495e6d58 Made converters internal 2016-10-08 18:25:40 -03:00
RogueException
db26c0df62 Removed debug lines 2016-10-08 17:40:15 -03:00
RogueException
49070f3075 Went a tad overboard 2016-10-08 17:00:20 -03:00
RogueException
5c33e28757 Added missing ConfigureAwaits 2016-10-08 16:59:17 -03:00
RogueException
960119d965 Updated RelationshipType 2016-10-08 16:18:53 -03:00
RogueException
82429fdcd1 Removed unneeded attribute 2016-10-08 16:11:10 -03:00
RogueException
005bc8283a Fixed CreateGuildBan ignoring DeleteMessageDays, fixes #256 2016-10-08 16:02:51 -03:00
RogueException
01205d911d Fixed null refs when message cache is disabled 2016-10-08 16:01:47 -03:00
RogueException
3576c48680 Added null check to AsyncEvent 2016-10-08 14:47:01 -03:00
RogueException
ba35f5bed1 Added IRole.IsMentionable 2016-10-08 14:43:18 -03:00
RogueException
8f5b5347b4 Update REST models on modify 2016-10-08 14:33:51 -03:00
RogueException
bedf601bfe Added RestGuildUser IsMuted/IsDeafened 2016-10-08 14:33:39 -03:00
RogueException
5551a9d524 Exposed RequestOptions in DiscordRpcClient 2016-10-08 03:15:04 -03:00
RogueException
16c67e79e9 Added RPC channel and guild entities, Get and Select methods 2016-10-08 03:09:26 -03:00
RogueException
f584bd6e28 Added RPC Get/Set VoiceSettings 2016-10-08 00:33:04 -03:00
RogueException
4a8ebff775 Added ToString/DebuggerDisplay to new RPC classes 2016-10-08 00:05:45 -03:00
RogueException
79f04a5b30 Added VoiceSettingsUpdated RPC event 2016-10-07 23:59:40 -03:00
RogueException
15e8ef06dc Added RPC ChannelCreated, GuildCreated and GuildStatusUpdated events 2016-10-07 23:18:45 -03:00
RogueException
c610710387 Added VoiceState RPC events 2016-10-07 22:54:47 -03:00
RogueException
d36675cb32 Added RPC SpeakingStarted/Stopped events 2016-10-07 22:25:12 -03:00
RogueException
471089822b Added MessageCreated/Updated events and several properties to RpcClient 2016-10-07 21:39:48 -03:00