Commit Graph

236 Commits

Author SHA1 Message Date
RogueException
e42dfcafbd Several bug fixes 2015-09-15 13:08:39 -03:00
RogueException
9851b8e72b Updated Readme 2015-09-15 12:41:25 -03:00
RogueException
64c3409a95 Converted DataWebSocket events, added state timestamp, added voiceactivity config 2015-09-15 12:41:14 -03:00
RogueException
9360ae7b49 Fixed WebSocket QueueMessage 2015-09-15 04:58:19 -03:00
RogueException
024ef7d1de Added DataWebSocket Events 2015-09-15 04:58:01 -03:00
RogueException
8e534cb5c9 Minor log changes 2015-09-13 12:05:00 -03:00
RogueException
717a1a51cd Add source to log messages 2015-09-13 12:02:21 -03:00
RogueException
9d5ce95abc Fixed RestSharp settings 2015-09-13 12:01:12 -03:00
RogueException
4529ad3d4a Refactor all the things! 2015-09-13 11:46:26 -03:00
RogueException
1d920a7e6a Allow SendVoicePCM to accept multiple frames. 2015-09-09 02:40:28 -03:00
RogueException
769be07c56 Fixed a couple crash bugs in DiscordVoiceSocket 2015-09-09 02:05:07 -03:00
RogueException
109fbfe952 Fixed HttpClient error on non-DNX builds 2015-09-08 22:47:10 -03:00
RogueException
f84048bd73 Added NET45 conditional to Net45 projects 2015-09-08 22:46:38 -03:00
RogueException
b7c54dbda5 Fixed Block() 2015-09-08 22:32:43 -03:00
RogueException
489ad42235 Dont use a spinlock for DiscordClient.Block >.>.
More async adjustments.
2015-09-08 22:24:17 -03:00
RogueException
4fef9f0555 Don't capture the UI thread for async methods. Use Task.Run instead of Task.Factory.StartNew. 2015-09-08 21:15:51 -03:00
RogueException
1a127eb678 Cleaned up voice checks 2015-09-08 20:14:54 -03:00
RogueException
618b4399d3 Removed error 500 checks for deleting messages 2015-09-08 20:14:40 -03:00
RogueException
1019104da9 No longer specify arch and runtime in global.json 2015-09-08 19:08:59 -03:00
RogueException
d48674c996 Revert "Updated dnxcore dependencies to build 23225"
This reverts commit 3f4f3c272f.
2015-09-08 19:07:09 -03:00
RogueException
09eaac357f Added DeleteMessages() 2015-09-08 17:43:02 -03:00
RogueException
3f4f3c272f Updated dnxcore dependencies to build 23225 2015-09-08 01:20:52 -03:00
RogueException
3eb72bf826 Added Memberships and Servers IEnumerables to User. Added doc to User.PrivateChannel. 2015-09-07 23:24:20 -03:00
RogueException
26dd48ac27 Renamed Membership to Member 2015-09-07 23:17:32 -03:00
RogueException
7ca386e2e4 Added Member, Server and ServerId shortcuts to Message 2015-09-07 23:14:45 -03:00
RogueException
9596648d8e Typo 2015-09-07 23:12:39 -03:00
RogueException
36f40c18d5 Added a null-user check to FindMembers 2015-09-07 23:11:28 -03:00
RogueException
3869304a31 Connect(token) returns just Task, not Task<string> 2015-09-07 22:06:33 -03:00
RogueException
a6c4468f5b Removed ConnectAnonymous 2015-09-07 22:03:02 -03:00
RogueException
a9445d60dd Reset blockEvent on connect. 2015-09-07 15:49:13 -03:00
RogueException
09a0c74049 Dont echo our own messages 2015-09-07 15:40:09 -03:00
Brandon Smith
6ac95417f3 Forgot a disconnect call >.> 2015-09-06 05:14:53 -03:00
Brandon Smith
95bc5b6d63 Removed leftover 2015-09-06 05:13:49 -03:00
Brandon Smith
2aa099d9c8 Cleaned up connect methods 2015-09-06 05:13:23 -03:00
Brandon Smith
43e54f0042 Add basic websocket redirect support 2015-09-06 04:54:37 -03:00
Brandon Smith
3c181c5740 Pass token to /gateway 2015-09-06 04:02:31 -03:00
Brandon Smith
85dcfc3ebd Renamed Format.Text to Format.Multiple 2015-09-05 16:30:33 -03:00
Brandon Smith
76d019997e Fixed underline function 2015-09-05 16:28:27 -03:00
Brandon Smith
c2e0c052aa Added missing file to net45 project 2015-09-05 16:28:00 -03:00
Brandon Smith
5d82aa7001 Renamed MessageHelper to Format, added Bold, Italics, Underline and Strikeout methods. 2015-09-05 16:27:21 -03:00
Brandon Smith
cd408fea49 Moved mentions to MessageHelper, added Escape() 2015-09-05 16:17:52 -03:00
Brandon Smith
8f01cda069 Moved Opus files 2015-09-05 16:17:44 -03:00
Brandon Smith
5b30117a7a Added UserStatus string enum 2015-09-05 15:59:42 -03:00
Brandon Smith
6a9eb0815e Reorganized project structure 2015-09-05 15:58:00 -03:00
Brandon Smith
8e02ec06f3 0.6.1-beta2 2015-09-05 03:42:16 -03:00
Brandon Smith
53effb9acf 0.6.1-beta2 2015-09-05 03:41:37 -03:00
Brandon Smith
52590e4153 Better voice error handling, moved several properties into DiscordVoiceSocket 2015-09-05 03:39:58 -03:00
Brandon Smith
1d24efbf35 Minor doc edit. 2015-09-04 22:56:15 -03:00
Brandon Smith
bd803b622a Added WaitVoice 2015-09-04 22:53:45 -03:00
Brandon Smith
144fe7b570 Added buffer length to outgoing audio 2015-09-04 22:14:24 -03:00