Commit Graph

59 Commits

Author SHA1 Message Date
RogueException
25b9052f0d More cleanup, added string enums 2015-10-24 19:04:05 -03:00
RogueException
ef0e9df5d1 Fixed broken file references 2015-10-24 01:44:20 -03:00
RogueException
dd6ceb8469 Started major API refactor 2015-10-24 01:39:06 -03:00
RogueException
434f72f551 Renamed Permissions and Color 2015-10-22 05:44:17 -03:00
RogueException
76e4317400 Simplified caches, moved some eventargs, and made caching/uncaching objects more reliable. 2015-10-22 03:35:51 -03:00
RogueException
e79e32ca8c Split off voice functions into DiscordClient.Voice.cs 2015-10-22 02:43:43 -03:00
RogueException
5a8d3f5377 Refactored Net.Voice and Interop namespaces 2015-10-22 01:47:15 -03:00
RogueException
02876f2542 Re-partialed DiscordClient by object type and moved Finds from collections. 2015-10-22 01:00:27 -03:00
RogueException
6ac22aac21 Renamed DiscordWebSocketClient -> DiscordWSClient 2015-10-18 22:45:24 -03:00
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
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
3ea472e3dc Moved Enums to API/Enums 2015-10-18 09:17:12 -03:00
RogueException
443c43b643 Renamed MessageCleaner to MentionHelper, added Mentionhelper.GetUserIds 2015-10-18 09:11:36 -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
1acdee48cd Rebuilt Nuget references 2015-10-18 01:46:17 -03:00
RogueException
16418f61b9 Move TaskHelper to Shared folder 2015-10-17 23:44:55 -03:00
RogueException
7edeb00629 Added SetStatus 2015-10-14 19:42:10 -03:00
RogueException
bf49a7ff95 Added PackedColor 2015-10-13 04:21:14 -03:00
RogueException
2c3cea036d Split DiscordClientConfig into DiscordSimpleClientConfig 2015-10-07 14:33:00 -03:00
RogueException
9c9884c1ae Added WebSocketSharp support and fixed Mono issues 2015-10-01 18:27:40 -03:00
RogueException
bdd4a0a714 Added PermissionTarget enum 2015-09-30 14:11:57 -03:00
Brandon Smith
ba23289a46 Dont autocopy lib files 2015-09-29 15:25:00 -03:00
RogueException
d49542513c Added multi-server voice support 2015-09-27 12:27:57 -03:00
RogueException
fcbf09d42d Moved voice commands to BaseClient 2015-09-26 23:30:44 -03:00
RogueException
a8ca994667 Split DiscordClient into DiscordBaseClient and DiscordClient. Several fixes. 2015-09-26 23:26:27 -03:00
RogueException
a965ec4a23 General Voice improvements - encryption, initial decoding, more config options 2015-09-26 19:43:21 -03:00
RogueException
9a92dffce4 Merge branch 'master' of https://github.com/RogueException/Discord.Net.git 2015-09-26 12:51:38 -03:00
RogueException
7ab708a43f Initial encryption support 2015-09-26 12:51:09 -03:00
Brandon Smith
7e3ad11a8b Added MonoDevelop support 2015-09-25 22:01:30 -03:00
Brandon Smith
dd19a625e3 Updated ToolsVersion to 14 2015-09-25 21:34:36 -03:00
RogueException
1d485eb641 Refactored project structure and API calls. Exposed DiscordAPIClient as public. 2015-09-25 16:50:49 -03:00
Brandon Smith
600ebdaa66 Improved redirect opcode support, fixed connect deadlock on unstable connections 2015-09-22 15:47:55 -03:00
Brandon Smith
7cb9a1a9dc Reworked several events and added UserIsSpeaking event 2015-09-19 19:04:49 -03:00
RogueException
b91f72ed3c Fixed some reference errors 2015-09-16 02:25:59 -03:00
RogueException
024ef7d1de Added DataWebSocket Events 2015-09-15 04:58:01 -03:00
RogueException
4529ad3d4a Refactor all the things! 2015-09-13 11:46:26 -03:00
RogueException
f84048bd73 Added NET45 conditional to Net45 projects 2015-09-08 22:46:38 -03:00
RogueException
26dd48ac27 Renamed Membership to Member 2015-09-07 23:17:32 -03:00
Brandon Smith
c2e0c052aa Added missing file to net45 project 2015-09-05 16:28:00 -03:00
Brandon Smith
8f01cda069 Moved Opus files 2015-09-05 16:17:44 -03:00
Brandon Smith
6a9eb0815e Reorganized project structure 2015-09-05 15:58:00 -03:00
Brandon Smith
320a155499 Removed leftover lock, started adding Task result to SendPCMFrame. 2015-09-04 20:44:23 -03:00
RogueException
597462857c Refactored DiscordClient, added argument validations to API and connection functions 2015-08-28 05:57:58 -03:00
RogueException
cb88b69a7f Added XHRRawOutput, XHRTiming and VoiceInput debug types 2015-08-27 17:38:24 -03:00
RogueException
adff96e1cf Fixed some edge cases, made Http (now called JsonHttpClient) instanced. 2015-08-27 17:06:38 -03:00
RogueException
2e85ed2899 Added EnableDebug option and a lot of debug events 2015-08-27 05:55:19 -03:00
RogueException
9d06e2b48d Clean all the things! 2015-08-26 16:14:19 -03:00
Brandon Smith
32565efa5c Added Opus.Net, fixed public IP method, starting to add outgoing voice support. 2015-08-24 02:44:42 -03:00