Casino Boyale
4b18759e7d
Corrections to SocketTextChannel
7 years ago
Casino Boyale
3018f8ef42
Corrections to SocketGuildChannel
7 years ago
Casino Boyale
6797b0f0ea
Added documentation for SocketDMChannel, SocketGuildChannel, and SocketTextChannel
7 years ago
Still Hsu
64b5612b19
Merge branch 'docs/pre-release' of https://github.com/Still34/Discord.Net into docs/pre-release
7 years ago
Still Hsu
faef9a9a53
Fix minor docs
7 years ago
Still Hsu
7e76fda733
Merge remote-tracking branch 'upstream/dev' into docs/pre-release
7 years ago
Christopher F
beb3d46e08
gateway: Ignore PRESENCES_REPLACE dispatch
This dispatch is undocumented and only used by user accounts.
7 years ago
Still Hsu
ffe994a9df
Mark guild optional in invite & general invite improvement ( #1094 )
* Mark guild as optional for invite
* Mark partial InviteMetadata members as Optional<T>
* Some of them aren't sent when requesting through the general GET invite endpoint
* Remove GetInviteParams
* It was kinda stupid in the first place, might as well always get the count instead of having to ask the user whether they want the two fields filled or not.
* Add ChannelType property
* Add vanity invite support
7 years ago
HelpfulStranger999
4bc06a0a54
Patch lazy default readers not getting replaced ( #1083 )
7 years ago
Still Hsu
5b65e4feb9
Shift color return docs
7 years ago
Still Hsu
9a3aa1bb64
Add XML documentations
7 years ago
Still Hsu
1584aa31f1
Fix exception summary to comply with official Microsoft Docs style
* References
https://docs.microsoft.com/en-us/dotnet/api/system.argumentnullexception?view=netframework-4.7.2
https://docs.microsoft.com/en-us/dotnet/api/system.platformnotsupportedexception?view=netframework-4.7.2
https://docs.microsoft.com/en-us/dotnet/api/system.badimageformatexception?view=netframework-4.7.2
7 years ago
Still Hsu
706442fcec
Fix styling of several member documentation
* Fix ' />' caused by Agent Smith oddities
* Fix styling to be more specific about the mention of IDs
7 years ago
Still Hsu
103576d927
Add XML docs
7 years ago
Still Hsu
e3ec858f11
Merge remote-tracking branch 'upstream/dev' into docs/pre-release
7 years ago
ComputerMaster1st
322d46e47b
Solved 4003 Authentication Error (Race Condition) ( #1093 )
* Solved 4003 Authentication Error (Race Condition)
* Set static interval & removed hello case
7 years ago
Still Hsu
18c0146582
Merge branch 'dev' into docs/pre-release
7 years ago
Builderb
aff4512fcd
Update Discord.Net.Core.csproj ( #1081 )
7 years ago
HelpfulStranger999
033d31294f
Creates full guild user object, resolves #1047 ( #1078 )
7 years ago
HelpfulStranger999
93878e4a90
Refactors an unused parameter in CommandService#Search ( #1025 )
7 years ago
Still Hsu
dab6ef4948
Merge pull request #2 from purpledank/docs/faq-n-patches-offline
+ Some contributions from @purpledank
7 years ago
Casino Boyale
af8a77dbc5
I'm sure you're having as much fun as I am
7 years ago
Casino Boyale
4f24ea6d1b
Try try try again
7 years ago
Still Hsu
47e1ba76cf
Merge remote-tracking branch 'upstream/dev' into docs/faq-n-patches-offline
7 years ago
Casino Boyale
034d473209
no hablo ingles
7 years ago
Still Hsu
af83007937
Fix GetCategoryAsync docs
7 years ago
Casino Boyale
904fd2f200
Changes to last pr
7 years ago
NovusTheory
48fed064d4
Add missing VoiceServerUpdated event ( #1089 )
7 years ago
Still Hsu
45edfaf87d
Add a missing change for 2c7cc738
7 years ago
Still Hsu
2c7cc7386a
Replace InvalidPathChars for NS1.3
* InvalidPathChars does not exist in NS1.3; replaced with GetInvalidPathChars instead.
7 years ago
Still Hsu
e31e973bf5
Fix EnterTypingState impl for doc inheritance
7 years ago
Still Hsu
15b58edb19
Remove/cleanup redundant variables
7 years ago
Casino Boyale
41395ce34c
Small amount to see if I'm doing it right
7 years ago
Still Hsu
6a8699c4b6
Merge remote-tracking branch 'upstream/dev' into docs/faq-n-patches-offline
7 years ago
NovusTheory
890904f32c
Allow external VoiceChannel client API implementation ( #1057 )
* ConnectAsync(bool external) API implemented
This allows developers to handle the AudioClient externally (for example with Lavalink)
* Modify ConnectAsync API and add DisconnectAsync to IAudioChannel
* Update summary message on IAudioChannel.DisconnectAsync()
* Review changes:
- Fix `if (!external)` styling
- Remove unecessary ConnectAsync overload
* SocketVoiceChannel overload update
* Update IAudioChannel.ConnectAsync()
- Remove ConfigAction from parameters
- Add SelfDeafen/SelfMute to parameters
* Remove SocketVoiceChannel.ConnectAsync() default params (Inherit)
7 years ago
Still Hsu
17a4af71ee
Add documentation for new API version & few events
7 years ago
Still Hsu
f4fb027ea9
Merge remote-tracking branch 'upstream/dev' into docs/faq-n-patches-offline
7 years ago
HelpfulStranger999
3acf2a9a6b
Refactors readMessages, fixing from #1033 ( #1075 )
7 years ago
Christopher F
513a489bf8
codefix: add VoiceAPIVersion constant to DiscordConfig
7 years ago
Christopher F
9ba38d7796
api: upgrade audio client to VoiceWS v3
7 years ago
Christopher F
64d8938ed5
fix: Discord does not always send the member on VOICE_STATE_UPDATE
some guilds aren't on g250k yet? not sure
7 years ago
Christopher F
a718a7d3c2
cleanup: Remove ChannelHelper#IsNsfw
Closes #1074
This code was not referenced anywhere in the active codebase.
7 years ago
FiniteReality
b0042606b6
Move RpcCategoryChannel into the correct project
7 years ago
FiniteReality
683b3f2701
Mark ChannelHelper.IsNsfw Obsolete
Discord no longer treats channels prefixed with 'nsfw' as NSFW,
so we no longer need to have this check.
7 years ago
Still Hsu
d74c52873f
Merge branch 'dev' into docs/faq-n-patches-offline
7 years ago
Christopher F
237ad0f867
Revert "fix: Properly rethrow exceptions in SocketGuild audio client"
This reverts commit adf4da19fc .
Someone hasn't written c# in a while
7 years ago
Christopher F
adf4da19fc
fix: Properly rethrow exceptions in SocketGuild audio client
7 years ago
Christopher F
c0c565fd7e
retain fallback case for if user is still null
7 years ago
Christopher F
8fb2c71814
Add new member objects to events
7 years ago
Still Hsu
341b9588d6
Add documentation
7 years ago