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 |
|
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
|
e649696332
|
Added fancy badges
|
2016-06-27 07:30:53 -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 |
|
RogueException
|
5ac320312d
|
Added CommandService.Unload(Module) overload
|
2016-06-26 21:00:39 -03:00 |
|
RogueException
|
f6595aa73e
|
Added IDisposable to DiscordClients, removed unused property
|
2016-06-26 19:47:53 -03:00 |
|
RogueException
|
bfea0ef0a2
|
Added ordered user mentions, fixed role and channel mention resolving
|
2016-06-26 19:06:10 -03:00 |
|
RogueException
|
851589f7db
|
Dont error if an uncached message is delete
|
2016-06-26 17:06:18 -03:00 |
|
RogueException
|
21102e460c
|
Fixed null char being appended to unparsed args
|
2016-06-26 05:08:29 -03:00 |
|
RogueException
|
f59b6b9004
|
Implemented command type readers, parser and service.
|
2016-06-26 03:35:40 -03:00 |
|
RogueException
|
d934a5a1eb
|
Added MentionUtils.TryParseXXX methods
|
2016-06-26 01:55:51 -03:00 |
|
RogueException
|
2c87e496e1
|
Added IUser.DiscriminatorValue
|
2016-06-26 01:55:33 -03:00 |
|