Kim Alvefur
|
bb95b569ef
|
moduleapi: Allow an origin session to be passed to module:send()
|
2016-04-06 21:29:30 +02:00 |
|
Kim Alvefur
|
e349fb9c87
|
loggingmanager,modulemanager,moduleapi: Ignore warning about accessing _G.unpack [luacheck]
|
2016-02-18 14:57:51 +01:00 |
|
Kim Alvefur
|
bad300a675
|
loggingmanager,modulemanager,moduleapi: Localize unpack compatible with Lua 5.2+
|
2016-02-18 14:57:04 +01:00 |
|
Kim Alvefur
|
2ab1810f7d
|
moduleapi: Add API method for getting a file path
|
2016-02-04 10:05:35 +01:00 |
|
Matthew Wild
|
a1e077c5e7
|
modulemanager, util.pluginloader: Move logic for locating some module libraries to pluginloader, to fix problems with non-filesystem errors being masked by the second load_code call
|
2016-02-01 21:26:15 +00:00 |
|
Kim Alvefur
|
27265c20e2
|
core.*: Remove use of module() function
|
2015-02-21 10:42:19 +01:00 |
|
Matthew Wild
|
dfcb1b6c06
|
moduleapi: Import util.stanza required for module:broadcast()
|
2015-05-06 19:11:27 +01:00 |
|
Matthew Wild
|
a068b1d383
|
moduleapi: Add luacheck annotation
|
2015-05-06 19:02:44 +01:00 |
|
Matthew Wild
|
e5323b0c7f
|
moduleapi: Minor variable renaming to avoid clashes with the 'type' function
|
2015-05-06 19:02:07 +01:00 |
|
Matthew Wild
|
343f4f8c29
|
moduleapi: Clear self.event_handlers when unhooking an event, to prevent leaks
|
2015-05-06 19:01:16 +01:00 |
|
Matthew Wild
|
07fcf555ba
|
moduleapi: module:measure_event(), module:measure_global_event(): Fix copy/paste error
|
2015-05-06 19:00:05 +01:00 |
|
Matthew Wild
|
aec67b444e
|
moduleapi: Remove accidental use of undefined and unnecessary 'priority' variable
|
2015-05-06 18:58:29 +01:00 |
|
Matthew Wild
|
1b81160835
|
moduleapi: Add module:broadcast() to send a stanza to a list of JIDs
|
2015-05-06 18:37:46 +01:00 |
|
Matthew Wild
|
b3965a9069
|
moduleapi: New methods for modules to conveniently wrap events
|
2015-04-28 14:18:43 +01:00 |
|
Matthew Wild
|
be7107c0ab
|
moduleapi: Experimental API for modules to measure the rate+duration of events
|
2015-04-28 13:52:07 +01:00 |
|
Matthew Wild
|
e0c0cffcc2
|
moduleapi: Module API for statsmanager
|
2015-01-21 01:28:12 +00:00 |
|
Kim Alvefur
|
b58d3248b7
|
core.module{manager,api}: Fix for 010b141e91ed (Thanks v1ct0r)
|
2014-09-23 00:23:33 +02:00 |
|
Kim Alvefur
|
93a297bc8f
|
core.modulemanager, core.moduleapi: Hack around dependency loop
|
2014-09-17 14:48:49 +02:00 |
|
Kim Alvefur
|
a36064641e
|
core.moduleapi: Use require instead of global to get storagemanager in module:open_store()
|
2014-09-17 14:47:52 +02:00 |
|
Kim Alvefur
|
36b77bca8b
|
core.certmanager, core.moduleapi, mod_storage_sql, mod_storage_sql2: Import from util.paths
|
2014-05-09 19:35:29 +02:00 |
|
Matthew Wild
|
88613e4e18
|
moduleapi: Add module:unhook()
|
2013-09-16 18:41:09 +01:00 |
|
Florian Zeitz
|
1d833bb807
|
Remove all trailing whitespace
|
2013-08-09 17:48:21 +02:00 |
|
Matthew Wild
|
c8e0c8a63b
|
moduleapi: module:get_host_type() now returns 'global' for * and 'local' for non-components
|
2013-08-06 17:17:23 +01:00 |
|
Kim Alvefur
|
d9bff06d21
|
moduleapi: in module:provides(), add the name of the module in item._provided_by
|
2013-04-27 19:44:37 +02:00 |
|
Kim Alvefur
|
7ad8f743bb
|
moduleapi: module:provides called without an item makes a copy of the environment instead. Fixes warnings about non-existent globals
|
2013-04-27 19:14:22 +02:00 |
|
Matthew Wild
|
bcc1074dd5
|
moduleapi: Add module:get_option_inherited_set() to return a set that inherits items from a globally set set, if set
|
2013-04-27 14:59:00 +01:00 |
|
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 |
|