Commit Graph

  • 4274900d43 Implimented discussed changes Khionu Sybiern 2017-03-01 14:19:28 -05:00
  • c350debdba Better implimentation of detection Khionu Sybiern 2017-03-01 08:08:07 -05:00
  • df6579260e Fix detection of IDependencyMap impl Khionu Sybiern 2017-03-01 07:13:38 -05:00
  • 4c2221dacb More audio cleanup, finished receive streams RogueException 2017-02-26 13:43:11 -04:00
  • 8e0c65498b Cleaned up audio code RogueException 2017-02-26 10:57:28 -04:00
  • 4a18b321ea Change the minimum allowed message to 13d23h59m Christopher F 2017-02-25 16:31:46 -05:00
  • 2db60749ca Add IsUnique parameter to CreateChannelInvite Christopher F 2017-02-25 16:17:58 -05:00
  • 06dcac6a9f Fixed audio and a few ConnectionManager issues RogueException 2017-02-25 16:06:42 -04:00
  • 3190d7e26d Moved (re)connection handling to ConnectionManager RogueException 2017-02-23 16:38:57 -04:00
  • 8630185ac9 Started Discord.Net.Relay RogueException 2017-02-17 23:12:24 -04:00
  • d321ad3e5c Moved Frame models, added default providers RogueException 2017-02-17 23:06:18 -04:00
  • 607f478b9a Check that messages older than two weeks are not passed to bulk delete Christopher F 2017-02-23 17:39:10 -05:00
  • 9d7073fafe Merge pull request #436 from RogueException/feature/new-avatars Christopher F 2017-02-23 16:20:40 -05:00
  • c486f0ee50 Don't force avatar formats Christopher F 2017-02-23 16:11:34 -05:00
  • a5adc8a129 Cleanup from rebase Christopher F 2017-02-23 16:04:13 -05:00
  • 6116c1bcef Replace IUser.AvatarUrl with IUser#GetAvatarUrl(size) Christopher F 2016-12-22 22:46:30 -05:00
  • 3c9704c822 Merge pull request #520 from james7132/property-injection Christopher F 2017-02-23 15:51:24 -05:00
  • 7476c4ca38 Cleanup property injection Christopher F 2017-02-23 15:47:46 -05:00
  • 6fd834f326 Merge pull request #417 from RogueException/feature/better-di Christopher F 2017-02-21 16:56:25 -05:00
  • 87f404c23b Move logging lambda to its own method Christopher F 2017-02-21 16:36:06 -05:00
  • c1a5960116 Merge pull request #495 from Flamanis/dev Christopher F 2017-02-21 16:34:30 -05:00
  • 061935cc9f Clean up #501 Christopher F 2017-02-21 16:29:40 -05:00
  • 68eeb63127 Merge pull request #501 from khionu/patch-1 Christopher F 2017-02-21 16:26:32 -05:00
  • a110c862f6 Merge pull request #503 from Joe4evr/DocSamples Christopher F 2017-02-21 16:24:35 -05:00
  • 755651080d Merge pull request #524 from RyadaProductions/patch-1 Christopher F 2017-02-21 16:24:18 -05:00
  • c8f382ce2a Merge pull request #526 from RogueException/feature/user-roles Christopher F 2017-02-21 16:22:45 -05:00
  • bb9f144eae Remove implicit SocketGuildUser.RoleIds; refactor Roles to ReadOnly Christopher F 2017-02-21 16:19:33 -05:00
  • ab60f63511 Changes HasValue in Cachable to constructor argument Sindre G. Langhus 2017-02-21 22:11:48 +09:00
  • f4918c793b Add comment about message cache Joe4evr 2017-02-21 06:06:06 +01:00
  • 1070feafa8 Merge pull request #509 from aequasi/patch-2 RogueException 2017-02-20 18:32:02 -04:00
  • 85e0dee0f0 Merge pull request #523 from Emzi0767/dev RogueException 2017-02-20 18:16:35 -04:00
  • 966be796b2 Merge pull request #504 from Joe4evr/TypeReader_NRE_fix RogueException 2017-02-20 18:14:21 -04:00
  • 29261a943a Fix typo james7132 2017-02-15 21:44:31 +00:00
  • e601cea255 Add Roles property to SocketGuildUser Christopher F 2017-02-15 15:59:23 -05:00
  • e3d31c5bd1 Update status.cs RyadaProductions 2017-02-15 13:26:25 +01:00
  • 9c3f858b42 Fixed couple non-default arguments in REST messages Emzi0767 2017-02-13 22:22:06 +01:00
  • 941e8383b1 Merge pull request #522 from RogueException/feature/idiot-repellent RogueException 2017-02-13 00:44:57 -04:00
  • f3aa546407 Throw an InvalidOp if a user tries to set the DefaultRunMode to Default Christopher F 2017-02-12 19:06:36 -05:00
  • 70e8cea6e2 Fixed order for permission resolving RogueException 2017-02-11 23:15:48 -04:00
  • 9609520a53 Remove "Get" statement from example docs james7132 2017-02-11 20:12:53 +00:00
  • 73f00eb0d7 Ensure injected properties have public setters james7132 2017-02-11 20:12:12 +00:00
  • 6352cbebef Add TryAdd to DependencyMaps Christopher F 2017-02-11 13:53:14 -05:00
  • 40ede62e4d Remove Auto-Injection Christopher F 2017-02-11 13:38:26 -05:00
  • e0a0d2100d Reduced missed heartbeat aggressiveness RogueException 2017-02-11 01:49:28 -04:00
  • 145ae1518b Fix properties not being set properly on injection james7132 2017-02-11 05:48:45 +00:00
  • bb95686078 Update docs to reflect the change. james7132 2017-02-10 22:11:06 +00:00
  • f1df412341 Change whitelist injection into blacklist injection james7132 2017-02-10 22:02:18 +00:00
  • f0b4c24e82 Add InjectAttribute for annotating injectable properties james7132 2017-02-10 21:52:33 +00:00
  • a551064eaf Add IDependencyMap injection for public properties james7132 2017-02-10 15:44:24 +00:00
  • 8be4cb72e3 SocketSystemMessage Internal -> Public RogueException 2017-02-07 21:15:27 -04:00
  • ea3a8f6a01 Added EmbedBuilder.AddField(EmbedFieldBuilder) RogueException 2017-02-07 21:13:26 -04:00
  • 0cf5493c61 Fixed crash, added DM/Group channel helpers RogueException 2017-02-07 21:10:30 -04:00
  • d9fd0c34e4 Fixed bugs with creating invites RogueException 2017-02-07 19:48:09 -04:00
  • 858af5e8bb Typo Aaron Scherer 2017-02-04 05:48:48 -08:00
  • d8682a82b2 Change all signatures in the SocketClients to interfaces. Sindre Langhus 2017-02-03 15:04:54 +01:00
  • 25547407c8 Now this should be ready to, I am the worst at git. Sindre G. Langhus 2017-02-02 14:41:27 +01:00
  • 4b13e3fb00 Changed MessageUpdated to use Cacheable as well, after discussion with Volt. Sindre G. Langhus 2016-12-25 14:30:20 +01:00
  • 2d67cf36ae Changed Id from a ulong to generic TId, as per discussion. Sindre G. Langhus 2016-12-24 02:25:37 +01:00
  • 2a1314da25 Cleanup. Sindre G. Langhus 2016-12-22 03:41:23 +01:00
  • daf0ac9347 Added docstrings for Cacheable Christopher F 2016-12-21 20:52:07 -05:00
  • 705d71875c Simplified PR, renamed Cached to Cacheable. Sindre G. Langhus 2016-12-16 23:50:27 +01:00
  • 8435186d79 returns. Sindre G. Langhus 2016-12-01 18:37:53 +01:00
  • 959d49a26f renamed Cache to Cached, and refactored many events to use Cached Sindre G. Langhus 2016-12-01 11:35:45 +01:00
  • 05fcd5f076 First commit Sindre G. Langhus 2016-11-29 00:37:45 +01:00
  • f80687ef0e Fix ParameterInfo.Type sometimes being null Joe4evr 2017-02-01 04:06:24 +01:00
  • af33689d1e Respond to feedback Joe4evr 2017-01-31 02:47:05 +01:00
  • c7bb1cdf31 Fix whitespace Joe4evr 2017-01-31 02:36:57 +01:00
  • 02969ff7b5 Update doc samples for correctness, consistency, and a better complete quickstart example. Joe4evr 2017-01-31 02:28:53 +01:00
  • 4b92497c3b Amended after feedback Khionu Sybiern 2017-01-30 16:21:18 -05:00
  • 4cf6d8e03f Merge pull request #502 from Joe4evr/Before/AfterExecute RogueException 2017-01-30 16:39:40 -04:00
  • c9b8ed992c Started placeholders for analyzers RogueException 2017-01-29 23:16:06 -04:00
  • b00b69234f Users can no longer directly request user downloads. RogueException 2017-01-29 23:15:48 -04:00
  • 6188ff0a2f Improve platform errors for websocket/udp RogueException 2017-01-29 23:11:02 -04:00
  • ea298875af Actually mark the methods virtual #derp Joe4evr 2017-01-30 03:17:57 +01:00
  • c2599977a5 Add BeforeExecute/AfterExecute methods to ModuleBase Joe4evr 2017-01-30 03:14:12 +01:00
  • d057c1b564 Update to Docs' Homepage Khionu Sybiern 2017-01-29 17:07:41 -05:00
  • 35c10a1006 Don't throw if websocket close was requested RogueException 2017-01-28 20:54:58 -04:00
  • a266d072db Fixed nullref during reconnect RogueException 2017-01-28 19:04:42 -04:00
  • 547d7d241f Added a few debug tools for stability testing RogueException 2017-01-28 19:04:20 -04:00
  • 11a639c5aa Moved a few log events to the shard logger RogueException 2017-01-28 19:03:55 -04:00
  • b91026f552 Stop spamming users/@me and voice/regions RogueException 2017-01-28 17:04:35 -04:00
  • 6a0f41a4dc Add voice guide Christopher F 2017-01-16 13:21:32 -05:00
  • 99b1398dc4 I forgot what frameworks we target... RogueException 2017-01-26 11:23:04 -04:00
  • b4373b5a94 Added dependency groups to metapackage nuspec RogueException 2017-01-26 11:15:23 -04:00
  • 56b260c5ea Removed .Net Core runtime req from README RogueException 2017-01-26 11:10:04 -04:00
  • 4610e66fdf Pack script fixes RogueException 2017-01-26 11:06:06 -04:00
  • 55e9c7da5c Merge pull request #482 from FiniteReality/issue/462 RogueException 2017-01-26 10:57:46 -04:00
  • 3cf03fa7f8 Merge pull request #497 from Confruggy/patch-3 RogueException 2017-01-26 10:55:08 -04:00
  • deb755dd3d Merge pull request #488 from FiniteReality/issue/487 RogueException 2017-01-26 10:52:12 -04:00
  • 7d617aebb2 Merge branch 'dev' of github.com:RogueException/Discord.Net into dev RogueException 2017-01-26 10:44:26 -04:00
  • 34139c9b59 Converted Discord.Net to a metapackage RogueException 2017-01-26 10:43:32 -04:00
  • dcde846163 Added build status to README RogueException 2017-01-26 00:28:39 -04:00
  • c10ebeef57 Updated xunit RogueException 2017-01-26 00:06:47 -04:00
  • 224af65b29 Updated README with new compile requirements RogueException 2017-01-25 23:02:14 -04:00
  • eb2a946dd6 Updated to 1.0.0-rc3 tooling RogueException 2017-01-25 22:27:24 -04:00
  • 3bc2520095 Abandon VersionSuffix RogueException 2017-01-25 20:39:04 -04:00
  • 24663605f6 Fixed CI detecting all packages as dev RogueException 2017-01-25 20:14:19 -04:00
  • b0db37cad6 Versions are hard RogueException 2017-01-25 18:00:00 -04:00
  • 7e9491fb34 Fix Issue #446. RestUserMessage initializes _reactions even if there are no reactions so get doesn't cause exception. firebingo 2017-01-04 14:52:15 -07:00
  • 4665b63d27 Merge pull request #465 from Sentinent/user-presences RogueException 2017-01-25 17:16:50 -04:00