Commit Graph

1815 Commits

Author SHA1 Message Date
RogueException
bed27778db Minor cleanup 2016-08-25 23:30:42 -03:00
RogueException
5519cfa9fd Merge pull request #228 from Nitix/fix-174
Fix Voice Channel being null #174
2016-08-25 23:29:47 -03:00
RogueException
de4393839d Set _heartbeatTime before sending a heartbeat 2016-08-25 21:55:58 -03:00
Christopher F
52d536fe6a Include Documentation for Migrating from 0.9.x to 1.0 2016-08-25 19:10:01 -04:00
Nitix
345e429d20 Remove unused import 2016-08-26 00:20:19 +02:00
Nitix
ab1989ffeb Change code formating to follow the style 2016-08-26 00:17:21 +02:00
Nitix
f1bc568f45 Fix Voice Channel being null #174 2016-08-26 00:04:11 +02:00
RogueException
ed7a072b3d Fixed handling of GUILD_DELETE 2016-08-25 06:52:36 -03:00
RogueException
40abaefd20 Dont remove guilds on GUILD_UNAVAILABLE 2016-08-25 06:47:28 -03:00
RogueException
c0db4bbfa3 Add null checks to DiscordSocketClient's RemoveXXX functions 2016-08-25 05:56:01 -03:00
RogueException
774b54de72 Added connection timeout. Dont require a lock to abort a failed connection attempt. 2016-08-25 00:13:38 -03:00
RogueException
83aca9acef Dont crash the heartbeat task if unable to send a heartbeat 2016-08-23 06:13:16 -03:00
RogueException
f6d8659a2e Removed ParamList null checks 2016-08-21 21:47:32 -03:00
RogueException
40da0241c8 Merge pull request #219 from RogueException/khio-patch
Fixed NullRef
2016-08-21 21:43:59 -03:00
RogueException
93371884de Merge pull request #220 from RogueException/khio-patch2
Correct Parameter.Summary Source
2016-08-21 21:20:58 -03:00
Khionu Terabite
ad54be8790 Changed Parameter Summary from pulling DescriptionAttribute to SummaryAttribute 2016-08-21 18:27:36 -04:00
Khionu Terabite
2e43b6b08b Fixed NullRef 2016-08-21 16:43:22 -04:00
RogueException
99e9c36a69 Fixed nullrefs in command parsing 2016-08-21 11:07:32 -03:00
RogueException
324664917d Added new parameter scoring, support multiple matches 2016-08-21 11:03:50 -03:00
RogueException
ed7710fbef Optimize lib for release builds 2016-08-20 22:37:33 -03:00
RogueException
cc9e1c1a65 Improve array conversion for paramslist 2016-08-20 20:57:25 -03:00
RogueException
432cecc7b2 Merge pull request #213 from FiniteReality/issue/212
Add DI support to command Groups
2016-08-20 18:14:13 -03:00
FiniteReality
610a3a26ab Add DI support to command Groups 2016-08-20 21:06:13 +01:00
RogueException
03b770dd5c Minor docstring fix on OverwritePermissions 2016-08-19 12:02:07 -03:00
RogueException
5caafc173d Added UseExternalEmojis permission 2016-08-19 12:01:32 -03:00
RogueException
dfdafd5ec4 Updated channel masks 2016-08-19 11:49:49 -03:00
RogueException
9951112908 Readded AutoLoad setter 2016-08-18 20:21:36 -03:00
RogueException
501f965bc0 Merge pull request #208 from Kwoth/patch-1
Fixed AddBanAsync(IUser,int) calling itself
2016-08-18 19:44:29 -03:00
RogueException
24ed9c6c09 GuildPermissions should take into account ownership and administrator 2016-08-18 19:42:52 -03:00
Master Kwoth
f12841c3fa Fixed AddBanAsync(IUser,int) calling itself instead of AddBanAsync(ulong,int)
Fixes StackOverflowException which occurs when AddBanAsync is called.
2016-08-18 23:50:48 +02:00
RogueException
a15b5667c8 Merge pull request #204 from Kwoth/issues/201
Proper implementation of GetMessagesAsync, fixes #201 ?
2016-08-18 11:32:38 -03:00
RogueException
e1da83e2c7 Merge pull request #205 from FiniteReality/issue/202
Add Prefix property to Module
2016-08-18 11:31:41 -03:00
RogueException
06e81cbcca Merge pull request #206 from FiniteReality/issue/203
Add NameAttribute for overriding Name in commands/modules
2016-08-18 11:30:13 -03:00
RogueException
6d766d5f98 Cleaned up command attributes 2016-08-18 11:28:12 -03:00
FiniteReality
252d89000d Fix comment copy+paste fail 2016-08-18 14:09:47 +01:00
FiniteReality
8b864d4b9e Fix #203 by adding a NameAttribute to override Name 2016-08-18 13:50:02 +01:00
FiniteReality
83f0e85883 Fix #202 by adding a Prefix property 2016-08-18 13:45:58 +01:00
Kwoth
62ab027176 Proper implementation of GetMessagesAsync, fixes #201 ? 2016-08-18 12:03:33 +02:00
RogueException
f8ae8bd9c3 Connection Closed errors should include the exception obj 2016-08-17 21:28:06 -03:00
RogueException
3a086b4e6e Removed NuGet.Config 2016-08-17 14:17:49 -03:00
RogueException
8051b5ea63 More cleanup 2016-08-17 14:09:22 -03:00
RogueException
1fdba20a62 Clean up README, add known issues 2016-08-17 14:04:31 -03:00
RogueException
eb9aacc406 Revert to stable websockets package 2016-08-17 13:51:20 -03:00
RogueException
a4f2df7d6e Dont double count users during guild download 2016-08-17 12:23:43 -03:00
RogueException
6372f6817f Maintain SocketGuild.DownloadedMemberCount 2016-08-17 12:07:14 -03:00
RogueException
3fae3ab24c Maintain SocketGuild.MemberCount 2016-08-17 12:06:00 -03:00
RogueException
ee4cc96b2c DefaultWebSocketClient's internal methods should not use a canceltoken on locks 2016-08-17 11:53:32 -03:00
RogueException
0b25554c31 Unknown overload should return UnknownCommand instead of ParseFailed 2016-08-17 10:07:26 -03:00
RogueException
625f78504c Fixed several issues in DefaultWebSocketClient 2016-08-17 09:37:17 -03:00
RogueException
7b130f6528 Fixed nullref in channel mention resolving for DM channels 2016-08-16 20:29:39 -03:00