This website requires JavaScript.
f8e3ac9910
Something like this perhaps
Sindre G. Langhus
2016-11-23 00:10:01 +01:00
6cdf5ee90e
Removed Height/Width.
Sindre G. Langhus
2016-11-22 23:38:43 +01:00
09608b79c3
Adds builders for Thumbnail and Image embeds, and adds json model for Video and Image embeds.
Sindre G. Langhus
2016-11-22 22:22:16 +01:00
05fb81c617
Fix a bunch of issues with aliases
FiniteReality
2016-11-20 20:20:23 +00:00
fd5e237b41
Fix commands from being created with invalid aliases
FiniteReality
2016-11-20 13:40:40 +00:00
ff33b3b7a3
Merge branch 'Davipb-issues/262' into dev
RogueException
2016-11-19 09:33:17 -04:00
b0286975cd
Fix parsing of multiple quoted parameters
Davipb
2016-11-19 10:56:17 -02:00
d1b25011dd
Merge pull request #362 from aequasi/patch-1
RogueException
2016-11-19 00:24:32 -04:00
8b8163fc2c
Updating CDN url
Aaron Scherer
2016-11-18 15:16:42 -08:00
9784a0324c
Create a RestUser for messages if a user isn't cached.
RogueException
2016-11-18 14:25:01 -04:00
53ee30c648
Virtual channels should not be exposed to socket classes. Dont store guild in messages.
RogueException
2016-11-18 14:14:11 -04:00
3a5e4b23da
Added IGuildUser.ChangeRolesAsync
RogueException
2016-11-18 08:59:33 -04:00
2c990f08f8
Readded fluent-style to EmbedBuilder
RogueException
2016-11-18 08:33:34 -04:00
593ba46f1c
Cleaned up command builders and async func names
RogueException
2016-11-18 07:28:30 -04:00
7505831998
Added custom messages to Preconditions
RogueException
2016-11-18 06:36:51 -04:00
4553aa6557
Merge branch 'FiniteReality-feature/command-builders' into dev
RogueException
2016-11-18 06:11:42 -04:00
a73e411edb
Merge branch 'feature/command-builders' of git://github.com/FiniteReality/Discord.Net into FiniteReality-feature/command-builders
RogueException
2016-11-18 06:11:07 -04:00
196cce05af
Clean up attribute checking and extraneous casts
FiniteReality
2016-11-18 09:24:31 +00:00
de645548a9
Complete command builders implementation
FiniteReality
2016-11-18 09:14:19 +00:00
f417c2b516
Removed no-build from build script
RogueException
2016-11-17 19:47:14 -04:00
c74a44d3ad
Minor edit
RogueException
2016-11-17 16:42:00 -04:00
f3a9abb95a
Improved compilation dependencies in README
RogueException
2016-11-17 16:41:06 -04:00
675dab70f0
Update compiling and known issues in README
RogueException
2016-11-17 16:30:37 -04:00
d21dd7d943
Minor edit
RogueException
2016-11-17 16:25:56 -04:00
42cbd67ee0
Removed prerelease tag from project.json
RogueException
2016-11-17 16:23:12 -04:00
b92747d8b7
Use BuildCounter suffix in build script
RogueException
2016-11-17 16:11:34 -04:00
cf42bd1854
Restored project.json and old build script
RogueException
2016-11-17 16:08:11 -04:00
9b79019b54
Merge pull request #355 from AntiTcb/fix/enumTypeReader
RogueException
2016-11-17 15:24:17 -04:00
a8b399c8f6
Add version suffix to build script
RogueException
2016-11-17 14:34:15 -04:00
6998e9262e
Updated build script for .Net Core Preview 3 tooling
RogueException
2016-11-17 18:17:05 -04:00
0f674d2404
Updated dependencies to .NET Core 1.1
RogueException
2016-11-17 17:30:51 -04:00
f5c183c32f
Merge branch 'ObsidianMinor-migrate-to-vs2017' into dev
RogueException
2016-11-17 17:17:34 -04:00
ddca1bc6a4
Migrated projects to Visual Studio 2017
ObsidianMinor
2016-11-17 10:05:30 -06:00
ef0337752e
Proper fix this time, fully tested on names and values.
AntiTcb
2016-11-16 23:16:37 -05:00
6d46347ebc
Finish implementation of command builders
FiniteReality
2016-11-16 20:40:28 +00:00
228209aec8
Ensure rate limits are updated when requests fail
RogueException
2016-11-16 16:26:00 -04:00
853f8f2e6b
Added prefixless TagHandling, added startIndex to resolve, fixed bugs.
RogueException
2016-11-16 07:36:29 -04:00
59d393b357
Values in ImmutableDictionaries were strings rather than enumType
AntiTcb
2016-11-16 11:43:23 -05:00
ab95ced41d
Use default TypeReader if not overriden
FiniteReality
2016-11-15 21:57:27 +00:00
d25fbf78c0
Use lambda-style subbuilders
FiniteReality
2016-11-15 21:46:16 +00:00
af433c82cc
Complete builders, start work on using them
FiniteReality
2016-11-15 20:53:18 +00:00
c137dce6c9
Merge pull request #354 from zenima/docupdate/status
Christopher F
2016-11-15 14:18:23 -05:00
b82666b47f
Fixed a typo which prevented syntax highlight in samples/faq/status.cs
zenima
2016-11-15 09:07:49 +01:00
13f48424d5
Updated ModifyStatus sample
zenima
2016-11-15 09:06:15 +01:00
cabbd0de89
Dont nullref in SendMessageAsync if no embed is provided
RogueException
2016-11-14 22:48:55 -04:00
bdb44f3606
Minor edit
RogueException
2016-11-14 20:28:34 -04:00
8fea0fa87c
Merge branch 'AntiTcb-fix/enumTypeReader' into dev
RogueException
2016-11-14 20:18:01 -04:00
4180856e39
Merge branch 'fix/enumTypeReader' of git://github.com/AntiTcb/Discord.Net into AntiTcb-fix/enumTypeReader
RogueException
2016-11-14 20:17:54 -04:00
af6c3e10c3
Cleaned up EmbedBuilder
RogueException
2016-11-14 20:16:24 -04:00
c2722cf7c4
SendMessage should accept EmbedBuilder directly
RogueException
2016-11-14 20:05:43 -04:00
ce05707590
Merge branch 'feature/rich-embeds' into dev
RogueException
2016-11-14 19:59:07 -04:00
8c5f5ffb7d
Merge branch 'dev' into feature/rich-embeds
RogueException
2016-11-14 19:58:58 -04:00
f95154af23
Start work on command builders
FiniteReality
2016-11-14 19:26:32 +00:00
b2948deaf7
Fixed unused timeout const, dropped default request timeout to 15s.
RogueException
2016-11-14 08:43:12 -04:00
4633735ae9
Created ClientBucketType enum
RogueException
2016-11-14 08:15:11 -04:00
91e6cb98c3
Merged request BucketId and ClientBucketId. Added IsClientBucket.
RogueException
2016-11-14 08:04:40 -04:00
2e95e4232f
Disabled rate limit debugging by default
RogueException
2016-11-14 07:57:10 -04:00
7773e1d1cb
Removed old GetBucketId function
RogueException
2016-11-14 07:56:44 -04:00
d402d8bff1
Merge pull request #346 from ObsidianMinor/dev
RogueException
2016-11-13 16:32:21 -04:00
3698dbfedc
Only allow messages with an embed present to be sent with no content
Christopher F
2016-11-13 14:16:49 -05:00
754970bb56
When sending a message with no content, do not send a null value.
Christopher F
2016-11-13 13:54:46 -05:00
8866a1499c
Allow content to be empty when sending a message
Christopher F
2016-11-13 01:02:44 -05:00
bad7d827c3
Modify SendMessage to include an embeds field
Christopher F
2016-11-13 00:51:40 -05:00
52f979ec8a
Support sending rich embeds, add an Embed Builder
Christopher F
2016-11-13 00:35:46 -05:00
63b06ff477
Support Rich Embeds on Entities
Christopher F
2016-11-12 23:23:38 -05:00
6e8d1118ec
Update API models to fully support rich embeds
Christopher F
2016-11-12 23:04:08 -05:00
49c16df9cd
Merge pull request #336
RogueException
2016-11-12 01:40:56 -04:00
b1506879db
Cleaned up Hierarchy PR
RogueException
2016-11-12 01:37:35 -04:00
d8440b764a
Changes requested from review
Alex
2016-11-12 00:07:25 -05:00
c037865b28
Cleaned up PR
RogueException
2016-11-12 01:00:42 -04:00
fa7c60865d
Merge pull request #350 from LassieME/issues/342
RogueException
2016-11-12 00:58:14 -04:00
983b50120d
Support "MESSAGE_REACTION_REMOVE_ALL" dispatch
Christopher F
2016-11-11 16:28:07 -05:00
6b5a4b3ee6
Support the "Clear Reactions" endpoint
Christopher F
2016-11-11 15:52:14 -05:00
29c9ac9ef3
Reverted old code and added simple IgnoreCase to header dictionary
ObsidianMinor
2016-11-10 21:21:21 -06:00
a6f89b7c36
Solves Issue 342, but there might be a cleaner way to do this that doesnt make you end up with a IGuild in the RestRole.
Sindre
2016-11-10 16:47:51 +01:00
bb9c43b21a
Update RequestQueueBucket.cs
ObsidianMinor
2016-11-07 13:42:25 -06:00
9725dcec24
Use ToString in converter instead of boxing-cast
Christopher F
2016-11-06 13:34:38 -05:00
8dfc6aea67
Add optional user/message/channel objects to Reactions
Christopher F
2016-11-06 13:33:37 -05:00
676fbbcd23
Fix invoking reaction events twice
Christopher F
2016-11-05 22:23:01 -05:00
718560917c
RequestOptions should be optional on Reactions
Christopher F
2016-11-05 21:43:18 -05:00
c6d9bbf063
Clean up some bugs when parsing unicode emoji
Christopher F
2016-11-05 18:45:35 -04:00
e2e2c4308d
Refactor, rearrange, reimplement reactions; receive over gateway
Christopher F
2016-11-05 18:15:47 -04:00
1d20029c7b
Enumerate over Enum.GetNames to ensure equal value names are not excluded.
AntiTcb
2016-11-02 03:01:42 -04:00
7018bc9c58
"""Support""" the 'reactions' field on message objects
Christopher F
2016-10-31 21:00:35 -04:00
838d60e2c2
Add API model for Reaction, implement REST methods for reactions
Christopher F
2016-10-31 19:50:38 -04:00
97a6bf6b6e
Add IGuildUser.Hirearchy, added docstrings
james7132
2016-10-29 23:05:56 +00:00
89e61fe7d7
Fixed variable naming
james7132
2016-10-29 20:36:56 +00:00
2e9bca5b85
Fix role comparison
james7132
2016-10-29 08:03:58 +00:00
08c7b49aae
Remove IComparable<IGuildUser>
james7132
2016-10-29 07:50:26 +00:00
50d1aa0689
Implemented IComparable<IRole> on IGuildUser
james7132
2016-10-25 21:43:41 +00:00
f3cd96d2fe
Implemented IComparable<T> on IRole and IGuildUUser
james7132
2016-10-25 21:37:18 +00:00
9fcf88b7ac
Merge pull request #333 from LassieME/issue-332-fix
RogueException
2016-10-25 03:37:06 -03:00
0b43545ae0
Update ReplyAsync Task to return the sent message.
Sindre Langhus
2016-10-23 23:55:09 +02:00
0b42a2b1b4
Assign a default value to DiscordSocketClient.Status
Christopher F
2016-10-22 13:14:36 -04:00
043f8ded85
Moved ISelfUser.ModifyStatusAsync to DiscordSocketClient.SetStatus/SetGame. Resend status on reconnect.
RogueException
2016-10-21 11:22:26 -03:00
d9e00c9170
Added guild parameter to PresenceUpdated, added GuildMemberUpdated
RogueException
2016-10-21 09:31:57 -03:00
b23d839d8b
Made RequestOptions in XXXMessage.DeleteAsync optional
RogueException
2016-10-20 05:10:12 -03:00
6e1a76d070
Merge pull request #327 from RogueException/issue-240
RogueException
2016-10-20 05:05:23 -03:00
8f553e60a1
Adjusted GetGuildPruneCount to using params; fixes #240
Khionu Sybiern
2016-10-20 04:01:18 -04:00
b860392b44
Guild prunes must be at least 1 day
RogueException
2016-10-20 04:49:21 -03:00