modulemanager: Load plugin libraries in the same environment as the plugins.
|
Waqas Hussain |
Thu, 11 Feb 2010 05:36:03 +0500 |
modulemanager: Make the plugin environment available directly (module.environment within plugins).
|
Waqas Hussain |
Thu, 11 Feb 2010 05:34:53 +0500 |
util.datamanager: Added support for hooks to override behavior.
|
Waqas Hussain |
Thu, 11 Feb 2010 05:21:03 +0500 |
net.server_select: Only allow starttls if luasec is available (thanks Nolan)
|
Matthew Wild |
Wed, 10 Feb 2010 19:17:45 +0000 |
net.server_select: *Major* whitespace refactoring to meet Prosody's coding style guidelines, we now have tabs
|
Matthew Wild |
Wed, 10 Feb 2010 19:12:43 +0000 |
sessionmanager: Whitespace fix
|
Matthew Wild |
Wed, 10 Feb 2010 07:53:25 +0000 |
mod_privacy: Rename from_user/to_user flags to is_from_user/is_to_user for clarity
|
Matthew Wild |
Tue, 09 Feb 2010 06:49:03 +0000 |
net.dns, net.adns: Changed dns:socket_wrapper_set to dns.socket_wrapper_set for consistency.
|
Waqas Hussain |
Wed, 10 Feb 2010 01:58:49 +0500 |
util.sasl_cyrus: Add text message from cyrussasl to <not-authorized/> errors.
|
Waqas Hussain |
Wed, 10 Feb 2010 01:53:38 +0500 |
mod_tls: Don't advertise TLS after authentication.
|
Waqas Hussain |
Wed, 10 Feb 2010 01:36:22 +0500 |
net.dns: Fixed whitespace/indentation.
|
Waqas Hussain |
Wed, 10 Feb 2010 00:46:04 +0500 |
net.dns: Removed unused function.
|
Waqas Hussain |
Wed, 10 Feb 2010 00:38:07 +0500 |
net.dns: Removed some useless indirection to improve readability.
|
Waqas Hussain |
Wed, 10 Feb 2010 00:34:30 +0500 |
util.encodings: Use STD3 ASCII rules for idna.to_ascii.
|
Waqas Hussain |
Wed, 10 Feb 2010 00:12:48 +0500 |
net.httpserver: Make request.conn be the server.lua conn instead of the underlying socket (more useful this way)
|
Matthew Wild |
Mon, 08 Feb 2010 11:22:21 +0000 |