aboutsummaryrefslogtreecommitdiffstats
path: root/core/moduleapi.lua
Commit message (Expand)AuthorAgeFilesLines
* moduleapi: Add module:get_directory() to get module file's directory, and mod...Matthew Wild2012-04-281-0/+10
* moduleapi: Import util.timerMatthew Wild2012-04-281-0/+1
* moduleapi: Remove unused variable 'module_items'Matthew Wild2012-04-281-1/+0
* moduleapi: Rename module:hook_stanza() -> module:hook_tag() (hook_stanza work...Matthew Wild2012-04-271-1/+2
* moduleapi: get_host_type(): Return nil for global modules (no host)Matthew Wild2012-04-271-1/+1
* moduleapi: Fix parameters to unhook_object_event()Matthew Wild2012-04-261-1/+1
* moduleapi: module:depends(): Don't load shared modules onto the current host ...Matthew Wild2012-04-261-1/+2
* moduleapi: Add module:unhook_object_event()Matthew Wild2012-04-261-0/+4
* moduleapi: Add module:add_timer(delay, callback) - automatically halts the ti...Matthew Wild2012-04-231-0/+7
* moduleapi: module:depends(): Load shared modules onto the current host even i...Matthew Wild2012-04-231-0/+3
* moduleapi: module:provides(): Add "-provider" onto the key nameMatthew Wild2012-04-231-1/+1
* moduleapi: module:provides(): Fix usage of wrong tableMatthew Wild2012-04-231-1/+1
* moduleapi: Have modules internally store a reference to shared tables they us...Matthew Wild2012-04-211-0/+2
* moduleapi: Add module:send() as an alias for core_post_stanza() from the curr...Matthew Wild2012-03-151-0/+5
* 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