Commit Graph

  • 655a0069a1 docs: Add Webhook example. (#1241) Alex Gravely 2019-05-18 17:24:06 -04:00
  • 4eb958dcee test: Fix broken ChannelPermissions test, refactor TestChannelPermissionModify (#1287) Chris Johnston 2019-05-18 14:21:24 -07:00
  • f6e320053b fix: ensure that exceptions will be logged Christopher Felegy 2019-05-18 09:42:37 -04:00
  • a44c13af78 fix: call OnLogin/OnLogout on DiscordSocketRestClient Christopher Felegy 2019-05-18 09:31:32 -04:00
  • f3b20b2b6d feature: Add support for spoiler formatting & attachments (#1255) Chris Johnston 2019-05-17 16:28:40 -07:00
  • 76f82d687b perf: only allocate cacheableList once Christopher Felegy 2019-05-17 19:20:55 -04:00
  • 358b9e7b7b lint: fix docstring inconsistency Christopher Felegy 2019-05-17 19:09:07 -04:00
  • 03e6401d19 lint: clean up bulk delete PR Christopher Felegy 2019-05-17 19:08:20 -04:00
  • dec353e57f feature: messages bulk deleted event (from previous PR #1120) (#1236) NovusTheory 2019-05-17 17:49:36 -05:00
  • b52b54d80c fix: EmbedBuilderExtensions no longer has an extension for WithAuthor(IGuildUser). (#1294) GreemDev 2019-05-13 17:30:39 -05:00
  • 4309550ca0 docs: Main docs update (#1304) Still Hsu 2019-05-14 06:29:47 +08:00
  • 5ea3e113b8 docs: add missing xmldoc for inherited properties and NotAGuildErrorMessage (#1301) Chris Johnston 2019-05-13 15:28:13 -07:00
  • bb61efabf3 feature: Check for whitespace or newline characters in tokens (#1305) Chris Johnston 2019-05-13 15:27:45 -07:00
  • 0275f7df50 docs: Update copyright year and docs version (#1243) Still Hsu 2019-05-05 05:18:25 +08:00
  • f2113c7c2b feature: Add webhook url overload for DiscordWebhookClient (#1260) Chris Johnston 2019-05-04 14:14:32 -07:00
  • 1ae42207f8 feature: Fix #1270 Add the AuthorId to MessageDeleteAuditLogData (#1271) Chris Johnston 2019-05-04 14:08:46 -07:00
  • 00d3f5a8e5 feature: Add GuildMemberJoin MessageType(#1263) Still Hsu 2019-05-05 05:08:18 +08:00
  • e03c5274f8 feature: Add GetCategory method (#1261) Still Hsu 2019-05-05 05:07:56 +08:00
  • 9084c4214e feature: Fix #1280 Add NewsChannel Types (#1293) Chris Johnston 2019-05-04 14:07:31 -07:00
  • 2254a99942 meta: bump version to 2.1.0-dev Christopher Felegy 2019-05-04 17:05:26 -04:00
  • 51618e66f2 docs: Fixed mistake in EmbedBuilder docs page (#1303) Casino Boyale 2019-05-04 22:00:26 +01:00
  • 5569873717 fix: PacakgeReference belongs under an ItemGroup Christopher Felegy 2019-03-26 16:57:44 -04:00
  • 8003ac80e4 dep: flag IDisposableAnalyzers as private, bump version Christopher Felegy 2019-03-26 16:56:24 -04:00
  • b2ebc03da7 fix: Initialize ImmutableArray fields (#1292) Joe4evr 2019-03-26 21:51:15 +01:00
  • dffbc656fd meta: new readme badge Christopher Felegy 2019-03-17 13:12:23 -04:00
  • 6216fe3a56 ci: remove appveyor config Christopher Felegy 2019-03-17 13:05:49 -04:00
  • 2fa8df8624 ci: switch to release feed/branch Christopher Felegy 2019-03-17 12:58:55 -04:00
  • f9a0d50d56 ci: the agent does not come with nuget installed Christopher Felegy 2019-03-17 12:33:26 -04:00
  • 4d3dcc957c ci: publish metapackage Christopher Felegy 2019-03-17 12:19:49 -04:00
  • 0a8f51c560 ci: use correct publish feed key Christopher Felegy 2019-03-16 22:13:59 -04:00
  • 35b6326889 ci: use proper nuget deploy Christopher Felegy 2019-03-16 22:08:34 -04:00
  • e2ed8f1114 ci: fix deploy uri Christopher Felegy 2019-03-16 21:59:48 -04:00
  • af3d61b906 test: just get rid of channel perm tests Christopher Felegy 2019-03-16 19:31:22 -04:00
  • 1d0de061e2 test: another one Christopher Felegy 2019-03-16 19:22:40 -04:00
  • bc5d608712 test: forgot an #endif? Christopher Felegy 2019-03-16 19:15:55 -04:00
  • b2295a6450 test: disable broken tests Christopher Felegy 2019-03-16 19:11:19 -04:00
  • 3d1cc3db7e ci: don't build Windows_build when deploy condition met Christopher Felegy 2019-03-16 18:51:05 -04:00
  • 0bb9097534 ci: can't have spaces either Christopher Felegy 2019-03-16 17:29:04 -04:00
  • fa680209e0 ci: job cannot have a paranthesis Christopher Felegy 2019-03-16 17:25:16 -04:00
  • e7d52fded1 ci: rewrite to use scripts Christopher Felegy 2019-03-16 17:23:44 -04:00
  • 0de7f94447 ci: variables is an index, not a fn Christopher Felegy 2019-03-16 16:36:48 -04:00
  • e1bc3a3f0c ci: move condition back to root, debug deploy Christopher Felegy 2019-03-16 16:35:35 -04:00
  • 5d3bf981de ci: move deploy condition to deploy.yml Christopher Felegy 2019-03-16 16:33:09 -04:00
  • 369fb78e2f ci: remove comment? Christopher Felegy 2019-03-16 16:31:54 -04:00
  • 9b2bc18c5c ci: add azure pipelines Christopher Felegy 2019-03-16 16:26:12 -04:00
  • 049b014518 fix: Fix NRE when getting audit logs (#1256) Paulo 2019-03-16 16:05:00 -03:00
  • 2473619e63 docs: Clarify command samples (#1257) Still Hsu 2019-03-17 02:49:53 +08:00
  • 377622b2a8 fix: Fix NullReferenceException at MESSAGE_CREATE (#1268) Paulo 2019-03-16 15:44:36 -03:00
  • b80f0e84e7 docs: Use a relative path for docs index page logo (#1276) Chris Johnston 2019-03-16 11:35:45 -07:00
  • 48b327be3e fix: fix false invalidation when decoding token User Ids (#1278) Chris Johnston 2019-03-16 11:34:50 -07:00
  • db50badcc4 meta: bump version to 2.0.2-dev Christopher Felegy 2019-01-09 16:11:31 -05:00
  • a8c99f75bc meta: v2.0.1 Christopher Felegy 2019-01-04 12:04:52 -05:00
  • feed4fd752 docs: Replace obsolete Precondition sample with something new (#1230) Joe4evr 2019-01-04 17:56:57 +01:00
  • 65b8c09727 fix: Only escape the closing quotation mark of non-remainder strings (#1226) Chris Johnston 2019-01-01 18:12:51 -08:00
  • d39bf6ed85 docs: fix the docs index page logo size (#1227) Chris Johnston 2019-01-01 17:47:19 -08:00
  • 205499d9ef meta: bump changelog Christopher Felegy 2018-12-31 13:39:15 -05:00
  • 497918edda fix: raise CommandExecuted on async errors Christopher Felegy 2018-12-31 13:36:30 -05:00
  • 552f34c30e docs: Removed double hooking of CommandService log event (#1225) Casino Boyale 2018-12-31 17:18:06 +00:00
  • cdf60d5c99 meta: bump version to 2.0.1-dev Christopher Felegy 2018-12-28 21:29:34 -05:00
  • 4a3217fcab meta: v2.0.0 Christopher Felegy 2018-12-28 15:26:38 -05:00
  • bafdce4df6 Fix strange borders on main logo in Chrome and Firefox John Mazouri 2018-12-24 02:56:28 -05:00
  • 0fecdf69bb docs: Documentation December Update (#1218) Still Hsu 2018-12-29 00:49:02 +08:00
  • 2a67514e55 meta: bump metapackage to new target frameworks Christopher Felegy 2018-12-28 11:22:51 -05:00
  • 935718fa6e meta: add package logo to distributions Christopher Felegy 2018-12-28 11:21:10 -05:00
  • c6adb11a9d meta: remove rendered logo PNGs Christopher Felegy 2018-12-23 20:03:27 -05:00
  • 5750c3e35b meta: Add Discord.Net logo (#1219) Brian Ebeling 2018-12-23 04:29:40 +01:00
  • ac389f5f68 fix: DefaultWebSocket can now correctly close Christopher Felegy 2018-12-22 12:41:34 -05:00
  • aec710535f fix: don't manually raise CommandExecuted on exceptions Christopher Felegy 2018-12-21 14:57:05 -05:00
  • f2ddf517f7 meta: add pull request template Christopher Felegy 2018-12-20 17:22:57 -05:00
  • 92bf8363ca feature: Add GuildEmote#CreatorID (#1213) Christopher Felegy 2018-12-20 17:10:40 -05:00
  • 65afd37502 feature: add DiscordSocketRestClient (#1198) Christopher F 2018-12-02 13:37:25 -05:00
  • 6d3d906e60 docs: add example of custom error message to sample Christopher Felegy 2018-12-02 13:36:54 -05:00
  • 5677f23e9a feature: Allow setting custom error messages for preconditions (#1124) Joe4evr 2018-12-02 19:24:32 +01:00
  • f4b1a5f25b fix: Improve validation of Bot Tokens (#1206) Chris Johnston 2018-12-02 10:03:12 -08:00
  • 91e0f03bfd fix: Fix after message remaining in MessageUpdated if message author wasn't in the payload (#1209) Alex Gravely 2018-12-02 12:57:38 -05:00
  • f6413bac59 fix: Update minimum Bot Token length to 58 char (#1204) Chris Johnston 2018-11-30 04:10:26 -08:00
  • 6f5693f486 test: bump dependency versions Christopher Felegy 2018-11-29 17:51:34 -05:00
  • ccb16e40c8 fix: Solves UdpClient "ObjectDisposedException" (#1202) ComputerMaster1st 2018-11-29 22:20:35 +00:00
  • 2c93363653 fix: Solves AudioClient Lockup On Disconnect (#1203) ComputerMaster1st 2018-11-29 22:16:46 +00:00
  • a3f5e0b3a7 api: [brk] Move Invites-related Methods from IGuildChannel to INestedChannel (#1172) Still Hsu 2018-11-30 06:15:11 +08:00
  • 46e2674a93 fix: Added Msg.Content Null Check For Prefixes (#1200) ComputerMaster1st 2018-11-29 22:13:50 +00:00
  • 7366cd4361 feature: Implement Dispose for types which have disposable data (#1171) Monica S 2018-11-29 01:18:16 +00:00
  • dca6c33da3 fix: Update ChannelCreateAuditLogData.cs (#1195) jaypaw549 2018-11-28 18:17:08 -07:00
  • 5421df14fe feature: add extensions for bulk reactions Christopher Felegy 2018-11-27 17:49:30 -05:00
  • f005af37b4 feature: add Format.Url, Format.EscapeUrl Christopher Felegy 2018-11-27 17:31:47 -05:00
  • a64ab6025b Resolve Issue #1188 (Allow Users to specify position when creating a new channel) (#1196) Nathan Solomon 2018-11-27 16:16:32 -06:00
  • 10233f3a9a fix: Fixed CommandExecuted firing twice for failed RuntimeResults (#1192) Casino Boyale 2018-11-20 19:16:27 +00:00
  • f9c95bc461 Got rid of use of undefined variables Casino Boyale 2018-11-08 15:58:21 +00:00
  • 419c0a5b53 feature: Add a way to invoke a command specifying optional values by name (#1123) Joe4evr 2018-11-07 00:36:44 +01:00
  • 8ef5f8120f feature: add Add Guild Member endpoint (#1183) Alex Gravely 2018-11-05 18:34:09 -05:00
  • 7dd2268982 lint: Discord Namespace Clean-up (#1185) Still Hsu 2018-11-06 07:32:30 +08:00
  • c1d5152212 fix: UploadWebhookFileParams: Move most things into a json_payload (#1186) OatmealDome 2018-11-04 17:43:36 -05:00
  • 8e6e0e9ad2 lint: Remove public setters for MessageApplication, MessageActivity properties (#1182) Chris Johnston 2018-10-21 14:27:02 -07:00
  • 8fa70bf6a6 lint: Initial clean-up (#1181) Still Hsu 2018-10-22 05:26:39 +08:00
  • 5b3eb70ffd meta: add changelog Christopher F 2018-10-20 15:00:08 -04:00
  • 637d9fc794 Add SocketUser.MutualGuilds + various command ext. methods. (#1037) Alex Gravely 2018-10-20 14:40:13 -04:00
  • 649a779c23 feature: Add invite maxAge check before attempting to create the invite (#1140) Still Hsu 2018-10-21 00:45:05 +08:00
  • f549da50e0 fix: pass the entire Exception into ExecuteResult Christopher F 2018-10-20 11:01:17 -04:00
  • 6260749095 fix: invoke CommandExecuted on async exception failures Christopher F 2018-10-20 10:52:26 -04:00
  • a253b7ee75 docs: remove duplicated MessageReceived hook Christopher F 2018-10-20 10:07:10 -04:00