c39e65ea3
Moved most TypeInfo module validation logic from CommandService. by
2019-10-17 20:24:27 +0300
26feaa1fc
SearchAsync now returns a tuple of IReadOnlyList<TypeInfo>, IReadOnlyList<TypeInfo> - Dictionary was not very useful to return. by
2019-10-17 15:45:21 +0300
0416c4880
AddModulesAsync logic to include groups with Parent property. by
2019-10-17 01:44:45 +0300
c170fbd21
SearchAsync now returns a tuple, where Item1 is a list of confirmed types without dependencies. Item2 is a dictionary of key - subtype outside of parent class, value - parent module. by
2019-10-17 01:43:06 +0300
f98f800fe
Added ParentModule Type to reference other module as parent. by
2019-10-17 01:36:12 +0300
391823ba4
(refs/pull/1396/head)
Add non-capturing overloads of Modify methods by
2019-10-08 21:11:27 +0200
0bda8a421
fix: patch todo in NamedTypeReader (#1392) by
2019-10-03 22:35:48 +0200
1f03c32b7
(refs/pull/1392/head)
Fix overdue TODO by
2019-10-03 09:51:41 +0200
fd4c7987b
(refs/pull/1384/head)
Made the public API non-breaking (but broke the interface) by
2019-10-02 19:16:47 +0100
901aed31a
(refs/pull/1387/head)
Add PreferredCulture to IGuild by
2019-10-01 19:06:12 -0700
edee55b19
(refs/pull/1383/head)
fixed stuffz by
2019-10-01 21:08:11 +0100
70f4bb2f5
fixed conflicts by
2019-10-01 21:00:17 +0100
0d54207a2
feature: support guild subscription opt-out (#1386) by
2019-10-01 20:51:02 +0100
3d39704c6
test: fix coercion error with DateTime/Offset (#1388) by
2019-10-02 03:48:35 +0800
d09b11b82
(refs/pull/1388/head)
Fix by
2019-10-01 20:20:41 +0800
f30889591
Fix #1381 Guild PreferredLocale support by
2019-10-01 00:38:41 -0700
f7a4a7cbf
(refs/pull/1382/head)
Target net core 3 for the unit tests because pipelines by
2019-10-01 15:37:02 +0800
b4f3d8e03
Install the .net core 3 SDK on the ubuntu image for the time being by
2019-10-01 15:31:17 +0800
4c154ecad
Pull out test change by
2019-10-01 15:22:20 +0800
b21039875
Update samples to .NET Core 3.0 by
2019-10-01 09:53:32 +0800
b748a0501
Update azure pipelines by
2019-09-30 22:30:50 +0800
a7adfb24e
typo by
2019-09-30 22:20:50 +0800
6d94172c5
Remove obsolete message by
2019-09-30 22:19:28 +0800
33d548b4d
Cleanup by
2019-09-30 20:34:02 +0800
c082c23be
Fix broken target by
2019-09-30 19:26:28 +0800
1a78a86fe
Add updated AsyncEnumerable implementation by
2019-09-30 19:20:00 +0800
500df2909
Logic correction by
2019-09-29 14:53:01 +0100
013264a9c
(refs/pull/1386/head)
Added ability to unsubscribe from guild subscription events by
2019-09-29 12:02:50 +0100
afdc9cff6
(refs/pull/1385/head)
Fixed logic by
2019-09-29 11:44:39 +0100
89d7def6e
Added a Ready event to DiscordShardedClient by
2019-09-29 11:40:07 +0100
35fbaa8dd
Made presence settable upon start by
2019-09-26 19:20:31 +0100
6e23154dc
Allowed setting role properties on creation by
2019-09-25 20:19:29 +0100
a2096765d
Update all dependencies and deal with warning/errors by
2019-09-24 16:27:10 +0800
fd3810e9f
docs: September 2019 Documentation Update (#1379) by
2019-09-23 07:06:57 +0800
111bdde87
(refs/pull/1379/head)
Remove AppVeyor and add GitHub badge by
2019-09-23 01:55:47 +0800
91cbd68e0
Remove/fix invalid XMLdoc strings by
2019-07-17 17:58:36 +0800
5447aa7ad
Add returns and params docs for SyncPermissionsAsync by
2019-07-17 17:58:36 +0800
280dfc824
Clarify overridden props in SocketNewsChannel by
2019-07-17 17:58:36 +0800
bfd3f8b78
Clarify all instances of IAsnycEnumerable by
2019-07-17 17:58:35 +0800
1ef68ea03
Add Discord.Net.Example in sln for build validation by
2019-07-17 17:58:35 +0800
65b8d293f
Update to higher quality PNG by
2019-07-17 17:58:35 +0800
7ee71c261
Minor wording fixes on terminal by
2019-07-17 17:58:34 +0800
b56743043
Add badges to homepage by
2019-07-17 17:58:34 +0800
574191bbe
Fix formatting for first bot token sample by
2019-07-17 17:58:34 +0800
1bca209bc
Adjust wordings regarding safe-handling of secrets by
2019-07-17 17:58:33 +0800
30a93f7f8
Remove featherlight plugin by
2019-07-17 17:58:33 +0800
b3bcd743d
Update footer version by
2019-07-17 17:58:33 +0800
21ce27cb2
Remove unnecessary spacing in sideaffix by
2019-07-17 17:58:32 +0800
835169003
Disable smooth scrolling due to user complaints by
2019-07-17 17:58:32 +0800
b9827638f
Update DescriptionGenerator ...And update color to suit the logo better by
2019-07-17 17:58:31 +0800
9cee16f5b
Add D.NET Logo to Open Graph meta tags by
2019-07-17 17:58:31 +0800
fcbe123c0
docs: adjust wording of ActivityType.Watching enum by
2019-07-08 18:45:39 -0700
7b9029dd9
feature: support X-RateLimit-Reset-After (#1372) by
2019-09-21 09:24:37 -0400
68eb71c17
(binbrk)feature: Support filtering audit log entries on user, action type, and before entry id (#1377) by
2019-09-20 15:36:02 -0700
0924f43db
(refs/pull/1372/head, feature/reset-fater)
Merge branch 'dev' into feature/reset-fater by
2019-09-20 18:32:43 -0400
c54867feb
feature: update audit log models (#1373) by
2019-09-21 00:29:11 +0200
b4ae580d8
patch: update Reset-After parsing precision by
2019-09-20 18:23:59 -0400
d8cc1072f
(refs/pull/1377/head)
use only stringbuilder for args instead of string interpolation by
2019-09-15 22:27:15 -0700
9b33d18d9
Support filtering audit log entries on user, type, and before id by
2019-09-15 20:15:44 -0700
606dac3e1
fix: Use double precision for X-Reset-After, set CultureInfo when parsing numeric types (#1375) by
2019-09-14 09:38:26 -0700
80cfa925b
(refs/pull/1375/head)
Use default format spec in Commands by
2019-09-14 09:30:58 -0700
8804298f7
State NumberStyle and use CultureInfo.InvariantCulture for any parsing by
2019-09-14 09:03:46 -0700
39ac79bb9
Parse RateLimit-Reset using an IFormatProvider by
2019-09-14 14:25:11 +0200
b58da7bb3
(refs/pull/1376/head)
Parse RateLimit-Reset using an IFormatProvider by
2019-09-14 14:25:11 +0200
189e67adb
Parse double for X-Reset-After instead of float, needs more precision by
2019-09-13 09:23:56 -0700
ec54ea7af
(refs/pull/1373/head)
Update doc comments based on feedback by
2019-09-11 17:35:52 +0200
cff00608e
Add ChannelId property to overwrite audits by
2019-09-10 01:03:29 +0200
4defcbe0f
Make ExplicitContentFilter public by
2019-09-10 00:55:50 +0200
013c07954
Add missing doc comments by
2019-09-09 22:52:18 +0200
35b25f2d3
Remove AvatarHash from MemberInfo by
2019-09-09 22:25:06 +0200
2763c96fd
Add missing properties to GuildInfo by
2019-09-09 22:24:05 +0200
c34eb4ff5
Add missing properties to ChannelInfo by
2019-09-09 22:18:44 +0200
48e994230
Add missing properties by
2019-09-09 22:15:24 +0200
538a10e31
Fix bugs by
2019-09-09 22:12:37 +0200
246d6a61e
patch: wire new config properties to ApiClient by
2019-09-08 19:13:08 -0400
3755a027b
feature: Provide ParameterInfo with error ParseResult (#1355) by
2019-09-08 18:06:19 -0400
b00da3d73
feature: add the "Stream" permission. (#1357) by
2019-09-08 18:23:03 +0200
bda427a96
feature: support X-RateLimit-Reset-After by
2019-09-08 12:14:11 -0400
bcb353419
change: use millisecond precision by default by
2019-09-08 11:28:27 -0400
3c6b3765a
test: target the Process env-var scope by
2019-09-08 11:27:20 -0400
9482204bc
feature: Add support for setting X-RateLimit-Precision (#1354) by
2019-09-08 08:21:10 -0700
07f4d5f35
[abibrk] change: Update ISystemMessage interface to allow reactions (#1368) by
2019-09-08 08:18:52 -0700
dcd9cdd13
lint: rename IsStream to IsStreaming by
2019-09-07 22:19:26 +0000
9bb08c9ba
feature: Add SelfStream voice state property (#1369) by
2019-09-07 19:08:40 -0700
b0a595be7
fix: Fix keys of guild update audit (#1371) by
2019-09-08 04:05:10 +0200
182c6a5eb
(refs/pull/1371/head)
Fix keys of guild update audit by
2019-09-07 10:35:18 +0200
118217387
(refs/pull/1368/head)
Remove ReactionMessage types, move reaction impl to IMessage by
2019-09-02 16:52:02 -0700
057a7d0b7
(refs/pull/1369/head)
use flags for selfstream state instead of its own prop by
2019-09-01 23:30:12 -0700
55f1cf463
Add self_stream voice state property by
2019-09-01 23:27:31 -0700
13c84d850
docs: update summary for ReactionMessage classes by
2019-09-01 22:11:18 -0700
5a44b0c68
Move WS reaction implementation to SocketReactionMessage by
2019-09-01 21:59:57 -0700
d76246f5e
Move rest reaction implementation to RestReactionMessage by
2019-09-01 21:54:32 -0700
e5b320b5f
Move reaction methods of IUserMessage to IReactionMessage by
2019-09-01 21:46:51 -0700
88a7d97e0
(refs/pull/1355/head)
Provide ParameterInfo with error ParseResult by
2019-08-13 19:22:12 -0400
c977f2ec9
fix: #1314 Don't parse tags within code blocks (#1318) by
2019-08-25 06:28:05 -0700
e8cb03170
fix: CommandExecuted event will fire when a parameter precondition fails like what happens when standard precondition fails. (#1346) by
2019-08-25 06:22:30 -0700
265da9961
feature: Add Quote Formatting (#1348) by
2019-08-25 06:14:24 -0700
52565ed0d
docs: Fixing GatewayEncoding comment (#1359) by
2019-08-25 06:09:55 -0700
9a0ac4509
(refs/pull/1362/head)
Made properties that should have been Cacheable, Cacheable by
2019-08-24 08:27:08 +0100
abc8038c5
(refs/pull/1360/head)
added ModuleInfo.ModuleType by
2019-08-22 19:17:04 +0200