RogueException
|
1b0e47be42
|
Fixed SocketRole.CompareTo
|
8 years ago |
Christopher F
|
5e1d84d918
|
Merge pull request #395 from LassieME/issue/359
Conflicts:
src/Discord.Net.WebSocket/DiscordSocketClient.cs
|
8 years ago |
RogueException
|
34361fa64a
|
Merge pull request #537 from RogueException/issue/477
Check that messages older than two weeks are not passed to bulk delete
|
8 years ago |
Christopher F
|
66b7e0e7f0
|
Rename precondition to 'YoungerThanTwoWeeks'
|
8 years ago |
RogueException
|
4c2221dacb
|
More audio cleanup, finished receive streams
|
8 years ago |
RogueException
|
8e0c65498b
|
Cleaned up audio code
|
8 years ago |
Christopher F
|
4a18b321ea
|
Change the minimum allowed message to 13d23h59m
Connection/API lag could cause messages right on the edge of 14 weeks to fail on Discord's end when they pass our checks.
|
8 years ago |
Christopher F
|
2db60749ca
|
Add IsUnique parameter to CreateChannelInvite
Resolves #469
|
8 years ago |
RogueException
|
3190d7e26d
|
Moved (re)connection handling to ConnectionManager
|
8 years ago |
RogueException
|
8630185ac9
|
Started Discord.Net.Relay
|
8 years ago |
Christopher F
|
607f478b9a
|
Check that messages older than two weeks are not passed to bulk delete
This resolves #477
|
8 years ago |
Christopher F
|
c486f0ee50
|
Don't force avatar formats
|
8 years ago |
Christopher F
|
a5adc8a129
|
Cleanup from rebase
|
8 years ago |
Christopher F
|
6116c1bcef
|
Replace IUser.AvatarUrl with IUser#GetAvatarUrl(size)
This is to support the new user image endpoint, which provides a parameter for image resizing.
|
9 years ago |
Sindre G. Langhus
|
ab60f63511
|
Changes HasValue in Cachable to constructor argument
|
8 years ago |
RogueException
|
70e8cea6e2
|
Fixed order for permission resolving
|
8 years ago |
RogueException
|
0cf5493c61
|
Fixed crash, added DM/Group channel helpers
|
9 years ago |
Sindre Langhus
|
d8682a82b2
|
Change all signatures in the SocketClients to interfaces.
|
9 years ago |
Sindre G. Langhus
|
2d67cf36ae
|
Changed Id from a ulong to generic TId, as per discussion.
|
9 years ago |
Christopher F
|
daf0ac9347
|
Added docstrings for Cacheable
|
9 years ago |
Sindre G. Langhus
|
705d71875c
|
Simplified PR, renamed Cached to Cacheable.
|
9 years ago |
Sindre G. Langhus
|
959d49a26f
|
renamed Cache to Cached, and refactored many events to use Cached
|
9 years ago |
Sindre G. Langhus
|
05fcd5f076
|
First commit
|
9 years ago |
RogueException
|
11a639c5aa
|
Moved a few log events to the shard logger
|
9 years ago |
RogueException
|
3cf03fa7f8
|
Merge pull request #497 from Confruggy/patch-3
Fixed Format.Sanitize
|
9 years ago |
RogueException
|
34139c9b59
|
Converted Discord.Net to a metapackage
|
9 years ago |
RogueException
|
eb2a946dd6
|
Updated to 1.0.0-rc3 tooling
|
9 years ago |
RogueException
|
3bc2520095
|
Abandon VersionSuffix
|
9 years ago |
RogueException
|
24663605f6
|
Fixed CI detecting all packages as dev
|
9 years ago |
RogueException
|
b0db37cad6
|
Versions are hard
|
9 years ago |
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 |
Confruggy
|
02b0726338
|
Update Format.cs
removed comma and space
|
9 years ago |
Confruggy
|
c1e445d8ce
|
Update Format.cs
|
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 |