index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
moduleapi.lua
Commit message (
Collapse
)
Author
Age
Files
Lines
*
moduleapi: Use :send API from :broadcast for compactness
Kim Alvefur
2018-07-14
1
-1
/
+1
|
*
moduleapi: Lazy-load statsmanager on demand
Kim Alvefur
2018-07-07
1
-1
/
+1
|
*
moduleapi: Lazy-load configmanager on demand simplify dependency graph
Kim Alvefur
2018-07-07
1
-1
/
+1
|
*
moduleapi: Remove unused and undocumented :has_feature and :has_identity
Kim Alvefur
2018-02-23
1
-14
/
+0
|
*
moduleapi: Warn if a module being loaded as a dependency has been disabled
Kim Alvefur
2017-12-27
1
-0
/
+3
|
*
Merge 0.10->trunk
Kim Alvefur
2017-03-16
1
-15
/
+8
|
\
|
*
core.moduleapi: Factor out code for getting a scalar config option
Kim Alvefur
2017-03-15
1
-15
/
+8
|
|
*
|
Merge 0.10->trunk
Kim Alvefur
2017-03-06
1
-2
/
+4
|
\
|
|
*
core: Split some very long lines [luacheck]
Kim Alvefur
2017-03-04
1
-2
/
+4
|
|
*
|
Merge 0.10->trunk
Matthew Wild
2016-08-31
1
-1
/
+1
|
\
|
|
*
moduleapi: 'duration' became 'times'
Matthew Wild
2016-08-31
1
-1
/
+1
|
|
*
|
Merge 0.10->trunk
Kim Alvefur
2016-04-07
1
-2
/
+2
|
\
|
|
*
moduleapi: Allow an origin session to be passed to module:send()
Kim Alvefur
2016-04-06
1
-2
/
+2
|
|
*
|
Merge 0.10->trunk
Kim Alvefur
2016-02-18
1
-1
/
+1
|
\
|
|
*
loggingmanager,modulemanager,moduleapi: Ignore warning about accessing ↵
Kim Alvefur
2016-02-18
1
-1
/
+1
|
|
|
|
|
|
|
|
_G.unpack [luacheck]
|
*
loggingmanager,modulemanager,moduleapi: Localize unpack compatible with Lua 5.2+
Kim Alvefur
2016-02-18
1
-1
/
+2
|
|
*
|
moduleapi: Silence luacheck warning about unused 'id' parameter
Matthew Wild
2016-02-05
1
-1
/
+1
|
|
*
|
Merge 0.10->trunk
Matthew Wild
2016-02-05
1
-0
/
+14
|
\
|
|
*
moduleapi: Add API method for getting a file path
Kim Alvefur
2016-02-04
1
-0
/
+14
|
|
*
|
Merge 0.10->trunk
Matthew Wild
2016-02-01
1
-4
/
+1
|
\
|
|
*
modulemanager, util.pluginloader: Move logic for locating some module ↵
Matthew Wild
2016-02-01
1
-4
/
+1
|
|
|
|
|
|
|
|
libraries to pluginloader, to fix problems with non-filesystem errors being masked by the second load_code call
*
|
Merge 0.10->trunk
Kim Alvefur
2015-08-20
1
-6
/
+2
|
\
|
|
*
core.*: Remove use of module() function
Kim Alvefur
2015-02-21
1
-6
/
+2
|
|
*
|
Merge 0.10->trunk
Matthew Wild
2015-05-06
1
-18
/
+29
|
\
|
|
*
moduleapi: Import util.stanza required for module:broadcast()
Matthew Wild
2015-05-06
1
-0
/
+1
|
|
|
*
moduleapi: Add luacheck annotation
Matthew Wild
2015-05-06
1
-1
/
+1
|
|
|
*
moduleapi: Minor variable renaming to avoid clashes with the 'type' function
Matthew Wild
2015-05-06
1
-14
/
+14
|
|
|
*
moduleapi: Clear self.event_handlers when unhooking an event, to prevent leaks
Matthew Wild
2015-05-06
1
-0
/
+1
|
|
|
*
moduleapi: module:measure_event(), module:measure_global_event(): Fix ↵
Matthew Wild
2015-05-06
1
-2
/
+2
|
|
|
|
|
|
|
|
copy/paste error
|
*
moduleapi: Remove accidental use of undefined and unnecessary 'priority' ↵
Matthew Wild
2015-05-06
1
-1
/
+1
|
|
|
|
|
|
|
|
variable
|
*
moduleapi: Add module:broadcast() to send a stanza to a list of JIDs
Matthew Wild
2015-05-06
1
-0
/
+9
|
|
*
|
Merge 0.10->trunk
Kim Alvefur
2015-05-03
1
-0
/
+31
|
\
|
|
*
moduleapi: New methods for modules to conveniently wrap events
Matthew Wild
2015-04-28
1
-0
/
+12
|
|
|
*
moduleapi: Experimental API for modules to measure the rate+duration of events
Matthew Wild
2015-04-28
1
-0
/
+19
|
|
*
|
Merge 0.10->trunk
Matthew Wild
2015-01-21
1
-0
/
+5
|
\
|
|
*
moduleapi: Module API for statsmanager
Matthew Wild
2015-01-21
1
-0
/
+5
|
|
*
|
Merge 0.10->trunk
Kim Alvefur
2014-09-23
1
-1
/
+3
|
\
|
|
*
core.module{manager,api}: Fix for 010b141e91ed (Thanks v1ct0r)
Kim Alvefur
2014-09-23
1
-1
/
+3
|
|
*
|
Merge 0.10->trunk
Kim Alvefur
2014-09-18
1
-3
/
+7
|
\
|
|
*
core.modulemanager, core.moduleapi: Hack around dependency loop
Kim Alvefur
2014-09-17
1
-2
/
+5
|
|
|
*
core.moduleapi: Use require instead of global to get storagemanager in ↵
Kim Alvefur
2014-09-17
1
-1
/
+2
|
|
|
|
|
|
|
|
module:open_store()
*
|
Merge 0.10->trunk
Kim Alvefur
2014-05-09
1
-1
/
+2
|
\
|
|
*
core.certmanager, core.moduleapi, mod_storage_sql, mod_storage_sql2: Import ↵
Kim Alvefur
2014-05-09
1
-1
/
+2
|
|
|
|
|
|
|
|
from util.paths
*
|
core.moduleapi: Fix some global accesses.
Waqas Hussain
2013-11-06
1
-2
/
+3
|
|
*
|
core/moduleapi: Return timer object from module:add_timer
daurnimator
2013-11-06
1
-5
/
+24
|
/
*
moduleapi: Add module:unhook()
Matthew Wild
2013-09-16
1
-0
/
+4
|
*
Remove all trailing whitespace
Florian Zeitz
2013-08-09
1
-6
/
+6
|
*
moduleapi: module:get_host_type() now returns 'global' for * and 'local' for ↵
Matthew Wild
2013-08-06
1
-1
/
+1
|
|
|
|
non-components
*
moduleapi: in module:provides(), add the name of the module in item._provided_by
Kim Alvefur
2013-04-27
1
-0
/
+1
|
*
moduleapi: module:provides called without an item makes a copy of the ↵
Kim Alvefur
2013-04-27
1
-1
/
+7
|
|
|
|
environment instead. Fixes warnings about non-existent globals
[next]