Commit Graph

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