Commit Graph

  • a75af58bdb Merge pull request #464 from Sentinent/dev RogueException 2017-01-25 17:16:42 -04:00
  • 0d433caaa6 Merge pull request #433 from Confruggy/patch-1 RogueException 2017-01-25 17:16:32 -04:00
  • 78c892b1bb Pack script fixes RogueException 2017-01-25 16:56:23 -04:00
  • f3ba4b6f99 Changed nupkg directory RogueException 2017-01-25 15:52:18 -04:00
  • 3046b62c94 Cleaned up csproj/sln/scripts RogueException 2017-01-25 12:41:38 -04:00
  • 203265cb65 Cleaned up ShardedClient, delayed connections RogueException 2017-01-25 12:21:58 -04:00
  • 858580a6a4 Fixed a couple issues in the Tests csproj RogueException 2017-01-24 17:30:18 -04:00
  • dc659d4dcf Ignore warnings from HttpMixin RogueException 2017-01-24 17:22:47 -04:00
  • d043b8daea Restore tests before testing RogueException 2017-01-24 17:10:37 -04:00
  • b5571d09ce Split build script into build, pack and test RogueException 2017-01-24 16:33:28 -04:00
  • a4009dca7d Abort packing if build fails RogueException 2017-01-24 16:20:28 -04:00
  • 7c5fe79333 Updated build script RogueException 2017-01-24 15:40:41 -04:00
  • 7ac02bbc40 Added credit for akavache files RogueException 2017-01-24 14:05:07 -04:00
  • 5dda8ef31f Added environment var fallback RogueException 2017-01-24 14:02:26 -04:00
  • 0947bedb28 Cleaned up VoiceChannels test RogueException 2017-01-24 13:56:35 -04:00
  • 9fb413952f Fixed solution errors RogueException 2017-01-24 13:47:56 -04:00
  • bf8a615eef Added config example RogueException 2017-01-24 13:46:32 -04:00
  • d9802593ab Started new testbed RogueException 2017-01-24 11:55:41 -04:00
  • fe35400498 Cleanup RogueException 2017-01-24 11:42:28 -04:00
  • 158222bb78 Merged GuildExtensions into IGuild RogueException 2017-01-24 11:41:07 -04:00
  • 7ef48c5ce5 Improved discord HTTP exceptions RogueException 2017-01-24 11:40:08 -04:00
  • b76c744447 Internally exposed several ApiClient props RogueException 2017-01-24 11:38:53 -04:00
  • ea0044cb87 Made IVoiceChannel.UserLimit nullable RogueException 2017-01-24 11:37:39 -04:00
  • 69bd4b4ea6 Updated .NET dependencies to 4.3.0 RogueException 2017-01-24 11:36:07 -04:00
  • 00bb3c9d70 Removed project.jsons RogueException 2017-01-24 11:35:36 -04:00
  • 62d0017e04 Added .vscode settings to gitignore RogueException 2017-01-24 11:34:10 -04:00
  • 5c4672bc24 Added db files to gitignore RogueException 2017-01-24 11:33:20 -04:00
  • 02b0726338 Update Format.cs Confruggy 2017-01-23 16:10:56 +01:00
  • aed63e67f6 Update logging.cs Flamanis 2017-01-22 18:25:52 -06:00
  • 1c258544ba Update logging.cs Flamanis 2017-01-22 18:25:12 -06:00
  • e907c3e500 Update logging.cs Flamanis 2017-01-22 18:21:28 -06:00
  • 2b9cedd9df Update logging.cs Flamanis 2017-01-22 18:14:33 -06:00
  • a59fa722e7 Update logging.cs Flamanis 2017-01-22 18:11:10 -06:00
  • c1e445d8ce Update Format.cs Confruggy 2017-01-22 22:33:03 +01:00
  • 0715cb6623 Actually use HashSet<T> to initialize _moduleDefs FiniteReality 2017-01-22 03:08:52 +00:00
  • a65ba095af Replace ConcurrentBag<T> with HashSet<T> FiniteReality 2017-01-17 20:08:18 +00:00
  • c2b50b56d8 Ensure aliases are built in the correct order FiniteReality 2017-01-15 21:19:08 +00:00
  • 236304c1a4 Include command contexts on docs Christopher F 2017-01-14 19:09:21 -05:00
  • fbc32b3dc4 Merge pull request #479 from AntiTcb/patch-1 Christopher F 2017-01-14 18:50:41 -05:00
  • 4188a27401 Unparsed -> Remainder in example. Alex 2017-01-14 18:49:40 -05:00
  • 6dc52e8eb8 Fixed users not being updated on PRESENCE_UPDATEs Sentinent 2017-01-06 00:42:16 -08:00
  • a03269fcf1 Fixed guild member's joinedat reseting after certain events Sentinent 2017-01-05 01:44:41 -08:00
  • cf2596db58 Fixed a nullref when an embed is not provided to SendMessage RogueException 2017-01-02 01:17:32 -04:00
  • d06b7856f6 Fixed several package errors RogueException 2017-01-02 00:05:45 -04:00
  • 64e22947ea Updated README RogueException 2017-01-01 23:57:17 -04:00
  • 02b4e0c3c1 Added providers to metapackage RogueException 2017-01-01 23:55:18 -04:00
  • 4a75f68ac8 Added ManageWebhooks to Channel/OverwritePermissions RogueException 2017-01-01 23:40:19 -04:00
  • 737fd3dc83 Removed leftover Discord.Net.API files RogueException 2017-01-01 23:32:43 -04:00
  • e2934abe29 Made API models internal. Removed Discord.Net.API. RogueException 2017-01-01 23:28:42 -04:00
  • dac51db299 Added DiscordShardedClient, some DiscordSocketClient fixes. RogueException 2017-01-01 09:03:35 -04:00
  • fc8d2b3155 Added AudioOutStream, exposed Clear/ClearAsync methods. Added support for cancelTokens. RogueException 2017-01-01 00:30:13 -04:00
  • b17a9b713f Removed debug lines RogueException 2016-12-31 20:21:45 -04:00
  • 58cb8cfb20 Added a limit to BufferedAudioTarget's internal buffer. RogueException 2016-12-31 20:07:20 -04:00
  • c34841c53d Dont flush audio streams on Dispose RogueException 2016-12-31 06:31:56 -04:00
  • 64ddcb564b Added isDisposed checks to audio classes. Dont flush the OpusEncodeStream RogueException 2016-12-30 18:21:00 -04:00
  • 9cca612468 Improved BufferedAudioTarget loop RogueException 2016-12-30 17:41:56 -04:00
  • 73461d60c1 Changed bitrate to bits/sec RogueException 2016-12-30 17:20:59 -04:00
  • d6dc3a4e4b Added IDisposable to RTPWriteStream. Flush on Dispose. RogueException 2016-12-30 17:20:39 -04:00
  • 082ddc616c Added IDisposable to IAudioClient RogueException 2016-12-30 17:06:15 -04:00
  • f4469a76be Added Flush support for audio streams RogueException 2016-12-30 17:02:25 -04:00
  • beb2acb40c Fixed deadlock during connection RogueException 2016-12-30 16:17:38 -04:00
  • 3b72d48950 Added support for partial PCM frames RogueException 2016-12-30 16:02:01 -04:00
  • c38a786039 Removed unused parameter RogueException 2016-12-30 05:59:43 -04:00
  • 2877653a09 Readded outgoing audio RogueException 2016-12-30 00:41:29 -04:00
  • c9a12cde10 Added default alias when GroupAttribute isn't provided RogueException 2016-12-29 20:57:07 -04:00
  • e3da623f39 Cleaned up alias generation RogueException 2016-12-28 19:22:57 -04:00
  • 032c9e007c Do not add null aliases RogueException 2016-12-28 19:22:53 -04:00
  • 1169d3671c Removed RetryMode.RetryErrors RogueException 2016-12-27 17:50:32 -04:00
  • d82d7e1584 Do not catch our thrown HttpException in RequestQueueBucket RogueException 2016-12-27 16:50:30 -04:00
  • 83a5456011 Fixed RPC NullRef RogueException 2016-12-27 15:04:49 -04:00
  • 3ddc59c386 Added NullableConverter, fixed Image serialization RogueException 2016-12-27 14:52:22 -04:00
  • 2c075e186a Added support for custom ModuleBase command contexts. Added SocketCommandContext/RpcCommandContext. RogueException 2016-12-23 16:52:32 -04:00
  • 1965c0539a Added support for concrete Rest/Socket/RPC classes in command params RogueException 2016-12-23 16:03:19 -04:00
  • 572c0e6c6b Renamed new params classes to XXXProperties RogueException 2016-12-23 15:22:59 -04:00
  • 8326d01f62 Isolated API definitions to their own library RogueException 2016-12-23 15:10:45 -04:00
  • ca6eb6aff4 Added UDPClient Provider RogueException 2016-12-23 15:07:59 -04:00
  • 7b1db31985 Update MessageHelper.cs Confruggy 2016-12-21 23:17:14 +01:00
  • 357f42ffdb Merge pull request #432 from BoGuu/dev RogueException 2016-12-21 08:06:27 -04:00
  • 470f7fba73 DefaultRetryMode never assigned - DRestAPIClient BoGuu 2016-12-21 01:50:42 +00:00
  • 1fd9452e6c Added WS4Net provider to build script RogueException 2016-12-20 09:41:42 -04:00
  • f64de4ab47 Merge pull request #431 from AntiTcb/issues/427 Christopher F 2016-12-20 02:09:28 -05:00
  • b1259cd1f8 Merge pull request #430 from Confruggy/dev Christopher F 2016-12-19 18:09:14 -05:00
  • 5118ed876b Can target classes now. AntiTcb 2016-12-19 17:54:06 -05:00
  • bc985ada92 Modules without aliases now default to an empty string alias AntiTcb 2016-12-19 17:53:54 -05:00
  • d27970113e Update UserTypeReader.cs Confruggy 2016-12-19 23:20:42 +01:00
  • 419bc1e98a Changed "his" to "this" Yivlx 2016-12-19 14:00:29 -08:00
  • ae3ada84c4 Renamed ModuleBuilder.AddAlias -> AddAliases RogueException 2016-12-18 18:21:02 -04:00
  • ac4f007600 Merge pull request #425 from FiniteReality/issue/424 RogueException 2016-12-18 18:15:28 -04:00
  • c1a9bdc142 Cleaned up alias permutations, fixed empty aliases RogueException 2016-12-18 18:14:39 -04:00
  • 5663e47db6 Added command separator char, improved passing search results to parser RogueException 2016-12-18 17:48:33 -04:00
  • 2e2fbaa5f3 Add mentionable property to ModifyGuildRoleParams FiniteReality 2016-12-18 17:23:41 +00:00
  • 0d209b3fdb Added internal error for if a matching alias cannot be found RogueException 2016-12-18 14:18:33 -04:00
  • 6676a54655 IAudioChannel should extend IChannel RogueException 2016-12-18 13:58:51 -04:00
  • fc4a0bbe8b Merge pull request #422 from RogueException/revert-412-issue/304-v2 Christopher F 2016-12-17 16:35:56 -05:00
  • 604d69fb7f Revert "Implement configurable command node separators" Christopher F 2016-12-17 16:34:04 -05:00
  • b9b6ac36fe Add docstrings, per volt's feedback Christopher F 2016-12-16 19:18:27 -05:00
  • 18de2ecac7 Merge pull request #412 from FiniteReality/issue/304-v2 RogueException 2016-12-16 15:38:27 -04:00
  • ded721be03 Fixed xmldoc RogueException 2016-12-16 15:32:49 -04:00
  • c102f52bfa Merge branch 'issue/379' into dev RogueException 2016-12-16 11:12:50 -04:00
  • 86d9f52438 Cleaned up new params RogueException 2016-12-16 11:11:07 -04:00