prosody
log
graph
tags
bookmarks
branches
bf11910bad5a
browse
changeset
core/moduleapi.lua
annotate
comparison
diff
file
raw
Log
latest
help
RSS:
Atom:
Find changesets by keywords by author, files, the commit message, revision number or hash, or
revset expression
.
Software
/
code
/
prosody
Log
core/moduleapi.lua @ 6218:
bf11910bad5a
less
more
|
(0)
-15
tip
description
author
age
moduleapi: Add module:unhook()
Matthew Wild
2013-09-16
Remove all trailing whitespace
Florian Zeitz
2013-08-09
moduleapi: module:get_host_type() now returns 'global' for * and 'local' for non-components
Matthew Wild
2013-08-06
moduleapi: in module:provides(), add the name of the module in item._provided_by
Kim Alvefur
2013-04-27
moduleapi: module:provides called without an item makes a copy of the environment instead. Fixes warnings about non-existent globals
Kim Alvefur
2013-04-27
moduleapi: Add module:get_option_inherited_set() to return a set that inherits items from a globally set set, if set
Matthew Wild
2013-04-27
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.
Matthew Wild
2013-04-27
moduleapi: Make module:open_store() open a store named after the calling module by default
Kim Alvefur
2013-04-19
moduleapi: Add module:open_store() as a front-end to storagemanager.open()
Matthew Wild
2013-04-19
moduleapi: assert() that prosody.core_post_stanza is not nil
Matthew Wild
2013-04-05
moduleapi: have get_host_items wrap on get_items from modulemanager, also add has_{feature/identity} to the API.
Marco Cirillo
2013-04-01
core.*: Complete removal of all traces of the "core" section and section-related code.
Kim Alvefur
2013-03-23
moduleapi: Revert previous commit and add comment, it's meant to be this way
Matthew Wild
2012-09-29
moduleapi: Fix require of modulemanager (thanks mva!)
Matthew Wild
2012-09-29
moduleapi: Clarify comment
Matthew Wild
2012-08-03
less
more
|
(0)
-15
tip