Commit Graph

2327 Commits

Author SHA1 Message Date
RogueException
56b260c5ea Removed .Net Core runtime req from README 2017-01-26 11:10:04 -04:00
RogueException
4610e66fdf Pack script fixes 2017-01-26 11:06:06 -04:00
RogueException
55e9c7da5c Merge pull request #482 from FiniteReality/issue/462
Ensure aliases are built in the correct order
2017-01-26 10:57:46 -04:00
RogueException
3cf03fa7f8 Merge pull request #497 from Confruggy/patch-3
Fixed Format.Sanitize
2017-01-26 10:55:08 -04:00
RogueException
deb755dd3d Merge pull request #488 from FiniteReality/issue/487
Replace ConcurrentBag<T> with HashSet<T>
2017-01-26 10:52:12 -04:00
RogueException
7d617aebb2 Merge branch 'dev' of github.com:RogueException/Discord.Net into dev 2017-01-26 10:44:26 -04:00
RogueException
34139c9b59 Converted Discord.Net to a metapackage 2017-01-26 10:43:32 -04:00
RogueException
dcde846163 Added build status to README 2017-01-26 00:28:39 -04:00
RogueException
c10ebeef57 Updated xunit 2017-01-26 00:06:47 -04:00
RogueException
224af65b29 Updated README with new compile requirements 2017-01-25 23:02:14 -04:00
RogueException
eb2a946dd6 Updated to 1.0.0-rc3 tooling 2017-01-25 22:27:24 -04:00
RogueException
3bc2520095 Abandon VersionSuffix 2017-01-25 20:39:04 -04:00
RogueException
24663605f6 Fixed CI detecting all packages as dev 2017-01-25 20:14:19 -04:00
RogueException
b0db37cad6 Versions are hard 2017-01-25 18:00:00 -04:00
firebingo
7e9491fb34 Fix Issue #446. RestUserMessage initializes _reactions even if there are no reactions so get doesn't cause exception. 2017-01-25 17:29:41 -04:00
RogueException
4665b63d27 Merge pull request #465 from Sentinent/user-presences
Fixed users not being updated on PRESENCE_UPDATEs
2017-01-25 17:16:50 -04:00
RogueException
a75af58bdb Merge pull request #464 from Sentinent/dev
Fixed guild member's joinedat reseting after certain events
2017-01-25 17:16:42 -04:00
RogueException
0d433caaa6 Merge pull request #433 from Confruggy/patch-1
Fixed RemoveReactionAsync overload doesn't work with unicode emojis
2017-01-25 17:16:32 -04:00
RogueException
78c892b1bb Pack script fixes 2017-01-25 16:56:23 -04:00
RogueException
f3ba4b6f99 Changed nupkg directory 2017-01-25 15:52:18 -04:00
RogueException
3046b62c94 Cleaned up csproj/sln/scripts 2017-01-25 12:41:38 -04:00
RogueException
203265cb65 Cleaned up ShardedClient, delayed connections 2017-01-25 12:21:58 -04:00
RogueException
858580a6a4 Fixed a couple issues in the Tests csproj 2017-01-24 17:30:18 -04:00
RogueException
dc659d4dcf Ignore warnings from HttpMixin 2017-01-24 17:22:47 -04:00
RogueException
d043b8daea Restore tests before testing 2017-01-24 17:10:37 -04:00
RogueException
b5571d09ce Split build script into build, pack and test 2017-01-24 16:33:28 -04:00
RogueException
a4009dca7d Abort packing if build fails 2017-01-24 16:20:28 -04:00
RogueException
7c5fe79333 Updated build script 2017-01-24 15:40:41 -04:00
RogueException
7ac02bbc40 Added credit for akavache files 2017-01-24 14:05:07 -04:00
RogueException
5dda8ef31f Added environment var fallback 2017-01-24 14:02:26 -04:00
RogueException
0947bedb28 Cleaned up VoiceChannels test 2017-01-24 13:56:35 -04:00
RogueException
9fb413952f Fixed solution errors 2017-01-24 13:47:56 -04:00
RogueException
bf8a615eef Added config example 2017-01-24 13:46:32 -04:00
RogueException
d9802593ab Started new testbed 2017-01-24 11:55:41 -04:00
RogueException
fe35400498 Cleanup 2017-01-24 11:42:28 -04:00
RogueException
158222bb78 Merged GuildExtensions into IGuild 2017-01-24 11:41:07 -04:00
RogueException
7ef48c5ce5 Improved discord HTTP exceptions 2017-01-24 11:40:08 -04:00
RogueException
b76c744447 Internally exposed several ApiClient props 2017-01-24 11:38:53 -04:00
RogueException
ea0044cb87 Made IVoiceChannel.UserLimit nullable 2017-01-24 11:37:39 -04:00
RogueException
69bd4b4ea6 Updated .NET dependencies to 4.3.0 2017-01-24 11:36:07 -04:00
RogueException
00bb3c9d70 Removed project.jsons 2017-01-24 11:35:36 -04:00
RogueException
62d0017e04 Added .vscode settings to gitignore 2017-01-24 11:34:10 -04:00
RogueException
5c4672bc24 Added db files to gitignore 2017-01-24 11:33:20 -04:00
Confruggy
02b0726338 Update Format.cs
removed comma and space
2017-01-23 16:10:56 +01:00
Confruggy
c1e445d8ce Update Format.cs 2017-01-22 22:33:03 +01:00
FiniteReality
0715cb6623 Actually use HashSet<T> to initialize _moduleDefs 2017-01-22 03:08:52 +00:00
FiniteReality
a65ba095af Replace ConcurrentBag<T> with HashSet<T>
Fixes #487
2017-01-17 20:08:18 +00:00
FiniteReality
c2b50b56d8 Ensure aliases are built in the correct order
Fixes #462
2017-01-15 21:19:08 +00:00
Christopher F
236304c1a4 Include command contexts on docs 2017-01-14 19:09:21 -05:00
Christopher F
fbc32b3dc4 Merge pull request #479 from AntiTcb/patch-1
Unparsed -> Remainder in example.
2017-01-14 18:50:41 -05:00