Commit Graph

1172 Commits

Author SHA1 Message Date
RogueException
39fb754a15 Merge pull request #29 from jarveson/dev
Fix Server GetIconUrl string
2016-02-09 22:27:37 -04:00
RogueException
7f257264f3 New permissions and color structs 2016-02-09 22:19:44 -04:00
Jake
e41494d056 Fix Server GetIconUrl string 2016-02-09 18:50:22 -06:00
RogueException
b6fcc479dd Removed references to missing files 2016-02-09 20:38:25 -04:00
RogueException
bb9d786159 Use async during voice transmission 2016-02-09 19:45:04 -04:00
RogueException
fa0c7c3f40 Only throw an exception if a TaskManager cancel was unexpected 2016-02-09 19:21:14 -04:00
RogueException
4b4df67287 Removed unneeded & 0xFF ops 2016-02-09 18:12:00 -04:00
RogueException
cb4d00ac4e Split config into builder and immutable classes, added some audioservice extension methods. 2016-02-09 18:02:49 -04:00
RogueException
1ccca4113f Added AudioService.Leave(Channel) 2016-02-09 15:53:52 -04:00
RogueException
61d426d427 Exposed Client property on modules and AudioService 2016-02-09 15:32:18 -04:00
RogueException
ef95539e2e Cleaned up the help command's footer 2016-02-09 15:20:12 -04:00
RogueException
88776c94d1 Fixed a couple substring bugs in commandservice 2016-02-09 15:13:25 -04:00
RogueException
79712b9df4 Removed Import/Export placeholder 2016-02-09 15:09:43 -04:00
RogueException
2849acb005 Cleaned up new CommandService activations and help args. 2016-02-09 15:07:59 -04:00
RogueException
55769bea3c Cleaned up DiscordConfig docstrings 2016-02-09 15:07:24 -04:00
RogueException
e306ee1a04 Merge pull request #26 from Googie2149/dev
Change built in help & Custom command activation
2016-02-09 14:04:59 -04:00
RogueException
937ff71c4a Added ILogger, made logger optional for RestClients 2016-02-07 16:38:17 -04:00
RogueException
18ae9f6bc8 Removed support for client-only features 2016-02-06 14:26:01 -04:00
Master Kwoth
82c73401bd Removed ArgumentNullException from FindChannels 2016-02-02 17:29:22 +01:00
RogueException
d53d91144c Add IDisposable to DiscordClient 2016-02-01 11:22:46 -04:00
RogueException
d6342b725d Fixed a few json settings (such as dates deserializing to UTC), and use cached jsonserializers in more places. 2016-01-31 19:25:01 -04:00
RogueException
30196bd43f Ignore errors during AudioClient cleanup 2016-01-30 12:23:47 -04:00
RogueException
780da1ce1e Added more missing ConfigureAwaits, ignore OperationCanceledException in MessageQueue 2016-01-28 09:57:49 -04:00
RogueException
46b854bd12 Added option to cancel an outgoing REST request in the SendingRequest event 2016-01-28 07:43:46 -04:00
RogueException
2053d7c7c4 Reworked several parts of the ETF serializer 2016-01-28 07:43:07 -04:00
RogueException
efa15d1dd5 Added a warning for unknown user in MESSAGE_CREATE 2016-01-28 07:42:38 -04:00
Googie2149
eaa9065d00 Allow ActivationMode.Mention to kinda work in PM from the client 2016-01-27 15:49:43 -05:00
Googie2149
00171c68ac Custom activation methods 2016-01-27 15:10:03 -05:00
Googie2149
484b2b1391 Removed extra bracket 2016-01-27 11:25:14 -05:00
Googie2149
2ed49d2fd5 Change built in help
Finally removed the placeholders...
2016-01-25 17:55:35 -05:00
RogueException
11cf3beae0 Finished (probably?) ETF serialization, started spliting Rest into ETFRestClient and JsonRestClient. 2016-01-24 18:37:47 -04:00
RogueException
b224add719 Remove DiscordClient.Disconnected event 2016-01-24 00:34:40 -04:00
RogueException
2040975554 Register AudioService to GatewaySocket.Disconnected event, not DiscordClient.Disconnected 2016-01-24 00:34:09 -04:00
RogueException
15781c2b2d Ensure WebSocket.State is Disconnected before raising OnDisconnected 2016-01-24 00:33:36 -04:00
RogueException
1ae7c36d31 Added AudioServiceConfig.MaxBitrate constant 2016-01-23 11:31:03 -04:00
RogueException
e1072f2e4e Lowered bitrate max to 128kbps 2016-01-23 11:27:57 -04:00
RogueException
8da5268cd7 Cleaned up several accessibilities, docstrings, and a few audio classes 2016-01-23 11:27:31 -04:00
RogueException
d17a7531da Completed ETF serialization for primitives, enums and nullables. Partially implemented support for classes, structs, dictionaries and enumerables. 2016-01-22 07:21:03 -04:00
RogueException
ff1c4f5e32 Cleaned up DynamicIL functions 2016-01-22 07:20:00 -04:00
RogueException
2457fc2455 Fixed several issues with tokens cache 2016-01-21 19:20:11 -04:00
RogueException
9f66857efa Fixed compile error 2016-01-21 18:59:48 -04:00
RogueException
db0c4da816 Minor edit because I'm picky 2016-01-21 17:47:11 -04:00
RogueException
0ff61958d7 Cleaned up DynamicIL 2016-01-21 17:46:30 -04:00
RogueException
7eb86c740d Re-enabled unsafe code on main lib 2016-01-21 17:46:09 -04:00
RogueException
0c4af8d042 Cleaned up and added a few more types to ETFEncoder 2016-01-21 17:45:45 -04:00
RogueException
ceec287f65 Added a null check in Message deserialization, added missing video information 2016-01-21 17:45:06 -04:00
RogueException
0db0675cb5 Rewrote AudioClient, fixed several async issues, removed most sealed keywords. 2016-01-19 08:31:45 -04:00
RogueException
fab54563e9 Fixed UserUpdated's Before value during voice updates 2016-01-19 02:23:31 -04:00
RogueException
84837bb97b Minor doc edit 2016-01-19 00:27:17 -04:00
RogueException
7e97596a5d Improved error handling in MessageQueue 2016-01-18 23:03:13 -04:00