RogueException
3046b62c94
Cleaned up csproj/sln/scripts
9 years ago
RogueException
203265cb65
Cleaned up ShardedClient, delayed connections
9 years ago
RogueException
7c5fe79333
Updated build script
9 years ago
RogueException
fe35400498
Cleanup
9 years ago
RogueException
158222bb78
Merged GuildExtensions into IGuild
9 years ago
RogueException
7ef48c5ce5
Improved discord HTTP exceptions
9 years ago
RogueException
ea0044cb87
Made IVoiceChannel.UserLimit nullable
9 years ago
RogueException
69bd4b4ea6
Updated .NET dependencies to 4.3.0
9 years ago
RogueException
00bb3c9d70
Removed project.jsons
9 years ago
RogueException
d06b7856f6
Fixed several package errors
9 years ago
RogueException
4a75f68ac8
Added ManageWebhooks to Channel/OverwritePermissions
9 years ago
RogueException
e2934abe29
Made API models internal. Removed Discord.Net.API.
9 years ago
RogueException
dac51db299
Added DiscordShardedClient, some DiscordSocketClient fixes.
9 years ago
RogueException
fc8d2b3155
Added AudioOutStream, exposed Clear/ClearAsync methods. Added support for cancelTokens.
9 years ago
RogueException
58cb8cfb20
Added a limit to BufferedAudioTarget's internal buffer.
9 years ago
RogueException
082ddc616c
Added IDisposable to IAudioClient
9 years ago
RogueException
3b72d48950
Added support for partial PCM frames
9 years ago
RogueException
2877653a09
Readded outgoing audio
9 years ago
RogueException
1169d3671c
Removed RetryMode.RetryErrors
9 years ago
RogueException
3ddc59c386
Added NullableConverter, fixed Image serialization
9 years ago
RogueException
2c075e186a
Added support for custom ModuleBase command contexts. Added SocketCommandContext/RpcCommandContext.
9 years ago
RogueException
572c0e6c6b
Renamed new params classes to XXXProperties
9 years ago
RogueException
8326d01f62
Isolated API definitions to their own library
9 years ago
BoGuu
470f7fba73
DefaultRetryMode never assigned - DRestAPIClient
9 years ago
RogueException
ac4f007600
Merge pull request #425 from FiniteReality/issue/424
Add mentionable property to ModifyGuildRoleParams
9 years ago
FiniteReality
2e2fbaa5f3
Add mentionable property to ModifyGuildRoleParams
Allows roles to be configured to be mentionable, fixes #424
9 years ago
RogueException
6676a54655
IAudioChannel should extend IChannel
9 years ago
RogueException
ded721be03
Fixed xmldoc
9 years ago
RogueException
c102f52bfa
Merge branch 'issue/379' into dev
9 years ago
RogueException
86d9f52438
Cleaned up new params
9 years ago
RogueException
1efcd3daf6
Added request retry modes
9 years ago
RogueException
8f87b2cc71
Added support for .NET Standard 1.1 and 1.2
9 years ago
Christopher F
3fc043132b
docstrings for modify params, minor bugfixes
9 years ago
Christopher F
a4e95923b6
Bitrate must be at least 8000
per the following API error:
{
"bitrate": [
"Int value should be greater than 8000."
]
}
9 years ago
Christopher F
e2aa0e92a4
Slight modification to fix images in thumbnails
9 years ago
Christopher F
64681856b1
Create wrapper modify objects
this was a big one
9 years ago
Nikey646
11f507e26a
EmbedBuilder.WithImageUrl() now uses the value passed
9 years ago
RogueException
f56a1b653d
Cleaned up Reactions PR
9 years ago
RogueException
2e1ec5803b
Added AddReactions to Permission constructors
9 years ago
RogueException
b9eeac9105
Merge branch 'dev' into feature/reactions
9 years ago
RogueException
08d85cd2d9
Merge pull request #375 from LassieME/embed/fix-urls-add-timestamp
Adds Timestamps to embeds, and removes Image and Thumbnail-Builders
9 years ago
RogueException
2daf6cb16c
Merge pull request #378 from RogueException/issue/224
Close the WebSocket when disconnecting
9 years ago
Christopher F
9d4339e695
Fix a few typos in Color constraint logic
9 years ago
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.
9 years ago
Christopher F
1be6f77efb
Don't check message content if an embed is present when modifying
9 years ago
Sindre Langhus
08b836797b
Current timestamp namechange
9 years ago
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.
9 years ago
Christopher F
58291f8199
Close the WebSocket when disconnecting
This resolves #224
9 years ago
Christopher F
8222eaff86
Add permissions for reactions
9 years ago
Sindre G. Langhus
54dd0a5cec
Fixed ordering.
9 years ago