Commit Graph

62 Commits

Author SHA1 Message Date
RogueException
00bb3c9d70 Removed project.jsons 2017-01-24 11:35:36 -04:00
RogueException
d06b7856f6 Fixed several package errors 2017-01-02 00:05:45 -04:00
RogueException
e2934abe29 Made API models internal. Removed Discord.Net.API. 2017-01-01 23:28:42 -04:00
RogueException
83a5456011 Fixed RPC NullRef 2016-12-27 15:04:49 -04:00
RogueException
2c075e186a Added support for custom ModuleBase command contexts. Added SocketCommandContext/RpcCommandContext. 2016-12-23 16:57:30 -04:00
RogueException
572c0e6c6b Renamed new params classes to XXXProperties 2016-12-23 16:57:29 -04:00
RogueException
8326d01f62 Isolated API definitions to their own library 2016-12-23 16:57:29 -04:00
RogueException
1efcd3daf6 Added request retry modes 2016-12-16 09:13:42 -04:00
RogueException
d3d3bb155d Wrong key... 2016-12-16 06:48:43 -04:00
RogueException
747dd98698 Add DefaultWebSocketClient to Rpc's project.json 2016-12-16 06:43:45 -04:00
RogueException
8f87b2cc71 Added support for .NET Standard 1.1 and 1.2 2016-12-16 05:52:46 -04:00
RogueException
5e965ea325 Allow tokenless RPC connections 2016-12-05 07:09:53 -04:00
RogueException
b9eeac9105 Merge branch 'dev' into feature/reactions 2016-11-27 00:30:46 -04:00
RogueException
d74257cb69 Drop applicationinfo cache on logout, fixed RPC appinfo exception. 2016-11-26 23:51:23 -04:00
RogueException
53ee30c648 Virtual channels should not be exposed to socket classes. Dont store guild in messages. 2016-11-18 14:14:11 -04:00
RogueException
42cbd67ee0 Removed prerelease tag from project.json 2016-11-17 16:23:12 -04:00
RogueException
cf42bd1854 Restored project.json and old build script 2016-11-17 16:18:49 -04:00
RogueException
0f674d2404 Updated dependencies to .NET Core 1.1 2016-11-17 17:30:51 -04:00
ObsidianMinor
ddca1bc6a4 Migrated projects to Visual Studio 2017 2016-11-17 10:05:30 -06:00
RogueException
853f8f2e6b Added prefixless TagHandling, added startIndex to resolve, fixed bugs. 2016-11-16 16:26:06 -04:00
RogueException
c2722cf7c4 SendMessage should accept EmbedBuilder directly 2016-11-14 20:05:43 -04:00
Christopher F
bad7d827c3 Modify SendMessage to include an embeds field 2016-11-13 00:51:40 -05:00
Christopher F
6b5a4b3ee6 Support the "Clear Reactions" endpoint 2016-11-11 15:52:14 -05:00
Christopher F
718560917c RequestOptions should be optional on Reactions 2016-11-05 21:43:18 -05:00
Christopher F
c6d9bbf063 Clean up some bugs when parsing unicode emoji 2016-11-05 18:45:35 -04:00
Christopher F
e2e2c4308d Refactor, rearrange, reimplement reactions; receive over gateway 2016-11-05 18:15:47 -04:00
Christopher F
7018bc9c58 """Support""" the 'reactions' field on message objects
this is all really broken
2016-10-31 21:00:35 -04:00
Christopher F
838d60e2c2 Add API model for Reaction, implement REST methods for reactions 2016-10-31 19:50:38 -04:00
RogueException
b23d839d8b Made RequestOptions in XXXMessage.DeleteAsync optional 2016-10-20 05:10:39 -03:00
RogueException
313c957a34 Default isTTS to false on Send methods 2016-10-20 03:55:14 -03:00
RogueException
a464f9ec3a Fixed errors caused by #321 2016-10-18 15:30:19 -03:00
RogueException
c497f95d35 Readded navigational props to interfaces 2016-10-15 12:58:32 -03:00
RogueException
75fb31e939 Removed IDiscordClient reference from IEntity 2016-10-14 13:12:47 -03:00
RogueException
4643e44e48 Updated package info 2016-10-12 16:49:22 -03:00
RogueException
bf10529f80 Added new rate limits 2016-10-11 23:22:42 -03:00
RogueException
3fc7b3b206 RPC's Authorize should not try to authenticate 2016-10-10 21:34:45 -03:00
RogueException
21c38412ad Changed snowflake GetCreatedAt() -> CreatedAt 2016-10-08 18:38:41 -03:00
RogueException
49070f3075 Went a tad overboard 2016-10-08 17:00:20 -03:00
RogueException
5c33e28757 Added missing ConfigureAwaits 2016-10-08 16:59:17 -03:00
RogueException
5551a9d524 Exposed RequestOptions in DiscordRpcClient 2016-10-08 03:15:04 -03:00
RogueException
16c67e79e9 Added RPC channel and guild entities, Get and Select methods 2016-10-08 03:09:26 -03:00
RogueException
f584bd6e28 Added RPC Get/Set VoiceSettings 2016-10-08 00:33:04 -03:00
RogueException
4a8ebff775 Added ToString/DebuggerDisplay to new RPC classes 2016-10-08 00:05:45 -03:00
RogueException
79f04a5b30 Added VoiceSettingsUpdated RPC event 2016-10-07 23:59:40 -03:00
RogueException
15e8ef06dc Added RPC ChannelCreated, GuildCreated and GuildStatusUpdated events 2016-10-07 23:18:45 -03:00
RogueException
c610710387 Added VoiceState RPC events 2016-10-07 22:54:47 -03:00
RogueException
d36675cb32 Added RPC SpeakingStarted/Stopped events 2016-10-07 22:25:12 -03:00
RogueException
471089822b Added MessageCreated/Updated events and several properties to RpcClient 2016-10-07 21:39:48 -03:00
RogueException
b6823a4b45 Updated xproj 2016-10-07 21:21:09 -03:00
RogueException
56209c2420 Added Rpc message entities 2016-10-07 21:20:51 -03:00