Matthew Wild
|
82faa21dd3
|
moduleapi: Add module:context(host) to produce a fake API context for a given host (or global). module:context("*"):get_option("foo") to get global options.
|
2013-04-27 14:57:24 +01:00 |
|
Kim Alvefur
|
cde9a24132
|
moduleapi: Make module:open_store() open a store named after the calling module by default
|
2013-04-19 14:42:32 +02:00 |
|
Matthew Wild
|
81216b737e
|
moduleapi: Add module:open_store() as a front-end to storagemanager.open()
|
2013-04-19 13:29:47 +01:00 |
|
Matthew Wild
|
401fb29994
|
moduleapi: assert() that prosody.core_post_stanza is not nil
|
2013-04-05 19:13:46 +01:00 |
|
Marco Cirillo
|
fd14557245
|
moduleapi: have get_host_items wrap on get_items from modulemanager, also add has_{feature/identity} to the API.
|
2013-04-01 23:44:28 +00:00 |
|
Kim Alvefur
|
1acfdf5914
|
core.*: Complete removal of all traces of the "core" section and section-related code.
|
2013-03-23 02:33:15 +01:00 |
|
Matthew Wild
|
8279c2cf00
|
moduleapi: Revert previous commit and add comment, it's meant to be this way
|
2012-09-29 17:07:08 +01:00 |
|
Matthew Wild
|
223d37a9d0
|
moduleapi: Fix require of modulemanager (thanks mva!)
|
2012-09-29 10:46:03 +01:00 |
|
Matthew Wild
|
537e1447c2
|
moduleapi: Clarify comment
|
2012-08-03 14:07:41 +01:00 |
|
Matthew Wild
|
dfd02c4577
|
moduleapi: If path name ends with '-cache' create table as weak (keys and values)
|
2012-07-30 00:40:02 +01:00 |
|
Matthew Wild
|
81bef2c93b
|
Merge with Florob
|
2012-07-28 01:14:31 +01:00 |
|
Matthew Wild
|
9f5ddb8708
|
moduleapi: Remove unused import of util.multitable
|
2012-07-19 15:35:07 +01:00 |
|
Florian Zeitz
|
d49b9bc2ab
|
Eliminate direct setfenv usage
|
2012-06-08 05:04:38 +02:00 |
|
Matthew Wild
|
28e56af503
|
modulemanager, moduleapi: Turn module.event_handlers into a multitable and track object->event->handler associations correctly (thanks Zash)
|
2012-05-19 15:39:16 +01:00 |
|
Matthew Wild
|
0fe909f995
|
moduleapi, modulemanager: Re-structure module.event_handlers so that the same handler can harmlessly handle multiple events (thanks Zash)
|
2012-05-18 23:53:02 +01:00 |
|
Matthew Wild
|
8284f0b825
|
moduleapi: Don't auto-reload self when already reloading (fixes reload of modules with cyclic dependencies)
|
2012-05-11 18:55:23 +01:00 |
|
Matthew Wild
|
570492f627
|
moduleapi: Add module:get_directory() to get module file's directory, and module:load_resource() to load a file relative to that directory
|
2012-04-28 19:41:04 +01:00 |
|
Matthew Wild
|
e25c402ab0
|
moduleapi: Import util.timer
|
2012-04-28 02:40:36 +01:00 |
|
Matthew Wild
|
e47a14da07
|
moduleapi: Remove unused variable 'module_items'
|
2012-04-28 02:24:41 +01:00 |
|
Matthew Wild
|
1565fe93a2
|
moduleapi: Rename module:hook_stanza() -> module:hook_tag() (hook_stanza works for compat)
|
2012-04-27 18:35:33 +01:00 |
|
Matthew Wild
|
ba7525b97a
|
moduleapi: get_host_type(): Return nil for global modules (no host)
|
2012-04-27 18:34:40 +01:00 |
|
Matthew Wild
|
898ec7a5cf
|
moduleapi: Fix parameters to unhook_object_event()
|
2012-04-26 14:51:55 +01:00 |
|
Matthew Wild
|
45aab93d28
|
moduleapi: module:depends(): Don't load shared modules onto the current host if the current host is '*'...
|
2012-04-26 07:04:59 +01:00 |
|
Matthew Wild
|
a7a3128818
|
moduleapi: Add module:unhook_object_event()
|
2012-04-26 05:39:27 +01:00 |
|
Matthew Wild
|
b6a2692f3f
|
moduleapi: Add module:add_timer(delay, callback) - automatically halts the timer on module unload
|
2012-04-23 15:38:40 +01:00 |
|
Matthew Wild
|
33ffda321d
|
moduleapi: module:depends(): Load shared modules onto the current host even if they are loaded globally already
|
2012-04-23 14:15:07 +01:00 |
|
Matthew Wild
|
de1168f288
|
moduleapi: module:provides(): Add "-provider" onto the key name
|
2012-04-23 14:10:04 +01:00 |
|
Matthew Wild
|
5b5c8c83b3
|
moduleapi: module:provides(): Fix usage of wrong table
|
2012-04-23 14:09:35 +01:00 |
|
Matthew Wild
|
2d05356905
|
moduleapi: Have modules internally store a reference to shared tables they use, to ensure they don't get collected while any module that had access to that table is still loaded (thanks Zash)
|
2012-04-21 22:52:15 +01:00 |
|
Matthew Wild
|
78cd9a0ddc
|
moduleapi: Add module:send() as an alias for core_post_stanza() from the current host's origin
|
2012-03-15 02:53:05 +00:00 |
|
Matthew Wild
|
775261ef27
|
moduleapi: Add module:provides(), a shortcut to add an item with the current module's name
|
2012-03-15 02:52:31 +00:00 |
|
Matthew Wild
|
2c3103e84a
|
moduleapi: Set module.global = true when module:set_global() is called
|
2012-03-14 21:33:15 +00:00 |
|
Matthew Wild
|
7c5700ac54
|
moduleapi: Add module:shared(), a way to easily share data between multiple loaded modules
|
2012-01-22 19:48:53 +00:00 |
|
Matthew Wild
|
2f397255c2
|
moduleapi: Add module:depends(), a way to safely depend upon another module at runtime
|
2012-01-22 19:35:50 +00:00 |
|
Matthew Wild
|
15a0736720
|
modulemanager, moduleapi: Replace hooks multitable with an event_handlers map stored in individual modules. Also adds module:hook_object_event() to hook events on any util.events compatible object.
|
2012-01-22 18:49:11 +00:00 |
|
Matthew Wild
|
36542853ef
|
modulemanager: Move in-module API functions to core.moduleapi (half the file size, yay)
|
2012-01-22 18:41:55 +00:00 |
|