util.watchdog: Pass watchdog object to callback so that it doesn't always have to be a closure
|
Matthew Wild |
2012-05-18 |
certmanager: no_ticket is not a verification option (thanks Zash)
|
Matthew Wild |
2012-05-18 |
certmanager: Add no_ticket option for OpenSSL (we don't support resumption yet)
|
Matthew Wild |
2012-05-17 |
net.server_select: Return error when SSL handshake fails immediately (thanks Zash)
|
Matthew Wild |
2012-05-17 |
util.dataforms: Don't return invalid JIDs in jid-single.
|
Kim Alvefur |
2012-05-17 |
util.dataforms: Fix validation of booleans.
|
Kim Alvefur |
2012-05-17 |
INSTALL: Update with changes from wiki.
|
Kim Alvefur |
2012-05-17 |
util.dataforms: Do field validation and normalization in field readers.
|
Kim Alvefur |
2012-05-17 |
modulemanager: Components should inherit mod_s2s from global modules_enabled too
|
Matthew Wild |
2012-05-16 |
Remove util.broadcast
|
Matthew Wild |
2012-05-16 |
prosodyctl: Add duplicate code for getting version of prosody
|
Kim Alvefur |
2012-05-15 |
mod_bosh: Set Content-Type to text/html for GET response (thanks Medics)
|
Matthew Wild |
2012-05-15 |
net.http.parser: Keep the Host header no host is present in the URI
|
Kim Alvefur |
2012-05-15 |
prosodyctl: Fix for generating certs with UTF-8
|
Kim Alvefur |
2012-05-14 |
prosody, stanza_router: Load stanza_router earlier. Put routing functions in the global prosody table. Fixes module:send()
|
Kim Alvefur |
2012-05-14 |
muc.lib: room:set_historylength(): Condense code, and don't store length when equal to default
|
Matthew Wild |
2012-05-13 |
MUC: Fix check for history length update.
|
Waqas Hussain |
2012-05-13 |
muc.lib: Fix for traceback when no history length is set for the room
|
Matthew Wild |
2012-05-13 |
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 |
Merge with backout
|
Matthew Wild |
2012-05-11 |
Backed out changeset 661752889535 - obsoleted by 878f75ccc4fb.
|
Matthew Wild |
2012-05-11 |