6b5a4b3ee
Support the "Clear Reactions" endpoint by
2016-11-11 15:52:14 -0500
29c9ac9ef
(refs/pull/346/head)
Reverted old code and added simple IgnoreCase to header dictionary by
2016-11-10 21:21:21 -0600
a6f89b7c3
(refs/pull/350/head)
Solves Issue 342, but there might be a cleaner way to do this that doesnt make you end up with a IGuild in the RestRole. by
2016-11-10 16:47:51 +0100
721788131
Fix namespaces by
2016-11-08 14:08:32 +0100
bb9c43b21
Update RequestQueueBucket.cs by
2016-11-07 13:42:25 -0600
9725dcec2
Use ToString in converter instead of boxing-cast by
2016-11-06 13:34:38 -0500
8dfc6aea6
Add optional user/message/channel objects to Reactions by
2016-11-06 13:33:37 -0500
676fbbcd2
Fix invoking reaction events twice by
2016-11-05 22:23:01 -0500
718560917
RequestOptions should be optional on Reactions by
2016-11-05 21:43:18 -0500
c6d9bbf06
Clean up some bugs when parsing unicode emoji by
2016-11-05 18:45:35 -0400
e2e2c4308
Refactor, rearrange, reimplement reactions; receive over gateway by
2016-11-05 18:15:47 -0400
6b4ba1adb
Re-implement TypeReader override liogic by
2016-11-02 09:29:39 +0100
1d20029c7
Enumerate over Enum.GetNames to ensure equal value names are not excluded. by
2016-11-02 03:01:42 -0400
7018bc9c5
"""Support""" the 'reactions' field on message objects by
2016-10-31 21:00:35 -0400
838d60e2c
Add API model for Reaction, implement REST methods for reactions by
2016-10-31 19:50:38 -0400
3142c27ce
(refs/pull/343/head)
Fix parsing double quoted parameters by
2016-10-29 20:37:40 -0400
97a6bf6b6
(refs/pull/336/head)
Add IGuildUser.Hirearchy, added docstrings by
2016-10-29 23:05:56 +0000
89e61fe7d
Fixed variable naming by
2016-10-29 20:36:56 +0000
2e9bca5b8
Fix role comparison by
2016-10-29 08:03:58 +0000
08c7b49aa
Remove IComparable<IGuildUser> by
2016-10-29 07:50:26 +0000
0c9cc6870
(refs/pull/337/head)
Create DiscordPartyClient.cs by
2016-10-25 22:12:07 -0500
50d1aa068
Implemented IComparable<IRole> on IGuildUser by
2016-10-25 21:43:41 +0000
f3cd96d2f
Implemented IComparable<T> on IRole and IGuildUUser by
2016-10-25 21:37:18 +0000
bb0cd2392
(refs/pull/334/merge)
Merge 8ab00930f0
into 9fcf88b7ac
by
2016-10-25 06:37:23 +0000
9fcf88b7a
Merge pull request #333 from LassieME/issue-332-fix by
2016-10-25 03:37:06 -0300
8ab00930f
(refs/pull/334/head)
Fix #328 by excluding nested types in CommandService by
2016-10-24 10:51:39 +0100
0b43545ae
(refs/pull/333/head)
Update ReplyAsync Task to return the sent message. by
2016-10-23 23:55:09 +0200
0b42a2b1b
Assign a default value to DiscordSocketClient.Status by
2016-10-22 13:14:36 -0400
043f8ded8
Moved ISelfUser.ModifyStatusAsync to DiscordSocketClient.SetStatus/SetGame. Resend status on reconnect. by
2016-10-21 11:22:26 -0300
d9e00c917
Added guild parameter to PresenceUpdated, added GuildMemberUpdated by
2016-10-21 09:31:57 -0300
b23d839d8
Made RequestOptions in XXXMessage.DeleteAsync optional by
2016-10-20 05:10:12 -0300
6e1a76d07
Merge pull request #327 from RogueException/issue-240 by
2016-10-20 05:05:23 -0300
8f553e60a
(refs/pull/327/head)
Adjusted GetGuildPruneCount to using params; fixes #240 by
2016-10-20 04:01:18 -0400
b860392b4
Guild prunes must be at least 1 day by
2016-10-20 04:49:21 -0300
b22d70400
Renamed SocketGuild.GetCurrentUser -> CurrentUser by
2016-10-20 04:31:52 -0300
3458a0ce7
Merge pull request #324 from LassieME/patch-issue-323 by
2016-10-20 04:02:06 -0300
313c957a3
Default isTTS to false on Send methods by
2016-10-20 03:54:39 -0300
b8102a676
Default DependencyMap to an empty map when not supplied by
2016-10-20 03:53:46 -0300
2cbfaa549
Remove unnecessary slash in RestInvite#Url by
2016-10-19 16:12:20 -0400
98088519d
(refs/pull/324/head)
Update SocketChannelHelper.cs by
2016-10-19 14:14:55 +0200
a464f9ec3
Fixed errors caused by #321 by
2016-10-18 15:30:19 -0300
0d6ac0090
Merge pull request #321 from RogueException/sysmsg-deletables by
2016-10-18 15:27:22 -0300
22413f0b9
Merge pull request #322 from james7132/send-file-async-fix by
2016-10-18 15:26:48 -0300
7dbd2b532
(refs/pull/322/head)
Fix #320 by
2016-10-18 17:41:32 +0000
505a63f8e
(refs/pull/321/head)
Update IMessage.cs by
2016-10-18 09:30:52 -0400
57824b684
Update IUserMessage.cs by
2016-10-18 09:29:23 -0400
dfe654af3
PagedAsyncEnumerator's nextPage should return false if there are no more pages. by
2016-10-17 16:11:35 -0300
3ca0067f1
Merge pull request #313 from FiniteReality/scoped-di by
2016-10-16 21:50:28 -0300
34064ffe5
Merge pull request #316 from jvitkauskas/returnAfterThrow by
2016-10-16 20:41:15 -0300
2fbb4633a
Merge pull request #317 from jvitkauskas/fixTypo by
2016-10-16 20:41:05 -0300
11f4dc0d1
Add a missing null-conditional in CommandContext#ctor by
2016-10-16 16:25:10 -0400
c5946498d
(refs/pull/318/head)
Prevent NRE by
2016-10-16 22:24:03 +0200
1956d1df8
(refs/pull/317/head)
fix typo by
2016-10-16 22:42:55 +0300
95b262a9f
(refs/pull/316/head)
remove return after throw (unreachable code) by
2016-10-16 22:41:44 +0300
a7cefbcf9
(refs/pull/313/head)
Move DI stuff around to support scoped DI by
2016-10-15 22:55:14 +0100
c813a049f
Merge pull request #315 from james7132/command-module-fix by
2016-10-16 13:20:25 -0300
0ba4d4e90
(refs/pull/312/head)
Fix namespace by
2016-10-16 11:16:30 +0200
3841eb616
(refs/pull/315/head)
Fix #311 by
2016-10-16 08:39:26 +0000
5389f9804
Ignore errors when deserializing Game by
2016-10-16 00:50:50 -0300
123fc90ef
Removed duplicate model by
2016-10-16 00:50:28 -0300
15da93b44
Allow Preconditions on parameters. by
2016-10-15 23:55:44 +0200
a35d04733
Fix some minor typos in docs by
2016-10-15 17:35:20 -0400
77342903b
Update Documentation to be compatible with Beta2 by
2016-10-15 17:28:36 -0400
8c8ac4788
Merge pull request #308 from Joe4evr/AutoLoadFix by
2016-10-15 14:29:24 -0300
881c0320b
Don't cache generic JsonConverters by
2016-10-15 13:47:23 -0300
890318ecf
Added a simpler CommandContext constructor by
2016-10-15 13:00:52 -0300
c497f95d3
Readded navigational props to interfaces by
2016-10-15 12:58:32 -0300
8ebc43767
Exposed IDependencyMap in CommandService.Execute by
2016-10-15 12:27:51 -0300
bc45c0b6a
(refs/pull/308/head)
Exclude abstract types from being loaded as modules. by
2016-10-14 18:41:13 +0200
75fb31e93
Removed IDiscordClient reference from IEntity by
2016-10-14 13:12:47 -0300
735c869f3
Moved Client from ModuleBase to CommandContext. by
2016-10-14 13:12:28 -0300
af9a2c2d6
Fixed nullref on guild member remove by
2016-10-13 13:49:16 -0300
84980ad20
Fixed OOB error generating bucket ids for certain endpoints by
2016-10-13 12:42:08 -0300
13f49bfe7
Limit preemptive rate limit warnings to once per request. by
2016-10-13 12:04:29 -0300
30067959d
Unpack the arg array if one exists when generating bucket ids by
2016-10-13 12:02:34 -0300
88c5dd38b
Added CommandContext.IsPrivate by
2016-10-13 11:50:40 -0300
f93464523
Cleaned up the Json contract resolver, fixed user mention deserialization by
2016-10-12 19:09:49 -0300
606d4e7ba
Cleaned up net code, readded user token rate limits by
2016-10-12 18:12:45 -0300
4643e44e4
Updated package info by
2016-10-12 16:49:22 -0300
addb81f28
Fixed Commands version by
2016-10-12 16:37:02 -0300
82ee6c5aa
Fixed error when calling GetMessagesAsync with no cached messages by
2016-10-12 15:32:22 -0300
2d3e2c46a
Updated build script by
2016-10-12 02:29:52 -0300
ab5279dd1
Merge branch 'concrete2' into dev by
2016-10-12 02:07:54 -0300
1057ee012
Made a few methods static by
2016-10-11 23:45:27 -0300
bf10529f8
Added new rate limits by
2016-10-11 23:13:28 -0300
37f0d8c7e
Fixed nullrefs when message cache is disabled by
2016-10-10 22:11:07 -0300
2fd2e2617
Fixed missing private channels by
2016-10-10 22:10:51 -0300
3fc7b3b20
RPC's Authorize should not try to authenticate by
2016-10-10 21:34:45 -0300
d480b2f25
Renamed run modes by
2016-10-10 21:19:41 -0300
c7ac85455
Added a configurable run mode for commands by
2016-10-10 21:16:34 -0300
635819b89
Reduced command module lifetime to a single command execution. Removed ModuleAttribute. by
2016-10-10 20:26:01 -0300
001dc525a
0.9.6 by
2016-10-09 13:54:04 -0300
840ed338e
Merge pull request #303 from Jeezymang/master by
2016-10-09 13:49:23 -0300
0435ac933
(refs/pull/303/head)
Amended to add invisible status by
2016-10-09 11:34:37 -0500
8fcb643cd
Added support for DND by
2016-10-09 00:05:52 -0500
3930e1147
doc typo by
2016-10-08 21:53:49 -0300
7326aac46
Bumped up concurrent collections concurrency level by
2016-10-08 18:45:29 -0300
6bdc0c09c
Cleaned up TODOs by
2016-10-08 18:44:59 -0300
8ab675e77
Restrict typereaders to using the cache by
2016-10-08 18:41:55 -0300
21c38412a
Changed snowflake GetCreatedAt() -> CreatedAt by
2016-10-08 18:38:41 -0300