Commit Graph

830 Commits

Author SHA1 Message Date
RogueException
2cd07edf2e Fixed SendTTSMessage 2015-11-29 03:20:35 -04:00
RogueException
6acd5afdae Return the messages from ImportMessages 2015-11-29 03:14:59 -04:00
RogueException
f9e61d89a6 Renamed Mention.Clean to Mention.Resolve, added another overload 2015-11-29 02:47:31 -04:00
RogueException
639885b26e Added Mention.Clean 2015-11-29 02:44:14 -04:00
RogueException
2e6f65b776 Changed commands to use RawText instead of Text 2015-11-29 02:39:19 -04:00
RogueException
1a125322bd Combined Message.IsQueued and HasFailed into Message.State 2015-11-29 02:38:28 -04:00
RogueException
ced88fefa3 Fixed exceptions during message importing 2015-11-29 02:32:14 -04:00
RogueException
61e9ca0c85 Dont add a server to cache if it's unavailable 2015-11-28 23:40:28 -04:00
RogueException
6da23b4f61 Raise ServerUnavailable when a server goes down - not ServerAvailable 2015-11-28 23:39:42 -04:00
RogueException
ca25af5b8a Changed preprocessor conditions for new monikers and updated packages. 2015-11-28 23:02:02 -04:00
RogueException
3b65526d09 Upgraded netcore50 moniker to dotnet5.4 2015-11-28 20:16:15 -04:00
RogueException
579e305c94 Added a serverless client.GetUser 2015-11-28 00:22:47 -04:00
RogueException
bb10d7f929 Dont add null users to Message.MentionedUsers 2015-11-27 06:10:12 -04:00
RogueException
7d2ce35d4a Changed User.Channels to check for the Connect perm on voice channels 2015-11-27 05:53:57 -04:00
RogueException
66bdca11ef Fixed AddMember not being called on voice channels 2015-11-27 05:39:19 -04:00
RogueException
6ac88a3b06 Fixed AvatarUrl 2015-11-27 04:59:44 -04:00
RogueException
50700c9943 Moved libs from the lib folder to executable folder 2015-11-27 04:35:01 -04:00
RogueException
896004c0f3 Added message cache import/export 2015-11-27 02:52:50 -04:00
RogueException
87115bc01e Added JSON serialization of reference ids 2015-11-27 02:52:35 -04:00
RogueException
e189fa2461 Ignore UDP errors in VoiceSocket's outgoing thread, and push them to the log. 2015-11-26 20:51:16 -04:00
RogueException
4d2f1e1bae Removed System.Net.Http dependency 2015-11-26 18:55:32 -04:00
RogueException
fac8b1ded9 Exposed Client.AllUsers 2015-11-25 02:09:35 -04:00
RogueException
98f240663a Merge branch 'master' 2015-11-25 01:47:15 -04:00
RogueException
ccef6ec142 Cleaned up getting_started.cs 2015-11-25 01:46:05 -04:00
RogueException
32528a27d0 Merge pull request #13 from Mikedog87/patch-1
Updated getting_started.cs so that it works on 0.8.1
2015-11-25 01:39:16 -04:00
ViolentCrumble
c58d41b416 Updated example so that it works on 0.8.1 2015-11-25 15:31:40 +10:00
RogueException
054b2f0af0 Reworked the permissions cache to improve memory usage and performance 2015-11-24 16:52:49 -04:00
RogueException
d9b1779a3d Minor comment edit 2015-11-24 15:09:59 -04:00
RogueException
f2a25fe3ee Added VoiceBitrate to configure the bitrate of the opus encoder 2015-11-24 12:33:25 -04:00
RogueException
704e0c9523 Fixed JoinedServer event not being raised 2015-11-24 02:49:13 -04:00
RogueException
05991f4c4b Minor DateTime changes 2015-11-23 22:24:49 -04:00
RogueException
c910523788 Changed GameId from string to nullable int 2015-11-23 03:44:49 -04:00
RogueException
97c4a1cca9 Fixed MessageDeleted not always being fired 2015-11-23 00:03:44 -04:00
RogueException
64e6ea4173 Added GetArg(name) to CommandEventArgs 2015-11-22 20:28:51 -04:00
RogueException
3f9e9040a5 Added Command[paramName] 2015-11-22 20:15:52 -04:00
RogueException
214377908a Changed CommandBuilder.Alias back to old params syntax 2015-11-22 19:56:41 -04:00
RogueException
53206cae93 Fixed reference data loss and memory leaks 2015-11-22 19:56:15 -04:00
RogueException
aaf7a02dee Fixed channel reordering exceptions 2015-11-22 19:55:34 -04:00
RogueException
bacfd52ead Fixed GetService exception when required is true 2015-11-22 17:10:23 -04:00
RogueException
166faaf28a Removed SessionsService 2015-11-22 17:10:06 -04:00
RogueException
77f84fb15d 0.8.1-beta2 2015-11-22 15:32:31 -04:00
RogueException
6ee3971244 0.8.1-beta2 2015-11-22 15:32:08 -04:00
RogueException
61bcd61ab5 Reordering a channel only modifies channels of the same type. 2015-11-22 04:39:11 -04:00
RogueException
efb8179f3f Added Mention.User(GlobalUser) 2015-11-22 03:27:07 -04:00
RogueException
2a48dab18a Allow for multiple instances of the alias function in commandbuilder 2015-11-22 02:14:58 -04:00
RogueException
04a15100ff Voice performance update, and reenabled pings 2015-11-22 01:33:24 -04:00
RogueException
3fa6ba8d50 Fixed pings, incoming message debugging and joining channels 2015-11-22 00:57:39 -04:00
RogueException
c36820f6af Return a blank array rather than null if DownloadMessages does not have permissions. 2015-11-21 16:29:56 -04:00
RogueException
aadaeb556e Merge branch 'master' of https://github.com/RogueException/Discord.Net.git 2015-11-21 16:00:54 -04:00
RogueException
d37de71f87 Fix DownloadMessages not populating fields when useCache is true 2015-11-21 15:41:36 -04:00