Commit Graph

  • 94f7dd2ab8 Remove EmbedBuilder -> Embed implicit conversion (#801) Joe4evr 2017-08-30 05:51:41 +09:00
  • e991715bac Added CommandService.CommandExecuted (#747) Christopher F 2017-08-29 16:50:32 -04:00
  • 0fdb2d2c3b Bump version to 2.0.0-alpha Christopher F 2017-08-29 16:49:14 -04:00
  • 9c81ab9fe4 changed NameAttribute to work for parameter (#765) Izumemori 2017-08-29 22:45:30 +02:00
  • cb0ff7817d Add NullableTypeReader (#785) Alex Gravely 2017-08-29 16:38:11 -04:00
  • 4205d68b5a Don't throw when receiving a presence for a user that doesn't exist (#746) Christopher F 2017-08-29 16:26:31 -04:00
  • 3c1e76615e Preemptive Ratelimits should be logged under Verbose Christopher F 2017-08-28 17:21:19 -04:00
  • 1ffcd4bfa7 Changed Guild#DefaultChannel to resolve the first accessible channel (#777) Christopher F 2017-08-28 16:49:16 -04:00
  • 182f00f8ce Reworked IChannel.IsNsfw to support the new API flag (#771) Christopher F 2017-08-28 16:45:53 -04:00
  • 361bfc1a90 Bumped version to 1.1.0-alpha RogueException 2017-07-21 21:35:11 -03:00
  • 865080add9 Fix CreateGuildAsync not sending icon stream. (#768) Alex Gravely 2017-08-17 02:19:16 -04:00
  • 506a6c96c9 Throw when attempting to add or remove a member's EveryoneRole (#781) Christopher F 2017-08-17 01:59:58 -04:00
  • f997089174 Try to pull DM channels from cache on CHANNEL_CREATE RogueException 2017-08-17 02:53:34 -03:00
  • 6b5a6e7f1f Fix everyone mention. (#755) Alex Gravely 2017-08-17 01:47:37 -04:00
  • 57a461c9ff NullOrEmpty -> NullOrWhiteSpace (#758) Jay Malhotra 2017-08-17 06:47:00 +01:00
  • 22b969cbc7 Test the Discord.Color structure (#786) Christopher F 2017-08-17 01:44:37 -04:00
  • 95b78df9f0 URL-Encode reasons on Kick/Ban (#787) Christopher F 2017-08-17 01:43:00 -04:00
  • dfcb4b39fb Allow duplicate RequireBotPermissionAttribute RogueException 2017-08-17 02:41:42 -03:00
  • c4dcb9dc17 Update client.cs (#752) Alex Gravely 2017-07-16 11:33:01 -04:00
  • b59c48b9ec Added IServiceProvider (#753) Hsu Still 2017-07-16 23:32:49 +08:00
  • 0bdc2455bc Add line to show subscribing to CommandService#Log (#756) Joe4evr 2017-07-16 17:32:31 +02:00
  • 0a41694f01 Update Discord.Net.nuspec RogueException 2017-07-14 15:32:24 -03:00
  • 710e1824bf Update LICENSE RogueException 2017-07-14 15:31:30 -03:00
  • 8068a0ba0e Merge pull request #654 from ObsidianMinor/dev Christopher F 2017-07-11 12:13:02 -04:00
  • 263864f579 Bumped version to 1.0.2 Christopher F 2017-07-11 12:12:07 -04:00
  • ff10f17cba Proper versioning is hard RogueException 2017-07-05 21:35:38 -03:00
  • d27657d193 Removed hardcoded suffix from nuspec RogueException 2017-07-05 21:31:59 -03:00
  • b35fbac017 Removed version from README RogueException 2017-07-05 21:30:25 -03:00
  • d89804d7c7 Fix potential nullref in embedBuilder value setter (#734) Pat Murphy 2017-07-05 16:56:43 -07:00
  • 8cd99beb62 Unify ShardedCommandContext with SocketCommandContext (#739) Joe4evr 2017-07-06 01:23:46 +02:00
  • d2afb06942 Make the "cannot be loaded" warning fire correctly (#729) Finite Reality 2017-07-06 00:19:09 +01:00
  • b6dcc9e8d8 Add back the case for ParameterPreconditions (#735) Joe4evr 2017-07-06 01:13:49 +02:00
  • 7597cf5baa Fix CalculateScore throwing on missing parameters (#727) Finite Reality 2017-07-06 00:09:38 +01:00
  • c316b29286 Bump version to 1.0.1 Christopher F 2017-07-02 12:33:03 -04:00
  • 26bc0b300d Updated version to 1.0 RogueException 2017-06-29 20:00:26 -03:00
  • ba18179eb8 Fixed compile error RogueException 2017-06-29 19:50:07 -03:00
  • 3b78817c54 Added int overload to EmbedBuilderExtensions RogueException 2017-06-29 19:45:02 -03:00
  • 14dfc48df3 Style cleanup RogueException 2017-06-29 19:25:21 -03:00
  • fdd38c8d7f Add embed builder extensions (#460) Finite Reality 2017-06-29 23:44:08 +01:00
  • 74f6a4b392 Allow commands to return a Task<RuntimeResult> (#466) Finite Reality 2017-06-29 23:21:05 +01:00
  • b96748f9c3 Allow arbitrary attributes to be added to commands (#458) Finite Reality 2017-06-29 22:30:26 +01:00
  • 394e0aa4d1 Reorganized properties in Emoji.cs RogueException 2017-06-29 18:06:12 -03:00
  • 224d0403db Adding Equals() overloads for reactions/emotes (#723) Pat Murphy 2017-06-29 14:05:16 -07:00
  • 032aba9129 Update commands with C#7 features (#689) Finite Reality 2017-06-29 21:43:55 +01:00
  • 41222eafeb Add color presets. (#725) Alex Gravely 2017-06-29 16:40:40 -04:00
  • 7837c4862c Revert change of all Url types on IEmbed to string (#724) Christopher F 2017-06-29 16:38:05 -04:00
  • 1ce1c019b3 Add support for audit log reasons (#708) Christopher F 2017-06-29 16:01:59 -04:00
  • 9085e44dda Merge pull request #712 from AntiTcb/patch-1 Christopher F 2017-06-28 13:04:53 -04:00
  • 3b8434cdc4 Merge pull request #715 from Joe4evr/patch-2 Christopher F 2017-06-28 13:02:58 -04:00
  • daae56e37e Merge remote-tracking branch 'origin/dev' into dev Christopher F 2017-06-27 08:49:53 -04:00
  • 1d612f15c8 ToString on types of IEmote should return a chat formatted string Christopher F 2017-06-27 08:49:46 -04:00
  • 04e71129cf Merge pull request #718 from FiniteReality/issue/missing-tweet-type Christopher F 2017-06-25 01:54:14 -04:00
  • 107f1b5803 Add 'tweet' embed type FiniteReality 2017-06-24 22:09:46 +01:00
  • a396a1cb1c Merge pull request #717 from Joe4evr/FixPropertyInjection Christopher F 2017-06-24 06:47:30 -04:00
  • cc390f03de Fix the off-chance that someone has a property without a getter Joe4evr 2017-06-24 02:56:57 +02:00
  • 34917a35de In my defense, it was 2:40 AM Joe4evr 2017-06-24 02:50:30 +02:00
  • 444868b22d Fix attempting to inject into static properties Joe4evr 2017-06-24 02:39:02 +02:00
  • 36ed2b49f0 PreconditionGroup quick fix Joe4evr 2017-06-23 20:46:59 +02:00
  • ea685b4f23 Add 'article' EmbedType Christopher F 2017-06-23 14:33:41 -04:00
  • 707ec95717 Add SocketRole.Members property (#659) Alex Gravely 2017-06-23 11:01:44 -04:00
  • d088d7b05c Add packetLoss argument for PCM streams, change FrameBytes to FrameSamplesPerChannel in OpusEncodeStream (#677) Amir Zaidi 2017-06-23 16:48:42 +02:00
  • 256af0b269 Merge remote-tracking branch 'origin/issues/667' into dev Christopher F 2017-06-23 10:42:19 -04:00
  • 5601d00285 Add various property validation in EmbedBuilder (#711) Pat Murphy 2017-06-23 07:29:55 -07:00
  • 5f04e2beba Cache outgoing presence data if disconnected (#705) Christopher F 2017-06-23 10:29:45 -04:00
  • fb0a056d76 Add IUser#SendMessageAsync extension (#706) Christopher F 2017-06-23 10:29:39 -04:00
  • cce572c600 Include names in command builder exceptions (#663) Finite Reality 2017-06-23 15:28:30 +01:00
  • 4a9c8168a9 Add grouping of preconditions to allow for flexible precondition logic. (#672) Joe4evr 2017-06-23 16:28:22 +02:00
  • d44d5e7198 Merge pull request #710 from FiniteReality/issue/704 Christopher F 2017-06-20 21:03:33 -04:00
  • 6e21d33999 Update events.cs Alex Gravely 2017-06-20 20:44:33 -04:00
  • 759da09c38 Update events.cs Alex Gravely 2017-06-19 15:21:46 -04:00
  • 33e765f8f5 Use StringEnum converter in API model Christopher F 2017-06-17 19:00:22 -04:00
  • 0550006d56 Change wording of permission preconditions FiniteReality 2017-06-17 15:10:35 +01:00
  • 0708bc5d48 Add EmbedType enum Christopher F 2017-06-16 22:39:40 -04:00
  • 1942637380 Merge pull request #656 from AntiTcb/fix/GetDMChannelAsync Christopher F 2017-06-16 21:22:56 -04:00
  • fb57a61432 Rename to GetOrCreateDMChannelAsync AntiTcb 2017-06-16 20:43:50 -04:00
  • 8c2a46e9e7 Add ulong overload to IMessageChannel.DeleteMessagesAsync (#649) Alex Gravely 2017-06-15 11:05:41 -04:00
  • 6ad4889a9e Merge pull request #651 from Bond-009/patch-1 Christopher F 2017-06-15 10:45:19 -04:00
  • 23eda77f95 Merge pull request #680 from BlockBuilder57/patch-1 Christopher F 2017-06-15 10:44:59 -04:00
  • 9a8d914735 Merge pull request #642 from Fr0sZ/patch-1 Christopher F 2017-06-15 10:44:45 -04:00
  • 699ac29ff5 Merge pull request #645 from Bond-009/patch-2 Christopher F 2017-06-15 10:44:33 -04:00
  • 77bf841d1d Merge pull request #669 from Bond-009/cmddocs Christopher F 2017-06-15 10:43:14 -04:00
  • fb01e16b36 Fixed dead link (#662) Drew 2017-06-15 10:43:06 -04:00
  • 1018fa6873 Merge pull request #683 from Joe4evr/QuickstartExtraComments Christopher F 2017-06-15 10:42:40 -04:00
  • 925ae945e1 Merge pull request #699 from Izumemori/spelling-fix Christopher F 2017-06-15 10:42:33 -04:00
  • b0a3ce5e7c Respond to feedback. Joe4evr 2017-06-13 10:58:06 +02:00
  • 1d096a7fc5 Fix spelling Izumemori 2017-06-13 01:58:54 +02:00
  • 6cdc48bfa6 Move instructions about BuildServiceProvider() up Joe4evr 2017-06-07 04:32:59 +02:00
  • 12acfec1db Respond to feedback Joe4evr 2017-06-04 23:44:39 +02:00
  • d05191ed05 Added/clarified some comments in structure.cs Joe4evr 2017-05-30 17:54:32 +02:00
  • 2ef53330fb Add newest verification level BlockBuilder57 2017-05-29 13:33:28 -05:00
  • 73611d1fab Remove IUser.CreateDMChannelAsync, implicitly implement IUser.GetDMChannelAsync AntiTcb 2017-05-27 14:47:12 -04:00
  • 8eb9b2071c Set hasHeader in SodiumEncrypt RogueException 2017-05-25 21:45:41 -03:00
  • 333881a711 Expose audio header more often RogueException 2017-05-25 13:54:57 -03:00
  • 892eca39fd Update cmd docs to use IServiceProvider Bond_009 2017-05-24 21:05:06 +02:00
  • 3fb661a33a fix docs compile issue Christopher F 2017-05-21 14:55:47 -04:00
  • 7db38f32bb Attach/Remove DMChannel to SocketGlobalUser.DMChannel property AntiTcb 2017-05-16 20:04:25 -04:00
  • 33a91ba3de Remove redundant explicit interface definition. AntiTcb 2017-05-16 20:03:38 -04:00
  • aeef5d0893 Update DM channel on entity updates. AntiTcb 2017-05-16 20:03:17 -04:00
  • 6fed78025c Create DM channel if one does not exist. AntiTcb 2017-05-16 20:02:32 -04:00
  • 652fd30f65 Fixed RestGuildUser not updating RestUser properties ObsidianMinor 2017-05-16 13:27:43 -05:00