AntiTcb
aeef5d0893
Update DM channel on entity updates.
8 years ago
AntiTcb
6fed78025c
Create DM channel if one does not exist.
8 years ago
ObsidianMinor
652fd30f65
Fixed RestGuildUser not updating RestUser properties
8 years ago
Christopher F
588df7b0c7
Merge pull request #653 from Joe4evr/quickstart-rc3
Update the quickstart structure example to rc3.
8 years ago
Joe4evr
af5fdec486
Update the quickstart structure to rc3.
8 years ago
Bond-009
a92c27da3b
Remove wrong parameter from FFMPEG audio example
This parameter was samples per frame but changed to bitrate. (1920 is a way to low bitrate :) )
8 years ago
RogueException
c01769ef4a
Updated version to 1.0.0-rc3
8 years ago
RogueException
4c7fad78e1
Build promises when guild is unavailable
8 years ago
RogueException
feebcb4838
Update System.Net.Http to 4.3.2
8 years ago
RogueException
285a0e5817
Updated deps, cleaned csprojs
8 years ago
FiniteReality
1e888cde24
Fix CheckPreconditions giving empty service provider
Parameter preconditions were always getting the empty service provider,
even when a custom one was provided in ExecuteAsync, which means that
preconditions which use services cannot work properly.
8 years ago
Christopher F
32feb0a9cf
Merge pull request #646 from FiniteReality/dev
Remove CommandService.BuildServiceCollection
8 years ago
FiniteReality
00895b1227
Remove CommandService.BuildServiceCollection
💥
8 years ago
Bond-009
a1a90ae46e
Update the example precondition to use IServiceProvider
8 years ago
Finite Reality
112a434424
Allow for case-insensitive HasStringPrefix ( #644 )
This was 👍 'd in the dev chat, I forgot to make a PR for it (whoops!)
8 years ago
Victor Möller
8f59d4423f
Fixed exemple calling old non existing function.
8 years ago
Sindre Langhus
82a413ace6
Fix for empty user objects after GUILD_MEMBER_REMOVE ( #641 )
* Made GetOrCreateUser always call AddRef and added check to PRESENCE_UPDATE to avoid readding users who have been removed from guilds
* Removed AddRef as per dev guild discussion
8 years ago
RogueException
870dc50a68
Fixed RequireNsfwAttribute definition
8 years ago
RogueException
4a128b326b
Increment globaluser refs on private channel creation
8 years ago
RogueException
bd5ec0a29a
Increment GlobalUser reference count on GuildUser creation
8 years ago
Christopher F
d189bb9748
Expose the 'fields' collection on EmbedBuilder ( #603 )
* remove tip in docs about SocketEntity.Discord
* Expose the 'Fields' collection on EmbedBuilder
After some discussion I decided that there was really no reason to keep this private, and it didn't really go along with the rest of the design of the EmbedBuilder.
This is NOT a breaking change.
Exposing this property should not have any negative effects.
* Don't allow EmbedBuilder's Fields to be set to null
8 years ago
Christopher F
576a52cdc6
Restructure and replace emojis with a new emote system ( #619 )
8 years ago
RogueException
ba1982a3f9
Replaced DependencyMap with ServiceCollection and IServiceProvider ( #625 )
8 years ago
Christopher F
7f1fc286cf
Add IChannel.Nsfw, RequireNsfw precondition ( #633 )
* Add IChannel.Nsfw, RequireNsfw precondition
* Refactored IChannel.Nsfw to IsNsfw, removed NsfwUtils
Per pull-request feedback
* proper nsfw channel check
8 years ago
RogueException
05f8f41567
Fixed PR check in appveyor.yml
8 years ago
RogueException
c40857bb1e
Added personal myget
8 years ago
RogueException
4d7a97c37a
Push artifacts from build script
8 years ago
RogueException
5ad2d7361d
Added appveyor.yml, README edits ( #639 )
8 years ago
Sindre Langhus
90ac9027cf
Replace Where+FirstOrDefault with FirstOrDefault in SocketClient ( #636 )
* Replace Where.FirstOrDefault with FirstOrDefault
* Replace Where+FirstOrDefault in ClientHelper
8 years ago
Bond-009
cb4f6e37f6
Overloaded AddModuleAsync with Type ( #581 )
* Overloaded AddModuleAsync with Type
* Overloaded RemoveModuleAsync with Type
* Use expression-bodied method for consistency
8 years ago
Confruggy
3365bbb043
Fixes ChannelTypeReader ( #630 )
8 years ago
Confruggy
4ca273dd4a
Fixes RoleTypeReader ( #631 )
8 years ago
RogueException
ba1a9aaa18
UnstableRestClient should timeout instead of ignore requests
8 years ago
RogueException
bd85bbf30a
Moved UserAgent to DiscordConfig
8 years ago
RogueException
c6ccddb4ce
Added UnstableRestClientProvider
8 years ago
Bond-009
294ffa3729
Remove Discord.Net.Providers.UdpClient from pack.ps ( #627 )
This should fix the appveyor build.
8 years ago
RogueException
9954536fcc
Removed UDP Provider
8 years ago
RogueException
649bf27557
Fixed nullref in UDPClient.SetCancelToken
8 years ago
RogueException
7b99c6003d
Updated test dependencies
8 years ago
RogueException
a306d83283
Added net45 TFM
8 years ago
RogueException
f8b9acc4a1
Use implicit package references ( #626 )
8 years ago
RogueException
582b8f9637
Added ChannelName/GuildName to IInvite
8 years ago
RogueException
41d9788411
Isolated Analyzers and Relay projects
8 years ago
Christopher F
be6abe1161
Throw when the client isn't logged in instead of connected
The previous commit prevents any connections, since the initial presence update is sent while the client is still in the 'connecting' state, rather than the 'connected' state.
This resolves the original issue by preventing a nullref, and the more recent issue by only throwing a detailed exception when the CurrentUser is null (the client isn't logged in).
8 years ago
Christopher F
f759f942f8
Throw a preemptive exception when sending presence data before connect
This prevents a later, less detailed nullref, when attempting to set the CurrentUser's presence data.
This also removes a redundant CurrentUser assignment in the SetGameAsync method, since this will be set later on in the SendStatusAsync method.
8 years ago
Christopher F
431b7fbd9f
Visual Studio C#7 suggestions
8 years ago
Christopher F
6000b15c4d
C#7 TODOs
8 years ago
Christopher F
3dfa54e56e
Merge pull request #615 from BenjaVR/dev
Added Jetbrains Rider installing guide
8 years ago
RogueException
1c6eebf875
Ensure command completes before cleaning up
8 years ago
RogueException
e762dddfbb
Added SnowflakeUtils
8 years ago