Commit Graph

1677 Commits

Author SHA1 Message Date
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
Khionu Terabite
5488294e0f Fixed Pinning on Modify 2016-07-07 23:09:05 -04: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
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
RogueException
142e8484ea Added RTP Read/Write and Opus Encode/Decode streams 2016-06-29 05:26:58 -03:00
RogueException
689c9ff31a Finished AudioClient connection handshake 2016-06-28 23:33:28 -03:00
RogueException
d44163791f Automatically sync guilds 2016-06-28 20:40:05 -03:00
RogueException
9e8b897589 Added ISelfUser.ModifyStatusAsync 2016-06-28 20:05:57 -03:00
RogueException
c6157a0868 Default new CachedGuildUsers to offline 2016-06-28 19:35:14 -03:00
RogueException
1a40f62249 Removed unused enum 2016-06-28 19:13:33 -03:00
RogueException
8da2913576 Added support for GUILD_SYNC 2016-06-28 19:11:57 -03:00
RogueException
4a934ee16c Added DebuggerDisplay to ConcurrentDictionaryWrapper 2016-06-28 17:54:41 -03:00
RogueException
6d6af08815 Renamed DownloadAllMembers -> DownloadAllUsers, fixed overriding CachedGuild's DownloadUsers 2016-06-28 17:30:18 -03:00
RogueException
09572b0f76 Fixed using wrong port for WSS audio connections 2016-06-28 08:44:55 -03:00
RogueException
a529b6bd07 Added VOICE_SERVER_UPDATE handling 2016-06-28 08:36:20 -03:00
RogueException
58d54a76b5 Merged Discord.Net.Audio into the main project, starting adding IVoiceChannel.ConnectAsync() 2016-06-28 06:20:16 -03:00
RogueException
d4c2a17516 Moved IDMChannel/IGuildChannel's IUpdateable to IChannel 2016-06-28 02:46:58 -03:00
RogueException
5544d0759b Updated to .Net Core 1.0 RTM 2016-06-27 22:23:45 -03:00
RogueException
ec2a857455 Did more groundwork for AudioClient, added ILogManager 2016-06-27 22:23:32 -03:00
RogueException
c1a0761279 Started porting audio code from 0.9 2016-06-27 09:56:40 -03:00
RogueException
63fbdb394b Ensure Task return type for commands 2016-06-27 07:07:56 -03:00
RogueException
7bb890cbfe Added command groups, fixed several bugs 2016-06-27 06:56:24 -03:00
RogueException
6300a24eb5 Added note about username rate limit 2016-06-27 06:56:02 -03:00
RogueException
9365a70e1d Added IGuildUser Add/Remove Roles extensions 2016-06-26 23:03:05 -03:00
RogueException
602ac134e5 Added Prefix check extensions to IMessage 2016-06-26 22:54:12 -03:00
RogueException
f76d468582 Dont initialize the websocket engine if DiscordClient is given a DiscordSocketConfig 2016-06-26 22:54:01 -03:00
RogueException
f6c31a0b19 Added argPos overloadeds to CommandService's Search and Execute 2016-06-26 22:53:46 -03:00
RogueException
abeadce5cb Added project for audio 2016-06-26 22:36:41 -03:00
RogueException
e7597631d2 Added NicknameMention to IUser 2016-06-26 21:42:29 -03:00
RogueException
0e710cc76a Added a shorthand CommandService.Execute method 2016-06-26 21:40:05 -03:00
RogueException
eb7ec637a5 Cleaned up several CommandService functions 2016-06-26 21:06:34 -03:00