aboutsummaryrefslogtreecommitdiffstats
path: root/core/moduleapi.lua
Commit message (Expand)AuthorAgeFilesLines
...
* moduleapi: Add module:provides(), a shortcut to add an item with the current ...Matthew Wild2012-03-151-0/+14
* moduleapi: Set module.global = true when module:set_global() is calledMatthew Wild2012-03-141-0/+1
* moduleapi: Add module:shared(), a way to easily share data between multiple l...Matthew Wild2012-01-221-0/+23
* moduleapi: Add module:depends(), a way to safely depend upon another module a...Matthew Wild2012-01-221-0/+29
* modulemanager, moduleapi: Replace hooks multitable with an event_handlers map...Matthew Wild2012-01-221-4/+7
* modulemanager: Move in-module API functions to core.moduleapi (half the file ...Matthew Wild2012-01-221-0/+239