RogueException
69bd4b4ea6
Updated .NET dependencies to 4.3.0
2017-01-24 11:36:07 -04:00
RogueException
00bb3c9d70
Removed project.jsons
2017-01-24 11:35:36 -04:00
RogueException
d06b7856f6
Fixed several package errors
2017-01-02 00:05:45 -04:00
RogueException
4a75f68ac8
Added ManageWebhooks to Channel/OverwritePermissions
2017-01-01 23:40:54 -04:00
RogueException
e2934abe29
Made API models internal. Removed Discord.Net.API.
2017-01-01 23:28:42 -04:00
RogueException
dac51db299
Added DiscordShardedClient, some DiscordSocketClient fixes.
2017-01-01 09:03:35 -04:00
RogueException
fc8d2b3155
Added AudioOutStream, exposed Clear/ClearAsync methods. Added support for cancelTokens.
2017-01-01 00:30:13 -04:00
RogueException
58cb8cfb20
Added a limit to BufferedAudioTarget's internal buffer.
2016-12-31 20:07:20 -04:00
RogueException
082ddc616c
Added IDisposable to IAudioClient
2016-12-30 17:06:15 -04:00
RogueException
3b72d48950
Added support for partial PCM frames
2016-12-30 16:02:01 -04:00
RogueException
2877653a09
Readded outgoing audio
2016-12-30 00:41:29 -04:00
RogueException
1169d3671c
Removed RetryMode.RetryErrors
2016-12-27 17:50:32 -04:00
RogueException
3ddc59c386
Added NullableConverter, fixed Image serialization
2016-12-27 14:52:22 -04:00
RogueException
2c075e186a
Added support for custom ModuleBase command contexts. Added SocketCommandContext/RpcCommandContext.
2016-12-23 16:57:30 -04:00
RogueException
572c0e6c6b
Renamed new params classes to XXXProperties
2016-12-23 16:57:29 -04:00
RogueException
8326d01f62
Isolated API definitions to their own library
2016-12-23 16:57:29 -04:00
BoGuu
470f7fba73
DefaultRetryMode never assigned - DRestAPIClient
2016-12-21 01:50:42 +00:00
RogueException
ac4f007600
Merge pull request #425 from FiniteReality/issue/424
...
Add mentionable property to ModifyGuildRoleParams
2016-12-18 18:15:28 -04:00
FiniteReality
2e2fbaa5f3
Add mentionable property to ModifyGuildRoleParams
...
Allows roles to be configured to be mentionable, fixes #424
2016-12-18 18:27:45 +00:00
RogueException
6676a54655
IAudioChannel should extend IChannel
2016-12-18 13:58:51 -04:00
RogueException
ded721be03
Fixed xmldoc
2016-12-16 15:32:49 -04:00
RogueException
c102f52bfa
Merge branch 'issue/379' into dev
2016-12-16 11:12:50 -04:00
RogueException
86d9f52438
Cleaned up new params
2016-12-16 11:11:07 -04:00
RogueException
1efcd3daf6
Added request retry modes
2016-12-16 09:13:42 -04:00
RogueException
8f87b2cc71
Added support for .NET Standard 1.1 and 1.2
2016-12-16 05:52:46 -04:00
Christopher F
3fc043132b
docstrings for modify params, minor bugfixes
2016-12-04 19:07:07 -05:00
Christopher F
a4e95923b6
Bitrate must be at least 8000
...
per the following API error:
{
"bitrate": [
"Int value should be greater than 8000."
]
}
2016-12-04 17:51:57 -05:00
Christopher F
e2aa0e92a4
Slight modification to fix images in thumbnails
2016-12-04 17:35:36 -05:00
Christopher F
64681856b1
Create wrapper modify objects
...
this was a big one
2016-12-04 17:33:29 -05:00
Nikey646
11f507e26a
EmbedBuilder.WithImageUrl() now uses the value passed
2016-12-01 12:04:32 +11:00
RogueException
f56a1b653d
Cleaned up Reactions PR
2016-11-27 00:55:01 -04:00
RogueException
2e1ec5803b
Added AddReactions to Permission constructors
2016-11-27 00:41:03 -04:00
RogueException
b9eeac9105
Merge branch 'dev' into feature/reactions
2016-11-27 00:30:46 -04:00
RogueException
08d85cd2d9
Merge pull request #375 from LassieME/embed/fix-urls-add-timestamp
...
Adds Timestamps to embeds, and removes Image and Thumbnail-Builders
2016-11-27 00:20:15 -04:00
RogueException
2daf6cb16c
Merge pull request #378 from RogueException/issue/224
...
Close the WebSocket when disconnecting
2016-11-26 23:52:15 -04:00
Christopher F
9d4339e695
Fix a few typos in Color constraint logic
2016-11-26 22:13:43 -05:00
Christopher F
210c360fca
Throw an exception when creating a Color with an invalid float value
...
This prevents a 400 when sending a malformed color to Discord.
2016-11-26 21:32:21 -05:00
Christopher F
1be6f77efb
Don't check message content if an embed is present when modifying
2016-11-26 21:22:35 -05:00
Sindre Langhus
08b836797b
Current timestamp namechange
2016-11-26 04:43:29 +01:00
Christopher F
6519b300d9
ModifyAsync will accept an EmbedBuilder
...
**This is not a breaking change**.
This change begins to implement #379 , where IUserMessage.ModifyAsync will now accept a `Discord.ModifyMessageParams` func over a `Discord.API.Rest.ModifyMessageParams` func.
2016-11-25 22:12:28 -05:00
Christopher F
58291f8199
Close the WebSocket when disconnecting
...
This resolves #224
2016-11-25 21:45:56 -05:00
Christopher F
8222eaff86
Add permissions for reactions
2016-11-25 18:27:20 -05:00
Sindre G. Langhus
54dd0a5cec
Fixed ordering.
2016-11-25 21:51:52 +01:00
Sindre G. Langhus
d0158816d3
Adds DateFormatString to DiscordRestApiClient
2016-11-25 17:10:05 +01:00
Sindre G. Langhus
a455ccc334
Adds a timestamp and fixes Volts issues with Thumbnail and Image URLs.
2016-11-24 01:17:39 +01:00
Sindre G. Langhus
8cf0911a4b
DebuggerDisplay fix.
2016-11-23 00:35:31 +01:00
Sindre G. Langhus
4cb7929735
Spacing
2016-11-23 00:27:33 +01:00
Sindre G. Langhus
f8e3ac9910
Something like this perhaps
2016-11-23 00:10:01 +01:00
Sindre G. Langhus
6cdf5ee90e
Removed Height/Width.
2016-11-22 23:38:43 +01:00
Sindre G. Langhus
09608b79c3
Adds builders for Thumbnail and Image embeds, and adds json model for Video and Image embeds.
2016-11-22 22:22:16 +01:00