Commit Graph

520 Commits

Author SHA1 Message Date
RogueException
41b337b273 Reverted to old style Rest/WebSocket engines 2015-10-18 19:31:49 -03:00
RogueException
ee44caf6ab Reorganized Net namespace, made SharpRest inherit from RestClient. 2015-10-18 18:54:23 -03:00
RogueException
2969361333 Fixed error with null proxycredentials 2015-10-18 18:25:53 -03:00
RogueException
98bad63957 Added Proxy support, split DiscordWebSocketClientConfig into DiscordAPIClientConfig 2015-10-18 18:25:19 -03:00
RogueException
23e8ec8a0c Renamed DiscordSimpleClient -> DiscordWebSocketClient, moved DiscordAPIClient back into root namespace. 2015-10-18 18:02:47 -03:00
RogueException
a2480ebaeb Added more JsonIgnores 2015-10-18 09:38:25 -03:00
RogueException
d83d9d0487 Dont serialize Channel.Members or Users 2015-10-18 09:33:59 -03:00
RogueException
942f59c817 Added Mention.Everyone 2015-10-18 09:25:40 -03:00
RogueException
712ac2343a Removed SendMessage's mentionedUsers parameter. 2015-10-18 09:24:56 -03:00
RogueException
f658035e6e Fixed RestClient initialization error 2015-10-18 09:19:26 -03:00
RogueException
f93940ef0d Fixed a project reference 2015-10-18 09:17:20 -03:00
RogueException
3ea472e3dc Moved Enums to API/Enums 2015-10-18 09:17:12 -03:00
RogueException
c6a3fad80f Isolated AvatarImageType 2015-10-18 09:11:54 -03:00
RogueException
443c43b643 Renamed MessageCleaner to MentionHelper, added Mentionhelper.GetUserIds 2015-10-18 09:11:36 -03:00
RogueException
44db9c4979 Removed leftover DNXCore50 reference 2015-10-18 08:59:48 -03:00
RogueException
916d3efeb5 Added pragmas to API/Bans 2015-10-18 08:59:06 -03:00
RogueException
bd67e1dc53 Fixed project references 2015-10-18 08:45:20 -03:00
RogueException
a844fa9bf3 0.8.0-beta1 2015-10-18 08:45:00 -03:00
RogueException
a0b1237d33 Starting reorganization - grouped all API serialization definitions together, moved Audio to Interop and grouped Net classes together. 2015-10-18 08:44:25 -03:00
RogueException
cfac081884 Renamed UserStatus.Away to Idle 2015-10-18 08:30:19 -03:00
RogueException
d7235b62c1 Removed leftovers from anonymous logins and registration. 2015-10-18 03:13:03 -03:00
RogueException
d0722b457c Renamed Mute/Deaf to ServerMute/ServerDeaf 2015-10-18 03:10:45 -03:00
RogueException
cc08046acd 0.7.4 2015-10-18 02:46:23 -03:00
RogueException
333302f6e7 Added support for user objects being passed to Send/EditMessage. 2015-10-18 01:48:38 -03:00
RogueException
1acdee48cd Rebuilt Nuget references 2015-10-18 01:46:17 -03:00
RogueException
e975203c46 Reverted to DNX Beta6 (...again) 2015-10-18 01:23:17 -03:00
RogueException
c337f6d6ab Fixed file uploads 2015-10-18 00:07:08 -03:00
RogueException
d4f9949367 Update to DNX Beta8 2015-10-17 23:45:02 -03:00
RogueException
16418f61b9 Move TaskHelper to Shared folder 2015-10-17 23:44:55 -03:00
RogueException
8130c37040 Clean up old DNXCore50 code, flatten Discord.Helpers namespace 2015-10-17 23:44:28 -03:00
RogueException
539bc2c41a Remove the note in README about not supporting encryption 2015-10-17 19:31:53 -03:00
RogueException
cd37f55816 Minor edit 2015-10-17 19:29:30 -03:00
RogueException
558fa86dea Internalize VoiceBuffer, expose it via interface 2015-10-17 19:26:30 -03:00
RogueException
29eae77c19 Exposed VoiceWebSocket.VoiceBuffer 2015-10-17 19:12:14 -03:00
RogueException
4de88bfdcc Added GetVoiceClient(Server) overload 2015-10-17 19:12:01 -03:00
RogueException
6706789968 Removed leftover debug code 2015-10-17 18:56:04 -03:00
RogueException
3611ab9452 0.7.3-beta4 2015-10-17 18:53:04 -03:00
RogueException
d1bcd90d53 Added new VoiceBuffer and did some VoiceWebSocket refactoring. 2015-10-17 18:51:48 -03:00
RogueException
a154075a50 renamed SendMessage's mentions parameter to mentionedUserIds 2015-10-17 18:51:17 -03:00
RogueException
4cc8df142f Ignore GUILD_INTEGRATIONS_UPDATE 2015-10-17 18:50:12 -03:00
RogueException
1b5e6ad076 Fixed syntax error 2015-10-17 18:49:57 -03:00
RogueException
0cbf5ba633 Dont crash on null URL from redirect opcode 2015-10-17 18:49:36 -03:00
RogueException
242c509023 Removed role ordering for permissions resolving 2015-10-17 18:49:17 -03:00
RogueException
0edb47fa7f Added name param to CreateRole 2015-10-17 04:21:08 -03:00
RogueException
d27e74a9ae Add Channel.IsPrivate comment to Message.Member error 2015-10-17 04:05:52 -03:00
RogueException
e730134b74 Throw a proper error if accessing Message.Member in a private channel. 2015-10-17 04:01:12 -03:00
RogueException
aced598aad Allow the voice thread to take longer sleeps when possible. 2015-10-17 03:38:42 -03:00
RogueException
04021bc2e6 Increase VoiceWebSocket.spinLockThreshold to 3ms. 2015-10-17 03:17:40 -03:00
RogueException
4aefd190f7 Wait for the encryption key before returning from VoiceSocket.WaitForConnection() 2015-10-17 02:41:13 -03:00
RogueException
17c92db6bf Fixed permissions error when processing #general 2015-10-17 01:00:35 -03:00