aboutsummaryrefslogtreecommitdiffstats
path: root/prosody
Commit message (Collapse)AuthorAgeFilesLines
...
* prosodyctl, prosody: Pass the selected config file from prosodyctl to prosodyKim Alvefur2013-01-091-0/+2
|
* prosody, mod_c2s, mod_s2s: Move closing of c2s and s2s sessions to ↵Kim Alvefur2012-12-281-37/+0
| | | | respective plugins
* prosody, prosodyctl: chdir() to data directory on startupMatthew Wild2012-09-191-0/+5
|
* mod_admin_telnet, prosody, prosodyctl, ejabberd2prosody: Don't depend on ↵Florian Zeitz2012-06-091-1/+1
| | | | modules setting globals
* prosody: Define a getfenv() replacement for Lua 5.2Florian Zeitz2012-06-091-1/+5
|
* prosody, stanza_router: Load stanza_router earlier. Put routing functions in ↵Kim Alvefur2012-05-141-1/+1
| | | | the global prosody table. Fixes module:send()
* prosody: Load portmanager at startup, to ensure it is ready to receive ↵Matthew Wild2012-04-241-0/+1
| | | | item-added events when modules are loaded
* prosody: Don't require net.httpserver nowMatthew Wild2012-04-211-2/+0
|
* prosody: sandboxed require(): Point __index of _G at current env for modules ↵Matthew Wild2012-01-231-1/+5
| | | | that need to reference globals they already set
* prosody: Remove connlisteners, and net_activate_portsMatthew Wild2012-01-231-72/+0
|
* prosody: Ensure prosody.paths.config is never nil ↵Waqas Hussain2011-11-021-1/+1
| | | | (certmanager.create_context fails otherwise).
* prosody: Invalid escape sequence in componentmanager deprecation warning ↵Waqas Hussain2011-09-211-1/+1
| | | | (can cause luajit to throw).
* connlistener, server_select, prosody: Add support for binding to multiple ↵Florian Zeitz2011-06-151-24/+26
| | | | addresses
* prosody: Add sanity_check() to startup sequence. Check that we have at least ↵Matthew Wild2011-04-141-0/+14
| | | | one vhost enabled to avoid Bad Things.
* prosody: Load net.httpserver at startup, to avoid creating a global later.Waqas Hussain2011-03-021-0/+1
|
* prosody, prosodyctl: Use plugin_paths in addition to, not instead of, the ↵Matthew Wild2011-02-241-2/+4
| | | | default plugin path
* prosody: Change plugin_path -> plugin_paths and make it an array instead of ↵Matthew Wild2011-02-221-1/+4
| | | | a string
* prosody: Add config option plugin_path to allow overriding plugin directories.Waqas Hussain2011-01-211-0/+1
|
* prosody: Instead of calling datamanager.set_path(), just ensure ↵Matthew Wild2011-01-071-4/+3
| | | | prosody.paths.data always contains the correct value (including config)
* prosody, prosodyctl: Filter out relative paths from package.(c)path when ↵Matthew Wild2011-01-041-2/+14
| | | | installed
* prosody, prosodyctl: Create prosody object as a local before exporting as a ↵Matthew Wild2011-01-041-2/+2
| | | | global
* prosody: Don't add a datamanager callback when anonymous_login=true ↵Waqas Hussain2010-12-281-6/+0
| | | | (mod_auth_anonymous does this now).
* prosody: Catch a recursive Include error and print a more friendly errorMatthew Wild2010-12-211-2/+8
|
* prosody, prosodyctl, util.dependencies: Split checking and logging of ↵Matthew Wild2010-12-201-6/+9
| | | | dependencies so we can check hard deps before the config and logging is loaded
* prosody: Added a comment, to match prosodyctl.Waqas Hussain2010-12-121-0/+2
|
* prosody: Don't attempt to load core.xmlhandlers in the main file. It no ↵Waqas Hussain2010-12-081-1/+0
| | | | longer exists.
* prosody: Added a stub implementation of core.componentmanager to the ↵Waqas Hussain2010-12-071-0/+4
| | | | package.loaded table (re-commiting, as this was accidentally removed).
* prosody, configmanager, certmanager: Relocate ↵Matthew Wild2010-11-101-21/+0
| | | | prosody.resolve_relative_path() to configmanager, and update certmanager (the only user of this function)
* prosody: Added a stub implementation of core.componentmanager to the ↵Waqas Hussain2010-11-101-0/+4
| | | | package.loaded table.
* prosody: Removed all references to componentmanager from Prosody, except the ↵Waqas Hussain2010-11-101-1/+0
| | | | main componentmanager file.
* prosody: Ensure componentmanager is loaded in the main file.Waqas Hussain2010-11-101-0/+1
|
* prosody: Enable storage manager.Waqas Hussain2010-07-311-0/+1
|
* prosody.resolve_relative_path: Updated to take a parent path to resolve against.Waqas Hussain2010-07-231-2/+2
|
* prosody: Add prosody.resolve_relative_path() helper to change relative paths ↵Matthew Wild2010-07-131-0/+17
| | | | to be relative to the config file
* Merge 0.7->trunkMatthew Wild2010-06-291-1/+1
|\
| * Merge backoutMatthew Wild2010-06-291-1/+1
| |\
| | * Backed out changeset 454e1cf18daf (this isn't for debugging, it's to inform ↵Matthew Wild2010-06-291-1/+1
| | | | | | | | | | | | the user)
* | | prosody: Load util.xmppstream :(Matthew Wild2010-05-091-0/+1
| | |
* | | Merge 0.7->trunkWaqas Hussain2010-05-071-1/+5
|\| |
| * | prosody: Modified function metatable for better string representation of ↵Waqas Hussain2010-05-071-0/+4
| |/ | | | | | | functions.
| * prosody: Lowered log level for a log message.Waqas Hussain2010-05-071-1/+1
| |
* | eventmanager, prosody: Adapt eventmanager to use prosody.events, as a step ↵Matthew Wild2010-05-041-11/+4
| | | | | | | | towards removing it entirely
* | Merge 0.7->trunk (with MUC needing checking, waqas)Matthew Wild2010-05-041-0/+24
|\|
| * prosody: Set metatable on functions to allow easy access to upvalues.Waqas Hussain2010-04-191-0/+24
| |
* | Merge 0.7->trunkMatthew Wild2010-03-221-2/+2
|\|
| * Merge 0.6->0.7Matthew Wild2010-03-221-2/+2
| |\
| | * Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
| | |
| | * Merge 0.6.2/waqas with 0.6.2/MattJMatthew Wild2010-03-031-4/+34
| | |\
| | | * prosody: More accurate friendly error message in the event that creating the ↵Matthew Wild2010-02-131-2/+6
| | | | | | | | | | | | | | | | global SSL context fails
| | | * prosody: Add a catch-all friendly message for when any port is in use we ↵Matthew Wild2010-02-051-0/+2
| | | | | | | | | | | | | | | | want to use