Christopher F
c461201fa5
Fix async warnings
8 years ago
Chris Johnston
cf8de42b62
Add GuildPermissions and ChannelPermissions Unit Tests ( #873 )
* initial commit
* Add GuildPermission tests for constructor and modify parameters
* Fixed GuildPermission All value. Previous value had an additional digit that would still resolve to correct permission flags, but raw value would be incorrect. This matches the result of the sum of all GuildPermission flags
* Added raw value check to guild permission modify tests
* Add ChannelPermissions tests
8 years ago
Christopher F
1ffcd4bfa7
Changed Guild#DefaultChannel to resolve the first accessible channel ( #777 )
* Changed Guild#DefaultChannel to resolve the first accessible channel
Resolves #776
This change is inline with hammerandchisel/discord-api-docs#329
RestGuild#DefaultChannelId is now obsolete and will throw a
NotSupportedException.
* RestGuild#DefaultChannelId will fall back to the guild ID
Adding an exception here would be a breaking change, so this was agreed
to fall back to the previous behavior, which would just return the guild
ID.
8 years ago
Christopher F
22b969cbc7
Test the Discord.Color structure ( #786 )
This provides tests to ensure the following:
- Creating a Color
- Creating a Default Color
- Accessing a Color's Raw Value
- Accessing a Color's translated RGB values
8 years ago
Christopher F
1ce1c019b3
Add support for audit log reasons ( #708 )
* Add support for audit log reasons
* Made changes per discussion
8 years ago
RogueException
285a0e5817
Updated deps, cleaned csprojs
8 years ago
RogueException
7b99c6003d
Updated test dependencies
8 years ago
RogueException
30bb085a78
Fixed tag metapackage logic, fixed test error
8 years ago
RogueException
b5d817f171
Cleaned up csprojs, added support for tag builds.
8 years ago
RogueException
3a45e9ec87
Support InvalidSession(true)
8 years ago
RogueException
c10ebeef57
Updated xunit
8 years ago
RogueException
eb2a946dd6
Updated to 1.0.0-rc3 tooling
8 years ago
RogueException
858580a6a4
Fixed a couple issues in the Tests csproj
8 years ago
RogueException
dc659d4dcf
Ignore warnings from HttpMixin
8 years ago
RogueException
7ac02bbc40
Added credit for akavache files
8 years ago
RogueException
5dda8ef31f
Added environment var fallback
8 years ago
RogueException
0947bedb28
Cleaned up VoiceChannels test
8 years ago
RogueException
bf8a615eef
Added config example
8 years ago
RogueException
d9802593ab
Started new testbed
8 years ago
RogueException
a968b4205a
Cleaned up various entities
9 years ago
RogueException
5bdd6a7ff3
Early 1.0 REST Preview
9 years ago
Christopher F
47cbac95cc
split management into server- and user-; wrote docs for server/user
9 years ago
RogueException
85a891762d
Updated to Newtonsoft.Json 8.0.1
10 years ago
RogueException
c1bee10523
Cleaned up several classes
10 years ago
RogueException
672cde4654
Fixed legacy warnings
10 years ago
RogueException
7a2c9db21a
Fixed test project
10 years ago
RogueException
5760e94d81
Reworked internal task engine for DiscordClient and WebSocket. Several other minor async fixes.
10 years ago
RogueException
142c03a1c2
Revert "Added experimental async event handlers"
This reverts commit 7237c6b3bf .
10 years ago
RogueException
7237c6b3bf
Added experimental async event handlers
10 years ago
RogueException
0460017456
Added warning about tests incompleteness
10 years ago
RogueException
085138c182
Stopped hardcoding regions
10 years ago
RogueException
94f387a8e6
A few more renames
10 years ago
RogueException
ecff2ebf17
Renamed some events
10 years ago
RogueException
25b9052f0d
More cleanup, added string enums
10 years ago
RogueException
dd6ceb8469
Started major API refactor
10 years ago
RogueException
83c998168f
Discord.Net.Tests -> Discord.Net namespace
10 years ago
RogueException
4b79ec1df8
Cleaned up the collection classes.
10 years ago
RogueException
9c9884c1ae
Added WebSocketSharp support and fixed Mono issues
10 years ago
RogueException
b91f72ed3c
Fixed some reference errors
10 years ago
RogueException
4529ad3d4a
Refactor all the things!
10 years ago
Brandon Smith
5e8291fe25
Bug fixes
10 years ago
Brandon Smith
db392ff183
Added a couple new tests
10 years ago
Brandon Smith
07b8ea8450
Fixed tests
10 years ago
Brandon Smith
60f74d088a
Project restructure, Added .Net Core support, Fixed some bugs
10 years ago