Commit Graph

1569 Commits

Author SHA1 Message Date
RogueException
432e8d1e0f Added voice states to group channels 2016-07-16 10:23:57 -03:00
RogueException
c5f291f214 Added more guild sync checks 2016-07-15 22:47:31 -03:00
RogueException
6815fdb5f2 Added support for group channel icons 2016-07-15 22:43:18 -03:00
RogueException
da2002b520 Renamed Message.Text -> Message.Content 2016-07-15 22:34:27 -03:00
RogueException
d94bd7373c Added MessageType 2016-07-15 22:29:35 -03:00
RogueException
a13b10ed5d Fixed group channels not being returned from GetPrivateChannelsAsync 2016-07-15 22:12:34 -03:00
RogueException
ba66469248 Fixed User nullref errors 2016-07-15 22:12:14 -03:00
RogueException
e472c2b95a Merge branch 'v6' of https://github.com/RogueException/Discord.Net.git 2016-07-15 22:05:58 -03:00
RogueException
f05fa6bb2e Added ToString and DebuggerDisplay to CachedPrivateUser 2016-07-15 20:09:52 -03:00
RogueException
bd96e473a9 Started adding v6 support 2016-07-15 19:54:23 -03:00
RogueException
7eb06a6111 Merge pull request #121 from RogueException/khionu-bugfix1
Changed GuildEmojiUpdateEvent fields into properties
2016-07-15 11:25:37 -03:00
RogueException
ffc43260c5 Fixed sync checks failing for private channels 2016-07-14 22:42:50 -03:00
RogueException
07fa652488 Removed duplicated User.AddRef 2016-07-14 22:40:00 -03:00
Khionu Terabite
a55df95638 Changed fields into properties 2016-07-14 17:43:54 -04:00
RogueException
a386796266 DiscordSocketClient should use the new TrySetResultAsync method 2016-07-14 14:38:53 -03:00
RogueException
67d6312a66 Ignore message and presence updates if the guild has not synced yet 2016-07-14 14:33:53 -03:00
RogueException
1aa908512f Promise completions should be executed on the thread pool 2016-07-14 14:23:39 -03:00
RogueException
99703d2f16 Start heartbeating immediately after receiving HELLO 2016-07-14 14:12:16 -03:00
RogueException
f0b3f7c0de Removed LogMessage's clearBuilder option 2016-07-14 14:08:26 -03:00
RogueException
b70a693607 WriteInitialLog should be private 2016-07-14 12:03:33 -03:00
RogueException
d667420303 Added system info and background task start/stop to logs 2016-07-14 11:58:03 -03:00
RogueException
d111bf08ee Merge pull request #114 from khionu/patch-1
Added ToString and DebuggerDisplay
2016-07-13 14:04:16 -03:00
RogueException
dc6ee3510a Cleaned up MentionUtils 2016-07-13 13:43:47 -03:00
RogueException
efc87ef06d Removed IMessage.Text, renamed RawText -> Text, added Resolve 2016-07-13 13:07:24 -03:00
RogueException
54e0cc0948 Fixed GetChannelMessagesAsync nullref error 2016-07-13 11:35:11 -03:00
RogueException
753813f040 Split GetGuildsAsync into GetGuildsAsync and GetGuildSummariesAsync 2016-07-13 11:10:22 -03:00
RogueException
0eb869211c Fixed escapes for unparsed parameters 2016-07-13 08:09:23 -03:00
RogueException
079d9d487d Forwarded the parse error if a command search has only one match 2016-07-12 07:39:27 -03:00
RogueException
ee04e1ddcc Fixed relative id when retrieving >100 channel message requests. 2016-07-12 07:38:37 -03:00
Khionu Terabite
df53ab1001 Completed additions
Added the namespaces and attribute that are required for this change. Need to get in the habit of doing proper PRs through VS's Git.....
2016-07-10 01:41:42 -04:00
Khionu Terabite
c72bf0678b Added ToString and DebuggerDisplay
Casting a hex :ok-hand:
2016-07-10 01:31:10 -04:00
RogueException
551b60d9b1 Merge branch 'dev' of https://github.com/RogueException/Discord.Net.git 2016-07-09 15:39:51 -03:00
RogueException
ab8c53a342 Added support for error reasons without message key 2016-07-09 15:39:16 -03:00
RogueException
953f3b033d Added hash support to avatar/icon/splash properties 2016-07-09 15:34:19 -03:00
RogueException
bbbd00de4b Moved Presence storage up to CachedGlobalUser 2016-07-09 14:17:19 -03:00
RogueException
623644e591 Removed unneeded using 2016-07-09 13:37:11 -03:00
RogueException
c316817c5f Minor doc edit 2016-07-09 13:20:50 -03:00
RogueException
2593f996b5 Merge pull request #111 from RogueException/patch-messagemanager
Add null-conditional to MessageManager
2016-07-09 13:19:46 -03:00
Christopher F
7473ed331d Add null-conditional to MessageManager 2016-07-09 00:04:48 -04:00
RogueException
0521e06e0a Merge pull request #97 from RogueException/issue-82
Update GetGuildMembersAsync, remove paginated GetUsersAsync.
2016-07-08 22:33:45 -03:00
Christopher F
a6d6940f07 Merge pull request #109 from khionu/patch-2
Fix Merge Conflict on Entities/Messages/Message
2016-07-07 23:11:38 -04:00
Khionu Terabite
5488294e0f Fixed Pinning on Modify 2016-07-07 23:09:05 -04:00
RogueException
2eca74bac7 Merge pull request #108 from khionu/patch-1
We all do it now and then <3
2016-07-07 23:44:06 -03:00
Khionu Terabite
3ad3912606 We all do it now and then <3 2016-07-07 20:35:46 -04:00
RogueException
2dea7ff7a9 Added IAttachment and several missing properties. 2016-07-07 11:30:36 -03:00
RogueException
7723130713 Implemented new CommandMap 2016-06-29 07:03:44 -03:00
RogueException
e4762b1522 extensions -> command extension 2016-06-29 05:41:42 -03:00
RogueException
c0a6078452 Removed Discord.Net.Audio reference 2016-06-29 05:41:06 -03:00
RogueException
37ab13160b Fixed CommandService.Execute crash bug 2016-06-29 05:27:29 -03:00
RogueException
5c5a9c8d6f Fixed User TypeReader not resolving in DMs 2016-06-29 05:27:18 -03:00