Commit Graph

74 Commits

Author SHA1 Message Date
RogueException
92ceacd01e Added basic service model, even more commands cleanup! 2015-11-01 23:29:40 -04:00
Brandon Smith
a4d6a0e2bc 0.8.1-beta1 2015-10-26 09:22:59 -03:00
RogueException
20731b3c92 More member -> user renaming 2015-10-25 05:57:13 -03:00
RogueException
2abc38ef37 Moved CachedObject to Helpers 2015-10-25 05:01:44 -03:00
RogueException
73ab8ba02d Moved TimeoutException to root folder 2015-10-25 04:18:58 -03:00
RogueException
674c585bee Add new reference system 2015-10-25 04:12:13 -03:00
RogueException
01f299e030 Started rename of member -> user, added server permission resolving, added channel message cache options. 2015-10-24 22:16:38 -03:00
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
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
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
48028f9c90 0.7.3-beta1 2015-10-12 03:47:07 -03:00
RogueException
2c3cea036d Split DiscordClientConfig into DiscordSimpleClientConfig 2015-10-07 14:33:00 -03:00
RogueException
6f962ff5e1 0.7.2-beta1 2015-10-04 22:22:12 -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
c0acc41e99 0.7.1-beta1 2015-09-27 16:17:01 -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
RogueException
34a1550b8c 0.7.0 2015-09-23 22:55:35 -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