Commit Graph

63 Commits

Author SHA1 Message Date
RogueException
27d7e9915b Initial 1.0-alpha1 design changes 2016-02-24 07:00:49 -04:00
RogueException
03920b9d48 Added non-generic Modules.Add method 2016-02-17 16:54:47 -04:00
RogueException
5c64cb68bf Cleaned up a bit of the modules/services add/get format 2016-02-15 15:08:59 -04:00
RogueException
720e202cb6 0.9.0-rc3 2016-02-13 16:47:37 -04:00
RogueException
41ae3ea80c Fixed Discord.Net versioning warnings 2016-02-13 16:24:03 -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
2528c3feb4 Updated Versions 2016-02-11 20:48:49 -04:00
RogueException
dbaf643911 Added ModuleManager.JoinedServer 2016-02-10 12:41:23 -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
0db0675cb5 Rewrote AudioClient, fixed several async issues, removed most sealed keywords. 2016-01-19 08:31:45 -04:00
RogueException
23c5137a5f Added Before/After to update events, added dynamic IL generation 2016-01-18 04:36:31 -04:00
RogueException
3ddd8b509b Added func-based UsingXXX extensions 2016-01-09 19:41:53 -04:00
RogueException
55c5f0dade Cleaned up extension projects, added fluent extension methods 2016-01-05 00:11:35 -04:00
RogueException
32a96fb50f Bugfix 2016-01-04 03:50:20 -04:00
RogueException
e07e2ea9a0 Minor edit 2016-01-04 03:50:05 -04:00
RogueException
45edf6fdce Cleaned up ModuleManager, added Instance 2016-01-04 03:49:25 -04:00
RogueException
6e1dbb0e0e Switched locks over to Nito.AsyncEx locks 2016-01-02 01:27:22 -04:00
RogueException
c1bee10523 Cleaned up several classes 2016-01-01 01:06:34 -04:00
RogueException
f722e289e5 Bans/Unbans now include full user info 2015-12-28 02:09:45 -04:00
RogueException
53cf815d1a Complete DisableServer crash workaround 2015-12-26 00:58:22 -04:00
RogueException
5f5004d85f Temp fix to module crash on leaving a server 2015-12-25 02:28:08 -04:00
RogueException
5c18600a51 Downgraded to Net45 2015-12-24 22:35:42 -04:00
RogueException
e3b5cf3a71 Fixed PM crash when modules are enabled 2015-12-23 05:05:26 -04:00
RogueException
1762bf438f Fixed modules/commands compile errors 2015-12-23 03:00:46 -04:00
RogueException
d10e771169 0.9.0-alpha2, Updated to .Net 4.6 2015-12-22 20:36:23 -04:00
RogueException
0d1e69600c Cleaned up all the models 2015-12-22 20:31:35 -04:00
RogueException
2dca7d9ebe Changed ids to uint64s 2015-12-13 17:26:59 -04:00
RogueException
43cbc99624 Renamed MessageReadRemotely to MessageAcknowledged 2015-12-09 20:37:44 -04:00
RogueException
0828d8eb40 Added Shared project, resync'd net45 projects with dnx ones 2015-12-06 02:00:21 -04:00
RogueException
f4ab33337f Cleaned up some accessibilities 2015-12-06 01:42:40 -04:00
RogueException
9d6d00b21a Merged Configs, 0.9-alpha1 2015-12-05 18:53:39 -04:00
RogueException
1721f6f4d6 Prep work for isolating audio package. 2015-12-04 21:13:56 -04:00
RogueException
142c03a1c2 Revert "Added experimental async event handlers"
This reverts commit 7237c6b3bf.
2015-12-02 10:01:24 -04:00
RogueException
7237c6b3bf Added experimental async event handlers 2015-12-02 07:03:13 -04:00
RogueException
a38acfa74d Why not? 2015-12-01 19:09:04 -04:00
RogueException
de831001b5 Add null checks to ModuleManager.EnableServers and EnableChannels 2015-12-01 15:07:01 -04:00
RogueException
3027abc044 Added ModuleManager EnableChannels and EnableServers 2015-11-30 14:24:37 -04:00
RogueException
cd244e30a6 Adding a module also adds it as a singleton 2015-11-29 10:36:58 -04:00
RogueException
ca25af5b8a Changed preprocessor conditions for new monikers and updated packages. 2015-11-28 23:02:02 -04:00
RogueException
6ee3971244 0.8.1-beta2 2015-11-22 15:32:08 -04:00
RogueException
293cf3b956 Don't crash if a module is loaded and the bot leaves a server. 2015-11-19 23:07:57 -04:00
RogueException
5be13b91ae Switched ids to use int64 rather than strings 2015-11-18 20:33:49 -04:00
RogueException
c8533a4531 Fixed event filtering for ChannelWhitelist and AllowPrivate 2015-11-16 02:10:45 -04:00
RogueException
505e71f57b Apply unrestricted module filter to events 2015-11-16 01:36:56 -04:00
RogueException
62f07a15f4 Fixed double MessageReceived for modules 2015-11-16 01:27:35 -04:00
RogueException
f06a1d7278 Added support for custom errors from permission checkers 2015-11-10 15:37:32 -04:00
RogueException
e7e2a85c3a Added DNXCore placeholders (again) 2015-11-10 13:44:57 -04:00
RogueException
abc24cde5c Added some ModuleService null checks 2015-11-09 18:05:33 -04:00
RogueException
d36b09fd9f Added ModuleService.GetManager 2015-11-09 18:05:16 -04:00