Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | storagemanager: Add method for listing stores | Kim Alvefur | 2012-07-28 | 1 | -0/+3 |
| | |||||
* | storagemanager: Split out driver choosing from the open() method | Kim Alvefur | 2012-07-28 | 1 | -1/+5 |
| | |||||
* | Merge with Florob | Matthew Wild | 2012-07-28 | 9 | -53/+58 |
|\ | |||||
| * | stanza_router: Warn if the global core_*_stanza() functions are called | Kim Alvefur | 2012-07-26 | 1 | -0/+12 |
| | | |||||
| * | portmanager: Show a friendly error message when initializing SSL fails ↵ | Kim Alvefur | 2012-07-25 | 1 | -18/+17 |
| | | | | | | | | (thanks MattJ for the entire patch that I fixed one line in) | ||||
| * | loggingmanager: Remove unused variables | Matthew Wild | 2012-07-24 | 1 | -6/+4 |
| | | |||||
| * | sessionmanager: Lower 'destroying session' message to 'debug' level (from ↵ | Matthew Wild | 2012-07-23 | 1 | -1/+1 |
| | | | | | | | | 'info') | ||||
| * | s2smanager: Remove logging of (unknown) in a case where from_host and ↵ | Matthew Wild | 2012-07-23 | 1 | -1/+1 |
| | | | | | | | | to_host should always be set | ||||
| * | Hopefully inert commit to clean up logging across a number of modules, ↵ | Matthew Wild | 2012-07-23 | 3 | -9/+9 |
| | | | | | | | | removing all cases of concatenation when building log messages | ||||
| * | certmanager: Remove unused import of setmetatable | Matthew Wild | 2012-07-23 | 1 | -1/+1 |
| | | |||||
| * | certmanager: Fix for traceback WITH LuaSec... (!) (thanks IRON) | Matthew Wild | 2012-07-23 | 1 | -2/+5 |
| | | |||||
| * | certmanager: Fix traceback for missing LuaSec (thanks Link Mauve) | Matthew Wild | 2012-07-23 | 1 | -2/+2 |
| | | |||||
| * | sessionmanager: Clean up some unused variables and imports | Matthew Wild | 2012-07-22 | 1 | -7/+2 |
| | | |||||
| * | Merge 0.9->trunk | Matthew Wild | 2012-07-22 | 1 | -1/+1 |
| |\ | |||||
| | * | sessionmanager: Have session.send() of a retired session return false to ↵ | Matthew Wild | 2012-07-22 | 1 | -1/+1 |
| | | | | | | | | | | | | indicate failure | ||||
| * | | 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 ↵ | Matthew Wild | 2012-07-07 | 1 | -2/+2 |
| | | | | | | | | | | | | 0545a574667b) (thanks Zash) | ||||
| * | | s2smanager: Fix a traceback when we close a s2s connection ourselves (thanks ↵ | Waqas Hussain | 2012-06-13 | 1 | -1/+1 |
| |/ | | | | | | | for the testing Zash). | ||||
| * | 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 ↵ | Matthew Wild | 2012-05-19 | 1 | -13/+8 |
| | | | | (metatable:iter() wins) | ||||
* | modulemanager, moduleapi: Turn module.event_handlers into a multitable and ↵ | Matthew Wild | 2012-05-19 | 2 | -12/+8 |
| | | | | track object->event->handler associations correctly (thanks Zash) | ||||
* | moduleapi, modulemanager: Re-structure module.event_handlers so that the ↵ | Matthew Wild | 2012-05-18 | 2 | -3/+8 |
| | | | | same handler can harmlessly handle multiple events (thanks Zash) | ||||
* | 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 |
| | | | | the global prosody table. Fixes module:send() | ||||
* | stanza_router: Fix variable name | Matthew Wild | 2012-05-12 | 1 | -2/+2 |
| | |||||
* | stanza_router: Close stream for unhandled stanzas from unauthenticated ↵ | Matthew Wild | 2012-05-12 | 1 | -2/+2 |
| | | | | connections (we can't reply) | ||||
* | stanza_router: Remove FIXME comment and close stream with not-authorized for ↵ | Matthew Wild | 2012-05-12 | 1 | -1/+2 |
| | | | | s2s stanzas from unauthed domains | ||||
* | stanza_router: Catch s2s stanzas to hosts we don't serve earlier, and close ↵ | Matthew Wild | 2012-05-12 | 1 | -0/+4 |
| | | | | with host-unknown (thanks darkrain) | ||||
* | 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 ↵ | Matthew Wild | 2012-05-11 | 1 | -2/+2 |
| | | | | can specify a service name instead ffor SSL) | ||||
* | moduleapi: Don't auto-reload self when already reloading (fixes reload of ↵ | Matthew Wild | 2012-05-11 | 1 | -1/+1 |
| | | | | modules with cyclic dependencies) | ||||
* | 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, ↵ | Matthew Wild | 2012-05-11 | 1 | -1/+0 |
| | | | | deprecate the config option of the same name (disable mod_s2s instead), and add 'allow_anonymous_s2s' to separately control s2s for anonymous users | ||||
* | 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 ↵ | Matthew Wild | 2012-05-10 | 1 | -2/+7 |
|/ | | | | to after they are authenticated (thus from mod_s2s to s2smanager). Update mod_dialback to fire route/remote directly, as session.send() is no longer available for s2sin_unauthed. Fixes #291. | ||||
* | stanza_router: Fire route/remote per-host | Matthew Wild | 2012-05-04 | 1 | -3/+4 |
| |