Commit Graph

428 Commits

Author SHA1 Message Date
RogueException
ea3a8f6a01 Added EmbedBuilder.AddField(EmbedFieldBuilder) 2017-02-07 21:13:26 -04:00
RogueException
0cf5493c61 Fixed crash, added DM/Group channel helpers 2017-02-07 21:10:30 -04:00
RogueException
d9fd0c34e4 Fixed bugs with creating invites 2017-02-07 19:48:09 -04:00
RogueException
b91026f552 Stop spamming users/@me and voice/regions 2017-01-28 17:04:35 -04:00
RogueException
34139c9b59 Converted Discord.Net to a metapackage 2017-01-26 10:43:32 -04:00
RogueException
eb2a946dd6 Updated to 1.0.0-rc3 tooling 2017-01-25 22:27:24 -04:00
RogueException
3bc2520095 Abandon VersionSuffix 2017-01-25 20:39:04 -04:00
RogueException
24663605f6 Fixed CI detecting all packages as dev 2017-01-25 20:14:19 -04:00
RogueException
b0db37cad6 Versions are hard 2017-01-25 18:00:00 -04:00
firebingo
7e9491fb34 Fix Issue #446. RestUserMessage initializes _reactions even if there are no reactions so get doesn't cause exception. 2017-01-25 17:29:41 -04:00
RogueException
a75af58bdb Merge pull request #464 from Sentinent/dev
Fixed guild member's joinedat reseting after certain events
2017-01-25 17:16:42 -04:00
RogueException
0d433caaa6 Merge pull request #433 from Confruggy/patch-1
Fixed RemoveReactionAsync overload doesn't work with unicode emojis
2017-01-25 17:16:32 -04:00
RogueException
7c5fe79333 Updated build script 2017-01-24 15:40:41 -04:00
RogueException
fe35400498 Cleanup 2017-01-24 11:42:28 -04:00
RogueException
158222bb78 Merged GuildExtensions into IGuild 2017-01-24 11:41:07 -04:00
RogueException
7ef48c5ce5 Improved discord HTTP exceptions 2017-01-24 11:40:08 -04:00
RogueException
b76c744447 Internally exposed several ApiClient props 2017-01-24 11:38:53 -04:00
RogueException
ea0044cb87 Made IVoiceChannel.UserLimit nullable 2017-01-24 11:37:39 -04:00
RogueException
00bb3c9d70 Removed project.jsons 2017-01-24 11:35:36 -04:00
Sentinent
a03269fcf1 Fixed guild member's joinedat reseting after certain events 2017-01-05 01:44:41 -08:00
RogueException
cf2596db58 Fixed a nullref when an embed is not provided to SendMessage 2017-01-02 01:17:32 -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
dac51db299 Added DiscordShardedClient, some DiscordSocketClient fixes. 2017-01-01 09:03:35 -04:00
RogueException
1169d3671c Removed RetryMode.RetryErrors 2016-12-27 17:50:32 -04:00
RogueException
d82d7e1584 Do not catch our thrown HttpException in RequestQueueBucket 2016-12-27 16:50:30 -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
Confruggy
7b1db31985 Update MessageHelper.cs 2016-12-21 23:17:14 +01:00
FiniteReality
2e2fbaa5f3 Add mentionable property to ModifyGuildRoleParams
Allows roles to be configured to be mentionable, fixes #424
2016-12-18 18:27:45 +00:00
RogueException
c102f52bfa Merge branch 'issue/379' into dev 2016-12-16 11:12:50 -04:00
RogueException
86d9f52438 Cleaned up new params 2016-12-16 11:11:07 -04:00
RogueException
b166683704 Added missing IDisposables 2016-12-16 07:32:26 -04:00
RogueException
8f87b2cc71 Added support for .NET Standard 1.1 and 1.2 2016-12-16 05:52:46 -04:00
Christopher F
3fc043132b docstrings for modify params, minor bugfixes 2016-12-04 19:07:07 -05:00
Christopher F
64681856b1 Create wrapper modify objects
this was a big one
2016-12-04 17:33:29 -05:00
RogueException
f56a1b653d Cleaned up Reactions PR 2016-11-27 00:55:01 -04:00
RogueException
2e1ec5803b Added AddReactions to Permission constructors 2016-11-27 00:41:03 -04:00
RogueException
b9eeac9105 Merge branch 'dev' into feature/reactions 2016-11-27 00:30:46 -04:00
RogueException
08d85cd2d9 Merge pull request #375 from LassieME/embed/fix-urls-add-timestamp
Adds Timestamps to embeds, and removes Image and Thumbnail-Builders
2016-11-27 00:20:15 -04:00
RogueException
d74257cb69 Drop applicationinfo cache on logout, fixed RPC appinfo exception. 2016-11-26 23:51:23 -04:00
Christopher F
6519b300d9 ModifyAsync will accept an EmbedBuilder
**This is not a breaking change**.

This change begins to implement #379, where IUserMessage.ModifyAsync will now accept a `Discord.ModifyMessageParams` func over a `Discord.API.Rest.ModifyMessageParams` func.
2016-11-25 22:12:28 -05:00
Sindre G. Langhus
54dd0a5cec Fixed ordering. 2016-11-25 21:51:52 +01:00
Sindre G. Langhus
a455ccc334 Adds a timestamp and fixes Volts issues with Thumbnail and Image URLs. 2016-11-24 01:17:39 +01:00
Sindre G. Langhus
09608b79c3 Adds builders for Thumbnail and Image embeds, and adds json model for Video and Image embeds. 2016-11-22 22:22:16 +01:00
RogueException
9784a0324c Create a RestUser for messages if a user isn't cached. 2016-11-18 14:25:01 -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