net.server_select: Small indentation fix
|
Matthew Wild |
2010-02-11 |
net.server_select: Fix traceback with no LuaSec available (thanks Nolan)
|
Matthew Wild |
2010-02-11 |
mod_tls: Merged duplicate code.
|
Waqas Hussain |
2010-02-11 |
mod_tls: Switched to new events API.
|
Waqas Hussain |
2010-02-11 |
mod_tls: Slight refactoring.
|
Waqas Hussain |
2010-02-11 |
mod_presence: Don't depend on user being online when calculating top resources.
|
Waqas Hussain |
2010-02-11 |
mod_presence: Don't depend on sessions array existing for a user when handling outgoing presence broadcast.
|
Waqas Hussain |
2010-02-11 |
sessionmanager: Fire resource-unbind event after removing session from sessions table
|
Matthew Wild |
2010-02-11 |
mod_privacy: Remove use of to identify unspecified privacy list
|
Matthew Wild |
2010-02-11 |
mod_privacy: Fix potential traceback in stanza validation, and fix some zero-based indexing :)
|
Matthew Wild |
2010-02-11 |
mod_privacy: Don't store the privacy lists as an array, but as a map... faster and less code
|
Matthew Wild |
2010-02-11 |
prosody, prosodyctl: Re-jiggle load order again, fixes logging config not being obeyed (thanks darkrain)
|
Matthew Wild |
2010-02-11 |
loggingmanager: Trailing whitespace
|
Matthew Wild |
2010-02-11 |
modulemanager: Load plugin libraries in the same environment as the plugins.
|
Waqas Hussain |
2010-02-11 |
modulemanager: Make the plugin environment available directly (module.environment within plugins).
|
Waqas Hussain |
2010-02-11 |
util.datamanager: Added support for hooks to override behavior.
|
Waqas Hussain |
2010-02-11 |
net.server_select: Only allow starttls if luasec is available (thanks Nolan)
|
Matthew Wild |
2010-02-10 |
net.server_select: *Major* whitespace refactoring to meet Prosody's coding style guidelines, we now have tabs
|
Matthew Wild |
2010-02-10 |
sessionmanager: Whitespace fix
|
Matthew Wild |
2010-02-10 |
mod_privacy: Rename from_user/to_user flags to is_from_user/is_to_user for clarity
|
Matthew Wild |
2010-02-09 |
net.dns, net.adns: Changed dns:socket_wrapper_set to dns.socket_wrapper_set for consistency.
|
Waqas Hussain |
2010-02-09 |
util.sasl_cyrus: Add text message from cyrussasl to <not-authorized/> errors.
|
Waqas Hussain |
2010-02-09 |
mod_tls: Don't advertise TLS after authentication.
|
Waqas Hussain |
2010-02-09 |
net.dns: Fixed whitespace/indentation.
|
Waqas Hussain |
2010-02-09 |
net.dns: Removed unused function.
|
Waqas Hussain |
2010-02-09 |
net.dns: Removed some useless indirection to improve readability.
|
Waqas Hussain |
2010-02-09 |
util.encodings: Use STD3 ASCII rules for idna.to_ascii.
|
Waqas Hussain |
2010-02-09 |
net.httpserver: Make request.conn be the server.lua conn instead of the underlying socket (more useful this way)
|
Matthew Wild |
2010-02-08 |
net.httpserver: Trailing whitespace
|
Matthew Wild |
2010-02-08 |
Merge with backout
|
Matthew Wild |
2010-02-05 |
util.sasl.digest-md5: Revert changeset 6094a4e2b6f3 as it breaks some clients, re-visit some time down the line
|
Matthew Wild |
2010-02-05 |
prosody: Add a catch-all friendly message for when any port is in use we want to use
|
Matthew Wild |
2010-02-05 |