| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Merge 0.9->trunk | Matthew Wild | 2012-07-19 | 1 | -3/+1 |
| |\| |
|
| | * | moduleapi: Remove unused import of util.multitable | Matthew Wild | 2012-07-19 | 1 | -3/+1 |
| * | | Merge 0.9->trunk | Matthew Wild | 2012-07-07 | 1 | -2/+2 |
| |\| |
|
| | * | usermanager: Pass session on to auth provider (missing half of commit 0545a57... | Matthew Wild | 2012-07-07 | 1 | -2/+2 |
| * | | s2smanager: Fix a traceback when we close a s2s connection ourselves (thanks ... | Waqas Hussain | 2012-06-13 | 1 | -1/+1 |
| |/ |
|
| * | certmanager: Add quotes around cert file path when logging. | Waqas Hussain | 2012-06-12 | 1 | -1/+1 |
* | | Eliminate direct setfenv usage | Florian Zeitz | 2012-06-08 | 4 | -19/+18 |
|/ |
|
* | stanza_router: Also don't bounce <iq type='result'> | Matthew Wild | 2012-05-27 | 1 | -1/+1 |
* | stanza_router: Don't bounce type=error stanzas | Kim Alvefur | 2012-05-27 | 1 | -0/+2 |
* | portmanager: Match service against service_info (:iter() doesn't match values) | Matthew Wild | 2012-05-22 | 1 | -2/+5 |
* | certmanager: tonumber() (fix for 0b8134015635) | Matthew Wild | 2012-05-19 | 1 | -1/+1 |
* | certmanager: Don't use no_ticket option before LuaSec 0.4 | Matthew Wild | 2012-05-19 | 1 | -1/+4 |
* | portmanager: Fix to deactivate services when they are unregistered (metatable... | Matthew Wild | 2012-05-19 | 1 | -13/+8 |
* | modulemanager, moduleapi: Turn module.event_handlers into a multitable and tr... | Matthew Wild | 2012-05-19 | 2 | -12/+8 |
* | moduleapi, modulemanager: Re-structure module.event_handlers so that the same... | Matthew Wild | 2012-05-18 | 2 | -3/+8 |
* | certmanager: no_ticket is not a verification option (thanks Zash) | Matthew Wild | 2012-05-18 | 1 | -2/+2 |
* | certmanager: Add no_ticket option for OpenSSL (we don't support resumption yet) | Matthew Wild | 2012-05-18 | 1 | -1/+1 |
* | modulemanager: Components should inherit mod_s2s from global modules_enabled too | Matthew Wild | 2012-05-16 | 1 | -1/+1 |
* | prosody, stanza_router: Load stanza_router earlier. Put routing functions in ... | Kim Alvefur | 2012-05-14 | 1 | -0/+3 |
* | stanza_router: Fix variable name | Matthew Wild | 2012-05-12 | 1 | -2/+2 |
* | stanza_router: Close stream for unhandled stanzas from unauthenticated connec... | Matthew Wild | 2012-05-12 | 1 | -2/+2 |
* | stanza_router: Remove FIXME comment and close stream with not-authorized for ... | Matthew Wild | 2012-05-12 | 1 | -1/+2 |
* | stanza_router: Catch s2s stanzas to hosts we don't serve earlier, and close w... | Matthew Wild | 2012-05-12 | 1 | -0/+4 |
* | portmanager: Fix missing variable declaration | Matthew Wild | 2012-05-11 | 1 | -1/+1 |
* | portmanager: Remove unused import of 'package' | Matthew Wild | 2012-05-11 | 1 | -1/+1 |
* | portmanager: Support for per-port SSL certificates | Matthew Wild | 2012-05-11 | 1 | -7/+8 |
* | certmanager: Adjust error messages to be non-specific about 'host' (so we can... | Matthew Wild | 2012-05-11 | 1 | -2/+2 |
* | moduleapi: Don't auto-reload self when already reloading (fixes reload of mod... | Matthew Wild | 2012-05-11 | 1 | -1/+1 |
* | modulemanager: Set module.reloading = true when firing module-reloaded event | Matthew Wild | 2012-05-11 | 1 | -3/+5 |
* | mod_s2s, mod_auth_anonymous, hostmanager: Remove disallow_s2s flag, deprecate... | Matthew Wild | 2012-05-11 | 1 | -1/+0 |
* | 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 |