Joe4evr
864cea9677
Explicitly use an ordinal StringComparer
8 years ago
Joe4evr
47ae826931
Change grouping type int -> string
8 years ago
Joe4evr
1baaa20b01
Feedback on property name.
8 years ago
Joe4evr
5bb6dd40bd
Revert PreconditionResult -> IResult in return types - Change PreconditionResult to a class that PreconditionGroupResult inherits.
8 years ago
Joe4evr
f77627484f
Switch to IReadOnlyCollection<T> and fix compiler errors
8 years ago
Joe4evr
07079f57e9
Considering a new result type
8 years ago
Joe4evr
c2ff7b8106
Refactor loops into local function
8 years ago
Joe4evr
70255e547e
Fix doc comment rendering.
8 years ago
Joe4evr
b9421ef108
Use custom message when a non-zero Precondition Group fails.
8 years ago
Joe4evr
b835efd446
Fix command preconditions group 0 looping over every other precondition anyway #whoopsies
8 years ago
Joe4evr
3931b74d20
Fix checking Module Preconditions twice (and none of the command's own)
8 years ago
Joe4evr
a0c48fb1ef
Add grouping of preconditions to allow for flexible precondition logic.
8 years ago
RogueException
333881a711
Expose audio header more often
8 years ago
Christopher F
3fb661a33a
fix docs compile issue
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
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
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
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