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 (
Expand
)
Author
Age
Files
Lines
...
*
|
Eliminate direct setfenv usage
Florian Zeitz
2012-06-08
1
-4
/
+3
|
/
*
modulemanager, moduleapi: Turn module.event_handlers into a multitable and tr...
Matthew Wild
2012-05-19
1
-6
/
+1
*
moduleapi, modulemanager: Re-structure module.event_handlers so that the same...
Matthew Wild
2012-05-18
1
-1
/
+6
*
moduleapi: Don't auto-reload self when already reloading (fixes reload of mod...
Matthew Wild
2012-05-11
1
-1
/
+1
*
moduleapi: Add module:get_directory() to get module file's directory, and mod...
Matthew Wild
2012-04-28
1
-0
/
+10
*
moduleapi: Import util.timer
Matthew Wild
2012-04-28
1
-0
/
+1
*
moduleapi: Remove unused variable 'module_items'
Matthew Wild
2012-04-28
1
-1
/
+0
*
moduleapi: Rename module:hook_stanza() -> module:hook_tag() (hook_stanza work...
Matthew Wild
2012-04-27
1
-1
/
+2
*
moduleapi: get_host_type(): Return nil for global modules (no host)
Matthew Wild
2012-04-27
1
-1
/
+1
*
moduleapi: Fix parameters to unhook_object_event()
Matthew Wild
2012-04-26
1
-1
/
+1
*
moduleapi: module:depends(): Don't load shared modules onto the current host ...
Matthew Wild
2012-04-26
1
-1
/
+2
*
moduleapi: Add module:unhook_object_event()
Matthew Wild
2012-04-26
1
-0
/
+4
*
moduleapi: Add module:add_timer(delay, callback) - automatically halts the ti...
Matthew Wild
2012-04-23
1
-0
/
+7
*
moduleapi: module:depends(): Load shared modules onto the current host even i...
Matthew Wild
2012-04-23
1
-0
/
+3
*
moduleapi: module:provides(): Add "-provider" onto the key name
Matthew Wild
2012-04-23
1
-1
/
+1
*
moduleapi: module:provides(): Fix usage of wrong table
Matthew Wild
2012-04-23
1
-1
/
+1
*
moduleapi: Have modules internally store a reference to shared tables they us...
Matthew Wild
2012-04-21
1
-0
/
+2
*
moduleapi: Add module:send() as an alias for core_post_stanza() from the curr...
Matthew Wild
2012-03-15
1
-0
/
+5
*
moduleapi: Add module:provides(), a shortcut to add an item with the current ...
Matthew Wild
2012-03-15
1
-0
/
+14
*
moduleapi: Set module.global = true when module:set_global() is called
Matthew Wild
2012-03-14
1
-0
/
+1
*
moduleapi: Add module:shared(), a way to easily share data between multiple l...
Matthew Wild
2012-01-22
1
-0
/
+23
*
moduleapi: Add module:depends(), a way to safely depend upon another module a...
Matthew Wild
2012-01-22
1
-0
/
+29
*
modulemanager, moduleapi: Replace hooks multitable with an event_handlers map...
Matthew Wild
2012-01-22
1
-4
/
+7
*
modulemanager: Move in-module API functions to core.moduleapi (half the file ...
Matthew Wild
2012-01-22
1
-0
/
+239
[prev]