Christopher F
2cbfaa5498
Remove unnecessary slash in RestInvite#Url
...
thanks to auxesis for the find
2016-10-19 16:12:20 -04:00
RogueException
a464f9ec3a
Fixed errors caused by #321
2016-10-18 15:30:19 -03:00
james7132
7dbd2b5325
Fix #320
...
I'm not entirely sure this is the proper way to fix this. However, it seems like
SendFileAsync returns the Task<RestUserMessage>, which would exit the using
block, disposing of the FileStream potentially before the Task is finished.
Changed to await the result of the task before exiting the using block.
2016-10-18 17:41:53 +00:00
RogueException
dfe654af3b
PagedAsyncEnumerator's nextPage should return false if there are no more pages.
2016-10-17 16:12:02 -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
6bdc0c09ca
Cleaned up TODOs
2016-10-08 18:44:59 -03:00
RogueException
21c38412ad
Changed snowflake GetCreatedAt() -> CreatedAt
2016-10-08 18:38:41 -03:00
RogueException
8b24b01718
Fixed SO in RestChannel.Create
2016-10-08 18:26:02 -03:00
RogueException
5c33e28757
Added missing ConfigureAwaits
2016-10-08 16:59:17 -03:00
RogueException
ba35f5bed1
Added IRole.IsMentionable
2016-10-08 14:43:18 -03:00
RogueException
8f5b5347b4
Update REST models on modify
2016-10-08 14:33:51 -03:00
RogueException
bedf601bfe
Added RestGuildUser IsMuted/IsDeafened
2016-10-08 14:33:39 -03:00
RogueException
a1fd14fff0
Updated Application model
2016-10-07 21:19:13 -03:00
RogueException
e4a3a9e6e2
Added ObjectOrId resolver
2016-10-07 21:18:43 -03:00
RogueException
c28751f631
Changed IMessage.ChannelId to IMessage.Channel
2016-10-07 19:07:22 -03:00
RogueException
007b4b11f0
Added WebhookId/IsWebhook to IMessage
2016-10-07 18:28:39 -03:00
RogueException
95a8f36d63
Changed IMessage's MentionedUsers to MentionedUserIds
2016-10-07 18:19:26 -03:00
RogueException
a74602d6e1
Renamed Message model's Mentions -> UserMentions, added RoleMentions
2016-10-07 17:37:12 -03:00
RogueException
090a1bc736
Added IMessage.Tags
2016-10-06 09:06:04 -03:00
RogueException
abd315ed21
Added length to Emoji
2016-10-06 05:46:37 -03:00
RogueException
b600763071
Fixed null RestMessage.Author
2016-10-06 05:43:01 -03:00
RogueException
9e982ccd4a
Added IMessage.Emojis
2016-10-06 05:37:57 -03:00
RogueException
5415b8f8f6
Renamed Emoji -> GuildEmoji
2016-10-06 04:28:54 -03:00
RogueException
472412e232
Readded IMessageChannel.TriggerTypingAsync
2016-10-06 04:24:24 -03:00
RogueException
6c77914162
Fixed a few non-optional RequestOptions
2016-10-06 03:44:09 -03:00
RogueException
f41df1f966
Exposed RequestOptions
2016-10-06 02:44:41 -03:00
RogueException
aa7d9ad414
Increased TypingNotifier delay
2016-10-06 01:09:52 -03:00
RogueException
dcd94381fc
Implemented missing method and typing notifier
2016-10-06 01:04:04 -03:00
RogueException
2f3831dd6e
Claned up mentions, added sanitize handler to user/role/channel mentions
2016-10-06 00:28:17 -03:00
RogueException
7e246f942e
Cleaned up virtual methods
2016-10-06 00:02:13 -03:00
RogueException
3c3e790edd
Replaced several arrays with immutables
2016-10-05 23:59:55 -03:00
RogueException
1b86812741
Added WebhookId and IsWebhook
2016-10-05 03:45:38 -03:00
RogueException
51a476c1fa
Added GetCachedMessages
2016-10-05 02:58:04 -03:00
RogueException
aa363fe058
Fixed DebuggerDisplay for users
2016-10-05 02:04:52 -03:00
RogueException
7df38fea3a
Added missing ToString and DebuggerDisplays
2016-10-04 16:41:40 -03:00
RogueException
1ecd8c4ad7
Fixed page logic
2016-10-04 16:14:16 -03:00
RogueException
85d3cd0a0b
Renamed Test -> Tests in AssemblyInfo
2016-10-04 16:13:55 -03:00
RogueException
a93ddbaeb2
Cleaned up paged enumerables
2016-10-04 14:16:18 -03:00
RogueException
857255abde
Optimized dependencies
2016-10-04 13:36:51 -03:00
RogueException
d32b701f00
Removed unneeded AssemblyInfo.cs files
2016-10-04 13:36:20 -03:00
RogueException
708f9fe514
Added CommandContext, fixed commands compile errors
2016-10-04 09:54:44 -03:00
RogueException
8aa1050b93
Cleaned up usings
2016-10-04 09:01:57 -03:00
RogueException
4678544fed
Added remaining gateway events, added IAudioChannel, added CacheModes
2016-10-04 07:32:26 -03:00
RogueException
e038475ab4
Removed old bucket system, cleaned up api calls. Fixed compile errors.
2016-09-29 05:10:40 -03:00
RogueException
dd86f03306
Started converting websocket and rpc classes
2016-09-28 04:12:47 -03:00
RogueException
0c4641ac68
Updated versions to beta2
2016-09-22 21:32:42 -03:00
RogueException
6319933ed0
Concrete class prototype
2016-09-22 21:15:37 -03:00