| Commit message (Expand) | Author | Age | Files | Lines |
* | prosody: Check dependencies later in the startup sequence | Kim Alvefur | 2014-04-09 | 1 | -3/+7 |
* | prosody: Store the config file name so the same file can be used when reloading | Kim Alvefur | 2013-12-13 | 1 | -1/+2 |
* | prosody: load rostermanager after usermanager during environment initialization. | Marco Cirillo | 2013-04-05 | 1 | -1/+1 |
* | prosody, prosodyctl: Remove last trace of "core" \o/ | Kim Alvefur | 2013-03-23 | 1 | -2/+2 |
* | prosody: Add COMPAT note about globals | Matthew Wild | 2013-03-22 | 1 | -0/+1 |
* | configmanager, hostmanager, prosody: Almost complete removal of section-relat... | Matthew Wild | 2013-03-22 | 1 | -2/+2 |
* | prosodyctl, prosody: Pass the selected config file from prosodyctl to prosody | Kim Alvefur | 2013-01-09 | 1 | -0/+2 |
* | prosody, mod_c2s, mod_s2s: Move closing of c2s and s2s sessions to respective... | Kim Alvefur | 2012-12-28 | 1 | -37/+0 |
* | prosody, prosodyctl: chdir() to data directory on startup | Matthew Wild | 2012-09-19 | 1 | -0/+5 |
* | mod_admin_telnet, prosody, prosodyctl, ejabberd2prosody: Don't depend on modu... | Florian Zeitz | 2012-06-09 | 1 | -1/+1 |
* | prosody: Define a getfenv() replacement for Lua 5.2 | Florian Zeitz | 2012-06-09 | 1 | -1/+5 |
* | prosody, stanza_router: Load stanza_router earlier. Put routing functions in ... | Kim Alvefur | 2012-05-14 | 1 | -1/+1 |
* | prosody: Load portmanager at startup, to ensure it is ready to receive item-a... | Matthew Wild | 2012-04-24 | 1 | -0/+1 |
* | prosody: Don't require net.httpserver now | Matthew Wild | 2012-04-21 | 1 | -2/+0 |
* | prosody: sandboxed require(): Point __index of _G at current env for modules ... | Matthew Wild | 2012-01-23 | 1 | -1/+5 |
* | prosody: Remove connlisteners, and net_activate_ports | Matthew Wild | 2012-01-23 | 1 | -72/+0 |
* | prosody: Ensure prosody.paths.config is never nil (certmanager.create_context... | Waqas Hussain | 2011-11-02 | 1 | -1/+1 |
* | prosody: Invalid escape sequence in componentmanager deprecation warning (can... | Waqas Hussain | 2011-09-21 | 1 | -1/+1 |
* | connlistener, server_select, prosody: Add support for binding to multiple add... | Florian Zeitz | 2011-06-15 | 1 | -24/+26 |
* | prosody: Add sanity_check() to startup sequence. Check that we have at least ... | Matthew Wild | 2011-04-14 | 1 | -0/+14 |
* | prosody: Load net.httpserver at startup, to avoid creating a global later. | Waqas Hussain | 2011-03-02 | 1 | -0/+1 |
* | prosody, prosodyctl: Use plugin_paths in addition to, not instead of, the def... | Matthew Wild | 2011-02-24 | 1 | -2/+4 |
* | prosody: Change plugin_path -> plugin_paths and make it an array instead of a... | Matthew Wild | 2011-02-22 | 1 | -1/+4 |
* | prosody: Add config option plugin_path to allow overriding plugin directories. | Waqas Hussain | 2011-01-21 | 1 | -0/+1 |
* | prosody: Instead of calling datamanager.set_path(), just ensure prosody.path... | Matthew Wild | 2011-01-07 | 1 | -4/+3 |
* | prosody, prosodyctl: Filter out relative paths from package.(c)path when inst... | Matthew Wild | 2011-01-04 | 1 | -2/+14 |
* | prosody, prosodyctl: Create prosody object as a local before exporting as a g... | Matthew Wild | 2011-01-04 | 1 | -2/+2 |
* | prosody: Don't add a datamanager callback when anonymous_login=true (mod_auth... | Waqas Hussain | 2010-12-28 | 1 | -6/+0 |
* | prosody: Catch a recursive Include error and print a more friendly error | Matthew Wild | 2010-12-21 | 1 | -2/+8 |
* | prosody, prosodyctl, util.dependencies: Split checking and logging of depende... | Matthew Wild | 2010-12-20 | 1 | -6/+9 |
* | prosody: Added a comment, to match prosodyctl. | Waqas Hussain | 2010-12-12 | 1 | -0/+2 |
* | prosody: Don't attempt to load core.xmlhandlers in the main file. It no longe... | Waqas Hussain | 2010-12-08 | 1 | -1/+0 |
* | prosody: Added a stub implementation of core.componentmanager to the package.... | Waqas Hussain | 2010-12-07 | 1 | -0/+4 |
* | prosody, configmanager, certmanager: Relocate prosody.resolve_relative_path()... | Matthew Wild | 2010-11-10 | 1 | -21/+0 |
* | prosody: Added a stub implementation of core.componentmanager to the package.... | Waqas Hussain | 2010-11-10 | 1 | -0/+4 |
* | prosody: Removed all references to componentmanager from Prosody, except the ... | Waqas Hussain | 2010-11-10 | 1 | -1/+0 |
* | prosody: Ensure componentmanager is loaded in the main file. | Waqas Hussain | 2010-11-10 | 1 | -0/+1 |
* | prosody: Enable storage manager. | Waqas Hussain | 2010-07-31 | 1 | -0/+1 |
* | prosody.resolve_relative_path: Updated to take a parent path to resolve against. | Waqas Hussain | 2010-07-23 | 1 | -2/+2 |
* | prosody: Add prosody.resolve_relative_path() helper to change relative paths ... | Matthew Wild | 2010-07-13 | 1 | -0/+17 |
* | Merge 0.7->trunk | Matthew Wild | 2010-06-29 | 1 | -1/+1 |
|\ |
|
| * | Merge backout | Matthew Wild | 2010-06-29 | 1 | -1/+1 |
| |\ |
|
| | * | Backed out changeset 454e1cf18daf (this isn't for debugging, it's to inform t... | Matthew Wild | 2010-06-29 | 1 | -1/+1 |
* | | | prosody: Load util.xmppstream :( | Matthew Wild | 2010-05-09 | 1 | -0/+1 |
* | | | Merge 0.7->trunk | Waqas Hussain | 2010-05-07 | 1 | -1/+5 |
|\| | |
|
| * | | prosody: Modified function metatable for better string representation of func... | Waqas Hussain | 2010-05-07 | 1 | -0/+4 |
| |/ |
|
| * | prosody: Lowered log level for a log message. | Waqas Hussain | 2010-05-07 | 1 | -1/+1 |
* | | eventmanager, prosody: Adapt eventmanager to use prosody.events, as a step to... | Matthew Wild | 2010-05-04 | 1 | -11/+4 |
* | | Merge 0.7->trunk (with MUC needing checking, waqas) | Matthew Wild | 2010-05-04 | 1 | -0/+24 |
|\| |
|
| * | prosody: Set metatable on functions to allow easy access to upvalues. | Waqas Hussain | 2010-04-19 | 1 | -0/+24 |