RogueException
|
deb755dd3d
|
Merge pull request #488 from FiniteReality/issue/487
Replace ConcurrentBag<T> with HashSet<T>
|
8 years ago |
RogueException
|
7d617aebb2
|
Merge branch 'dev' of github.com:RogueException/Discord.Net into dev
|
8 years ago |
RogueException
|
34139c9b59
|
Converted Discord.Net to a metapackage
|
8 years ago |
RogueException
|
dcde846163
|
Added build status to README
|
8 years ago |
RogueException
|
c10ebeef57
|
Updated xunit
|
8 years ago |
RogueException
|
224af65b29
|
Updated README with new compile requirements
|
8 years ago |
RogueException
|
eb2a946dd6
|
Updated to 1.0.0-rc3 tooling
|
8 years ago |
RogueException
|
3bc2520095
|
Abandon VersionSuffix
|
8 years ago |
RogueException
|
24663605f6
|
Fixed CI detecting all packages as dev
|
8 years ago |
RogueException
|
b0db37cad6
|
Versions are hard
|
8 years ago |
firebingo
|
7e9491fb34
|
Fix Issue #446. RestUserMessage initializes _reactions even if there are no reactions so get doesn't cause exception.
|
8 years ago |
RogueException
|
4665b63d27
|
Merge pull request #465 from Sentinent/user-presences
Fixed users not being updated on PRESENCE_UPDATEs
|
8 years ago |
RogueException
|
a75af58bdb
|
Merge pull request #464 from Sentinent/dev
Fixed guild member's joinedat reseting after certain events
|
8 years ago |
RogueException
|
0d433caaa6
|
Merge pull request #433 from Confruggy/patch-1
Fixed RemoveReactionAsync overload doesn't work with unicode emojis
|
8 years ago |
RogueException
|
78c892b1bb
|
Pack script fixes
|
8 years ago |
RogueException
|
f3ba4b6f99
|
Changed nupkg directory
|
8 years ago |
RogueException
|
3046b62c94
|
Cleaned up csproj/sln/scripts
|
8 years ago |
RogueException
|
203265cb65
|
Cleaned up ShardedClient, delayed connections
|
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
|
d043b8daea
|
Restore tests before testing
|
8 years ago |
RogueException
|
b5571d09ce
|
Split build script into build, pack and test
|
8 years ago |
RogueException
|
a4009dca7d
|
Abort packing if build fails
|
8 years ago |
RogueException
|
7c5fe79333
|
Updated build script
|
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
|
9fb413952f
|
Fixed solution errors
|
8 years ago |
RogueException
|
bf8a615eef
|
Added config example
|
8 years ago |
RogueException
|
d9802593ab
|
Started new testbed
|
8 years ago |
RogueException
|
fe35400498
|
Cleanup
|
8 years ago |
RogueException
|
158222bb78
|
Merged GuildExtensions into IGuild
|
8 years ago |
RogueException
|
7ef48c5ce5
|
Improved discord HTTP exceptions
|
8 years ago |
RogueException
|
b76c744447
|
Internally exposed several ApiClient props
|
8 years ago |
RogueException
|
ea0044cb87
|
Made IVoiceChannel.UserLimit nullable
|
8 years ago |
RogueException
|
69bd4b4ea6
|
Updated .NET dependencies to 4.3.0
|
8 years ago |
RogueException
|
00bb3c9d70
|
Removed project.jsons
|
8 years ago |
RogueException
|
62d0017e04
|
Added .vscode settings to gitignore
|
8 years ago |
RogueException
|
5c4672bc24
|
Added db files to gitignore
|
8 years ago |
Confruggy
|
02b0726338
|
Update Format.cs
removed comma and space
|
8 years ago |
Flamanis
|
aed63e67f6
|
Update logging.cs
|
8 years ago |
Flamanis
|
1c258544ba
|
Update logging.cs
|
8 years ago |
Flamanis
|
e907c3e500
|
Update logging.cs
|
8 years ago |
Flamanis
|
2b9cedd9df
|
Update logging.cs
|
8 years ago |
Flamanis
|
a59fa722e7
|
Update logging.cs
|
8 years ago |
Confruggy
|
c1e445d8ce
|
Update Format.cs
|
8 years ago |
FiniteReality
|
0715cb6623
|
Actually use HashSet<T> to initialize _moduleDefs
|
8 years ago |
FiniteReality
|
a65ba095af
|
Replace ConcurrentBag<T> with HashSet<T>
Fixes #487
|
8 years ago |
FiniteReality
|
c2b50b56d8
|
Ensure aliases are built in the correct order
Fixes #462
|
8 years ago |
Christopher F
|
236304c1a4
|
Include command contexts on docs
|
8 years ago |