Still Hsu
1a9d4b6cb9
Add XML docs
7 years ago
Still Hsu
112fe72374
Merge branch 'dev' into docs/pre-release
7 years ago
Still Hsu
82cfdffc65
Add various optimizations and cleanups ( #1114 )
* Change all Select(... as ...) to OfType
* Add changes according to 194a8aa427
7 years ago
Still Hsu
faef9a9a53
Fix minor docs
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
e31e973bf5
Fix EnterTypingState impl for doc inheritance
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
596b47e1b8
Merge branch 'dev' into docs/faq-n-patches-offline
7 years ago
Hawx
bbbac85c46
Update Dependencies and support NS2.0 builds ( #1046 )
* Update deps, fix test warnings.
* Support ns2.0
* Fix typo
* Remove ns1.1 support
* Net.Http and Net.Websockets.Client are not needed in ns2.0
* Move to net46 per volt
* Remove ns1.3 constants
7 years ago
Still Hsu
bc6009ec72
Implement IMessageChannel#DeleteMessageAsync ( #996 )
* Implement DeleteMessageAsync
* Refer to MessageHelper instead of duplicating call
* Fix refactor error
7 years ago
HelpfulStranger999
0ba8b063ad
Makes text parameter of sending messages optional ( #1042 )
commit 114e5b431b
Author: HelpfulStranger999 <helpfulstranger999@gmail.com>
Date: Sat Apr 28 19:08:35 2018 -0500
Fixes lack of default value for tts
commit 1fd8c70c53
Author: HelpfulStranger999 <helpfulstranger999@gmail.com>
Date: Sat Apr 28 15:21:11 2018 -0500
Makes text parameter of sending messages optional
7 years ago
Still Hsu
45839bd982
Add XML Docs
7 years ago
Still Hsu
9ee8c085ea
Add a bunch of XML docs
7 years ago
Still Hsu
956019fb51
Add a bunch of XML docs
7 years ago
Hsu Still
11d992a9ed
Add xml docs
7 years ago
Christopher F
e9f9b484b6
Allow attaching embeds alongside a file upload. ( #978 )
commit a8bafb90cd
Merge: f38dd4c4 7e04285e
Author: WamWooWam <wamwoowam@gmail.com>
Date: Mon Mar 12 08:05:52 2018 +0000
Merge branch 'dev' of https://github.com/WamWooWam/Discord.Net into dev
commit f38dd4c421
Author: WamWooWam <wamwoowam@gmail.com>
Date: Mon Mar 12 08:05:49 2018 +0000
Cleaned up & fixed code style.
commit 7e04285e5d
Author: Thomas May <wamwoowam@gmail.com>
Date: Sun Mar 11 14:11:28 2018 +0000
Revert changes to DefaultRestClient
Didn't actually need to change this, whoops.
commit 3f5b2c8ef1
Author: WamWooWam <wamwoowam@gmail.com>
Date: Sat Mar 10 19:30:44 2018 +0000
Enabled embeds alongside uploaded files.
God damn Discord is a mess.
Co-authored-by: WamWooWam <wamwoowam@gmail.com>
8 years ago
Alex Gravely
e00f17fe55
Move DeleteMessagesAsync from IMessageChannel to ITextChannel ( #829 )
8 years ago
Alex Gravely
8c2a46e9e7
Add ulong overload to IMessageChannel.DeleteMessagesAsync ( #649 )
8 years ago
RogueException
4a128b326b
Increment globaluser refs on private channel creation
8 years ago
RogueException
a306d83283
Added net45 TFM
8 years ago
Christopher F
431b7fbd9f
Visual Studio C#7 suggestions
8 years ago
RogueException
b1caec5f59
Add better support for invisible users
9 years ago
RogueException
158ce0f922
Started adding IAudioClient incoming stream creation/destruction events
9 years ago
RogueException
e2934abe29
Made API models internal. Removed Discord.Net.API.
9 years ago
RogueException
2877653a09
Readded outgoing audio
9 years ago
RogueException
8f87b2cc71
Added support for .NET Standard 1.1 and 1.2
9 years ago
RogueException
53ee30c648
Virtual channels should not be exposed to socket classes. Dont store guild in messages.
9 years ago
RogueException
c2722cf7c4
SendMessage should accept EmbedBuilder directly
9 years ago
Christopher F
bad7d827c3
Modify SendMessage to include an embeds field
9 years ago
RogueException
313c957a34
Default isTTS to false on Send methods
9 years ago
RogueException
37f0d8c7e8
Fixed nullrefs when message cache is disabled
9 years ago
RogueException
5c33e28757
Added missing ConfigureAwaits
9 years ago
RogueException
090a1bc736
Added IMessage.Tags
9 years ago
RogueException
472412e232
Readded IMessageChannel.TriggerTypingAsync
9 years ago
RogueException
f41df1f966
Exposed RequestOptions
9 years ago
RogueException
7e246f942e
Cleaned up virtual methods
9 years ago
RogueException
51a476c1fa
Added GetCachedMessages
9 years ago
RogueException
91154ba1d6
Defaulted concurrency level for concurrent collections
9 years ago
RogueException
a93ddbaeb2
Cleaned up paged enumerables
9 years ago
RogueException
4678544fed
Added remaining gateway events, added IAudioChannel, added CacheModes
9 years ago
RogueException
dd86f03306
Started converting websocket and rpc classes
9 years ago
RogueException
6319933ed0
Concrete class prototype
9 years ago