Commit Graph

1060 Commits

Author SHA1 Message Date
RogueException
19e2528aff Removed redundant casts in MessageQueue and improved error logging 2016-02-15 19:27:54 -04:00
RogueException
bd9fc36720 Temp. moved built-ing event logging to Debug temporarily, improved login speed. 2016-02-15 19:27:25 -04:00
RogueException
bc7edbf3c7 Added path property to all models for logging 2016-02-15 19:14:18 -04:00
RogueException
d48d658e3a Minor cleanup 2016-02-15 16:09:24 -04:00
RogueException
5c64cb68bf Cleaned up a bit of the modules/services add/get format 2016-02-15 15:08:59 -04:00
RogueException
702125fdc6 Stop adding users on PRESENCE_UPDATE 2016-02-14 21:58:55 -04:00
RogueException
2d0ff089a9 0.9.0-rc3-1 2016-02-14 13:48:58 -04:00
RogueException
173df19439 Fixed crash with short mention activation strings 2016-02-14 13:45:58 -04:00
RogueException
b5f4e1004d Updated GuildMemberAdd to use ExtendedMember 2016-02-13 18:27:58 -04:00
RogueException
b8b4935614 Added Server.ChannelCount, UserCount, RoleCount. Updated several GatewaySocket API models. 2016-02-13 17:53:41 -04:00
RogueException
720e202cb6 0.9.0-rc3 2016-02-13 16:47:37 -04:00
RogueException
d11d9c8047 Dont request offline users if not in any large servers 2016-02-13 16:31:50 -04:00
RogueException
5504d7dde2 Request offline users on connect 2016-02-13 16:24:41 -04:00
RogueException
41ae3ea80c Fixed Discord.Net versioning warnings 2016-02-13 16:24:03 -04:00
RogueException
206621110d Fix nuget GAC issues 2016-02-12 23:02:56 -04:00
RogueException
34fd47bb5d 0.9-rc3 2016-02-12 22:09:02 -04:00
RogueException
8e8c2cc7fb Don't automatically unwhitelist a server on leave 2016-02-12 22:08:56 -04:00
RogueException
45ee58a4d5 Made large_threshold mandatory 2016-02-12 20:49:11 -04:00
RogueException
f0060f9536 Swapped explicitness of ServiceManager's GetEnumerators 2016-02-12 11:29:13 -04:00
Justas Dabrila
dfd105ab2d Actually implemented the IEnumerable interface 2016-02-12 17:25:40 +02:00
Justas Dabrila
6841217dad Exposed services as an IEnumerator instead 2016-02-12 17:19:30 +02:00
Justas Dabrila
0dbe3cf955 Exposed services in ServiceManager 2016-02-12 11:15:24 +02:00
RogueException
5bff403cec Default private channels to ChannelType.Text 2016-02-12 01:44:17 -04:00
RogueException
0fe6835400 Fixed a couple missing .Net Platform 5.4 dependencies 2016-02-12 00:33:16 -04:00
RogueException
196c6ac698 Fixed crash if prefix mention is checked in PM 2016-02-12 00:32:50 -04:00
RogueException
cc788c98a8 Removed unused using statements 2016-02-11 21:19:33 -04:00
RogueException
2528c3feb4 Updated Versions 2016-02-11 20:48:49 -04:00
RogueException
8f5e3e7613 Started work on ETFReader 2016-02-11 20:41:46 -04:00
RogueException
c4b7f78d45 Dont nullref if SetStatus/SetGame are called during a disconnected state 2016-02-11 17:54:21 -04:00
RogueException
903b6a352b Cleaned up MessageQueue, fixed warning counts 2016-02-11 17:51:28 -04:00
RogueException
3902b25b8a Fixed MessageQueue early edits 2016-02-11 15:47:31 -04:00
RogueException
255e012fe8 Minor comment edits 2016-02-11 15:25:52 -04:00
RogueException
e8cf5486d5 Made MessageQueue deletes less aggressive, allows editing of messages before they are sent. 2016-02-11 15:24:03 -04:00
RogueException
846f101126 Added ChannelPermissionOverrides.InheritAll 2016-02-11 14:51:48 -04:00
RogueException
cf9fcc9521 Added new experimental MessageQueue 2016-02-10 17:19:41 -04:00
RogueException
9843298af8 Added GlobalWhitelist/Blacklist extension methods 2016-02-10 17:19:19 -04:00
RogueException
86addc2594 Cleaned some compiler flags 2016-02-10 17:18:31 -04:00
RogueException
dbaf643911 Added ModuleManager.JoinedServer 2016-02-10 12:41:23 -04:00
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