Log

description author age
mod_s2s: Only try next target if the stream didn't open Matthew Wild 2012-05-13
prosodyctl: Improve help messages for cert commands Kim Alvefur 2012-05-13
util.timer: Always pass the current time to timer callbacks. Waqas Hussain 2012-05-12
mod_iq: Use "jabber:client" when the stanza payload namespace is nil. Waqas Hussain 2012-05-12
Merge with Zash Matthew Wild 2012-05-12
mod_http_files: Respond with a 301 redirect for directories to append a / (fixes relative links) Kim Alvefur 2012-05-12
stanza_router: Fix variable name Matthew Wild 2012-05-12
net.http.parser: Do full URL decoding and parsing (e.g. adds request.url.query when present) Matthew Wild 2012-05-12
net.http: Fix urlencode to not encode unreserved characters, so I can guiltlessly rant about people who do. Matthew Wild 2012-05-12
stanza_router: Close stream for unhandled stanzas from unauthenticated connections (we can't reply) Matthew Wild 2012-05-12
stanza_router: Remove FIXME comment and close stream with not-authorized for s2s stanzas from unauthed domains Matthew Wild 2012-05-11
stanza_router: Catch s2s stanzas to hosts we don't serve earlier, and close with host-unknown (thanks darkrain) Matthew Wild 2012-05-11
portmanager: Fix missing variable declaration Matthew Wild 2012-05-11
adhoc.lib: Default actions to 'complete' (replacement for rev 52b6901cabb0) Kim Alvefur 2012-05-11
Merge with backout Matthew Wild 2012-05-11
Backed out changeset 52b6901cabb0 (to be replaced) Matthew Wild 2012-05-11
portmanager: Remove unused import of 'package' Matthew Wild 2012-05-11
portmanager: Support for per-port SSL certificates Matthew Wild 2012-05-11
certmanager: Adjust error messages to be non-specific about 'host' (so we can specify a service name instead ffor SSL) Matthew Wild 2012-05-11
moduleapi: Don't auto-reload self when already reloading (fixes reload of modules with cyclic dependencies) Matthew Wild 2012-05-11
modulemanager: Set module.reloading = true when firing module-reloaded event Matthew Wild 2012-05-11
mod_c2s: Another lurking string.format squashed. Matthew Wild 2012-05-11
mod_dialback: Remove a remaining usage of string.format, ick. Matthew Wild 2012-05-11
mod_http_errors: Fix cyclic dependency - mod_http depends on us now, no need to depend on it (-1 line) (thanks Maranda) Matthew Wild 2012-05-11
mod_s2s: Remove TODO comment for SASL/TLS on s2s (thanks Florob) Matthew Wild 2012-05-11
mod_dialback: Final sweep to get nameprep + error handling in order (hopefully) Matthew Wild 2012-05-11
mod_dialback: Fix logic bug - we should have both a to and from at this point Matthew Wild 2012-05-11
Merge with Maranda Matthew Wild 2012-05-11