| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge with Zash | Matthew Wild | 2012-05-10 | 1 | -27/+2 |
|\ |
|
| * | s2smanager, mod_s2s: Move checking DNS timeout option to mod_s2s | Kim Alvefur | 2012-05-10 | 1 | -5/+0 |
| * | s2smanager: Clean up unused imports. | Kim Alvefur | 2012-05-10 | 1 | -22/+2 |
* | | mod_s2s, s2smanager, mod_dialback: Move addition of session.send() on s2sin t... | Matthew Wild | 2012-05-10 | 1 | -2/+7 |
|/ |
|
* | stanza_router: Fire route/remote per-host | Matthew Wild | 2012-05-04 | 1 | -3/+4 |
* | stanza_router: Allow route/remote handlers to return false to block a stanza | Matthew Wild | 2012-05-04 | 1 | -1/+1 |
* | sessionmanager: Remove max_resources config option and check, incorrect anywa... | Matthew Wild | 2012-05-03 | 1 | -4/+0 |
* | portmanager: Import pairs | Kim Alvefur | 2012-05-03 | 1 | -1/+1 |
* | modulemanager: Pass the module's final host (e.g. '*') to the module-loaded e... | Matthew Wild | 2012-04-30 | 1 | -1/+1 |
* | modulemanager: Hide deprecation warning for modules loaded on '*' directly (e... | Matthew Wild | 2012-04-29 | 1 | -1/+3 |
* | portmanager: Import ipairs (thanks Maranda) | Matthew Wild | 2012-04-29 | 1 | -1/+1 |
* | moduleapi: Add module:get_directory() to get module file's directory, and mod... | Matthew Wild | 2012-04-28 | 1 | -0/+10 |
* | portmanager: Import tonumber (thanks Zash) | Matthew Wild | 2012-04-28 | 1 | -1/+1 |
* | portmanager: Ensure port is always a number (thanks Zash) | Matthew Wild | 2012-04-28 | 1 | -0/+1 |
* | modulemanager: Fixes to handle circular dependencies in module:depends() | Matthew Wild | 2012-04-28 | 1 | -3/+9 |
* | usermanager: Add log error for use of COMPAT config option 'anonymous_login'.... | Matthew Wild | 2012-04-28 | 1 | -1/+4 |
* | storagemanager: Fix incorrect variable name | Matthew Wild | 2012-04-28 | 1 | -1/+1 |
* | moduleapi: Import util.timer | Matthew Wild | 2012-04-28 | 1 | -0/+1 |
* | hostmanager: Remove import of unused setmetatable | Matthew Wild | 2012-04-28 | 1 | -1/+1 |
* | moduleapi: Remove unused variable 'module_items' | Matthew Wild | 2012-04-28 | 1 | -1/+0 |
* | modulemanager: Remove unused function imports | Matthew Wild | 2012-04-28 | 1 | -10/+4 |
* | modulemanager: Remove unused NULL declaration | Matthew Wild | 2012-04-28 | 1 | -2/+0 |
* | portmanager: Fix breakage (import ALL the functions) | Matthew Wild | 2012-04-28 | 1 | -2/+4 |
* | portmanager: Rename activate_service() to activate() (to match deactivate()) | Matthew Wild | 2012-04-28 | 1 | -2/+2 |
* | portmanager: Add module() definition | Matthew Wild | 2012-04-28 | 1 | -0/+2 |
* | portmanager: Explicitly import some libraries | Matthew Wild | 2012-04-28 | 1 | -0/+6 |
* | modulemanager: Clear modulemap when a host is deactivated (thanks xnyhps) | Matthew Wild | 2012-04-27 | 1 | -0/+3 |
* | hostmanager: Remove unused host_config parameter from host-activated event | Matthew Wild | 2012-04-27 | 1 | -1/+1 |
* | hostmanager: Add some TODO comments | Matthew Wild | 2012-04-27 | 1 | -0/+2 |
* | hostmanager: Convert host-deactivating event parameters to a table | Matthew Wild | 2012-04-27 | 1 | -1/+1 |
* | modulemanager: Set module.environment before calling add_host, otherwise the ... | Matthew Wild | 2012-04-27 | 1 | -2/+2 |
* | 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 |
* | portmanager: Fix selecting bind_interfaces from pre-0.9 config options. | Kim Alvefur | 2012-04-25 | 1 | -2/+3 |
* | Merge timber->trunk - thanks everyone! | Matthew Wild | 2012-04-24 | 9 | -976/+667 |
|\ |
|
| * | portmanager: Add get_service_at(interface, port) and close(interface, port) | Matthew Wild | 2012-04-24 | 1 | -3/+17 |
| * | moduleapi: Add module:add_timer(delay, callback) - automatically halts the ti... | Matthew Wild | 2012-04-23 | 1 | -0/+7 |
| * | modulemanager: Set module.loaded = false on unload | Matthew Wild | 2012-04-23 | 1 | -0/+1 |
| * | moduleapi: module:depends(): Load shared modules onto the current host even i... | Matthew Wild | 2012-04-23 | 1 | -0/+3 |
| * | modulemanager: Report errors that happen when loading a shared module onto it... | Matthew Wild | 2012-04-23 | 1 | -1/+1 |
| * | 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 |
| * | Merge with Zash | Matthew Wild | 2012-04-22 | 1 | -1/+1 |
| |\ |
|
| | * | core.certmanager: Log a message when a password is required but not supplied.... | Kim Alvefur | 2012-04-21 | 1 | -1/+1 |
| * | | modulemanager: For children of shared modules, set module.environment to the ... | Matthew Wild | 2012-04-21 | 1 | -0/+1 |
| * | | moduleapi: Have modules internally store a reference to shared tables they us... | Matthew Wild | 2012-04-21 | 1 | -0/+2 |
| |/ |
|
| * | modulemanager: When a shared module becomes global, ensure it still gets load... | Matthew Wild | 2012-04-21 | 1 | -2/+4 |