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 |
|
Brandon Smith
|
320a155499
|
Removed leftover lock, started adding Task result to SendPCMFrame.
|
2015-09-04 20:44:23 -03:00 |
|
Brandon Smith
|
0cde7c3dd2
|
Moved voice functions from API to base file.
|
2015-09-04 20:34:30 -03:00 |
|
Brandon Smith
|
f0933c75a0
|
Revert "Do not allow ObjectDisposed exceptions to trigger disconnectreason"
This reverts commit f6dacb7a84.
|
2015-09-04 19:33:44 -03:00 |
|
Brandon Smith
|
f6dacb7a84
|
Do not allow ObjectDisposed exceptions to trigger disconnectreason
|
2015-09-04 19:32:26 -03:00 |
|
Brandon Smith
|
8f7492c246
|
Don't destroy disconnectReason so quickly
|
2015-09-04 19:25:01 -03:00 |
|
Brandon Smith
|
5b432769fb
|
Preserve stack trace for websocket errors
|
2015-09-04 19:21:03 -03:00 |
|
Brandon Smith
|
ce2a4dfa2b
|
Don't activate the canceltoken in websockets before the disconnectreason has been set.
|
2015-09-04 19:07:05 -03:00 |
|
Brandon Smith
|
7376769581
|
Minor version edit
|
2015-09-04 02:38:19 -03:00 |
|
Brandon Smith
|
3438843900
|
0.6.1-beta1
|
2015-09-04 02:36:26 -03:00 |
|
Brandon Smith
|
7293176dd1
|
Reverted to DNX Beta 6... again.
|
2015-09-04 02:33:54 -03:00 |
|
Brandon Smith
|
751c8b1bd6
|
Updated HttpClient to 2.2.29
|
2015-09-03 21:54:20 -03:00 |
|
Brandon Smith
|
1236c85fba
|
Clean up state during disconnect better. Don't allow UDP disposed errors to trigger the DisconnectReason.
|
2015-09-03 21:11:35 -03:00 |
|
Brandon Smith
|
94ec2ab5ca
|
Remove more undeeded JoinVoiceServer parameters
|
2015-09-03 20:32:04 -03:00 |
|
Brandon Smith
|
ccbdf8f63c
|
Don't require Server parameter when Channel is passed to JoinVoiceServer
|
2015-09-03 20:27:09 -03:00 |
|