| 20 hours ago |
Matthew Wild |
modulemanager: Components should inherit mod_s2s from global modules_enabled too
default tip
|
changeset |
files
|
| 21 hours ago |
Matthew Wild |
Remove util.broadcast
|
changeset |
files
|
| 46 hours ago |
Kim Alvefur |
prosodyctl: Add duplicate code for getting version of prosody
|
changeset |
files
|
| 2 days ago |
Matthew Wild |
mod_bosh: Set Content-Type to text/html for GET response (thanks Medics)
|
changeset |
files
|
| 2 days ago |
Kim Alvefur |
net.http.parser: Keep the Host header no host is present in the URI
|
changeset |
files
|
| 3 days ago |
Kim Alvefur |
prosodyctl: Fix for generating certs with UTF-8
|
changeset |
files
|
| 3 days ago |
Kim Alvefur |
prosody, stanza_router: Load stanza_router earlier. Put routing functions in the global prosody table. Fixes module:send()
|
changeset |
files
|
| 3 days ago |
Matthew Wild |
muc.lib: room:set_historylength(): Condense code, and don't store length when equal to default
|
changeset |
files
|
| 3 days ago |
Waqas Hussain |
MUC: Fix check for history length update.
|
changeset |
files
|
| 3 days ago |
Matthew Wild |
muc.lib: Fix for traceback when no history length is set for the room
|
changeset |
files
|
| 4 days ago |
Matthew Wild |
mod_s2s: Only try next target if the stream didn't open
|
changeset |
files
|
| 4 days ago |
Kim Alvefur |
prosodyctl: Improve help messages for cert commands
|
changeset |
files
|
| 4 days ago |
Waqas Hussain |
util.timer: Always pass the current time to timer callbacks.
|
changeset |
files
|
| 4 days ago |
Waqas Hussain |
mod_iq: Use "jabber:client" when the stanza payload namespace is nil.
|
changeset |
files
|
| 5 days ago |
Matthew Wild |
Merge with Zash
|
changeset |
files
|
| 5 days ago |
Kim Alvefur |
mod_http_files: Respond with a 301 redirect for directories to append a / (fixes relative links)
|
changeset |
files
|
| 5 days ago |
Matthew Wild |
stanza_router: Fix variable name
|
changeset |
files
|
| 5 days ago |
Matthew Wild |
net.http.parser: Do full URL decoding and parsing (e.g. adds request.url.query when present)
|
changeset |
files
|
| 5 days ago |
Matthew Wild |
net.http: Fix urlencode to not encode unreserved characters, so I can guiltlessly rant about people who do.
|
changeset |
files
|
| 5 days ago |
Matthew Wild |
stanza_router: Close stream for unhandled stanzas from unauthenticated connections (we can't reply)
|
changeset |
files
|
| 5 days ago |
Matthew Wild |
stanza_router: Remove FIXME comment and close stream with not-authorized for s2s stanzas from unauthed domains
|
changeset |
files
|
| 5 days ago |
Matthew Wild |
stanza_router: Catch s2s stanzas to hosts we don't serve earlier, and close with host-unknown (thanks darkrain)
|
changeset |
files
|
| 5 days ago |
Matthew Wild |
portmanager: Fix missing variable declaration
|
changeset |
files
|
| 5 days ago |
Kim Alvefur |
adhoc.lib: Default actions to 'complete' (replacement for rev 52b6901cabb0)
|
changeset |
files
|
| 5 days ago |
Matthew Wild |
Merge with backout
|
changeset |
files
|
| 5 days ago |
Matthew Wild |
Backed out changeset 52b6901cabb0 (to be replaced)
|
changeset |
files
|
| 5 days ago |
Matthew Wild |
portmanager: Remove unused import of 'package'
|
changeset |
files
|
| 5 days ago |
Matthew Wild |
portmanager: Support for per-port SSL certificates
|
changeset |
files
|
| 5 days ago |
Matthew Wild |
certmanager: Adjust error messages to be non-specific about 'host' (so we can specify a service name instead ffor SSL)
|
changeset |
files
|
| 5 days ago |
Matthew Wild |
moduleapi: Don't auto-reload self when already reloading (fixes reload of modules with cyclic dependencies)
|
changeset |
files
|
| 5 days ago |
Matthew Wild |
modulemanager: Set module.reloading = true when firing module-reloaded event
|
changeset |
files
|
| 6 days ago |
Matthew Wild |
mod_c2s: Another lurking string.format squashed.
|
changeset |
files
|
| 6 days ago |
Matthew Wild |
mod_dialback: Remove a remaining usage of string.format, ick.
|
changeset |
files
|
| 6 days ago |
Matthew Wild |
mod_http_errors: Fix cyclic dependency - mod_http depends on us now, no need to depend on it (-1 line) (thanks Maranda)
|
changeset |
files
|
| 6 days ago |
Matthew Wild |
mod_s2s: Remove TODO comment for SASL/TLS on s2s (thanks Florob)
|
changeset |
files
|
| 6 days ago |
Matthew Wild |
mod_dialback: Final sweep to get nameprep + error handling in order (hopefully)
|
changeset |
files
|
| 6 days ago |
Matthew Wild |
mod_dialback: Fix logic bug - we should have both a to and from at this point
|
changeset |
files
|
| 6 days ago |
Matthew Wild |
Merge with Maranda
|
changeset |
files
|
| 6 days ago |
Matthew Wild |
Merge with backout
|
changeset |
files
|
| 6 days ago |
Matthew Wild |
Backed out changeset 661752889535 - obsoleted by 878f75ccc4fb.
|
changeset |
files
|
| 6 days ago |
Matthew Wild |
Merge with backout
|
changeset |
files
|
| 6 days ago |
Matthew Wild |
Backed out changeset 9f1fb34cd7f8 - obsoleted by 5ef05f32bc42.
|
changeset |
files
|
| 6 days ago |
Matthew Wild |
Merge with backout
|
changeset |
files
|
| 6 days ago |
Matthew Wild |
Backed out changeset 751510cd558d - obsoleted by 5ef05f32bc42.
|
changeset |
files
|
| 6 days ago |
Marco Cirillo |
muc.lib: return feature-not-implemented when a foregoing discovery node is specified in a disco#info request.
|
changeset |
files
|
| 7 days ago |
Marco Cirillo |
mod_auth_anonymous: add disallow_s2s to the host object if s2s communication is disallowed.
|
changeset |
files
|
| 7 days ago |
Marco Cirillo |
mod_dialback: make change a bit more wide, encompass to and from and reject with proper addressing when neither are there.
|
changeset |
files
|
| 8 days ago |
Marco Cirillo |
mod_dialback: add better safe then sorry nameprepping to the from attribute.
|
changeset |
files
|
| 8 days ago |
Marco Cirillo |
mod_dialback: COMPAT reset session.send function for servers (e.g. ejabberd) which don't include a from attr when opening the stream.
|
changeset |
files
|
| 6 days ago |
Matthew Wild |
mod_s2s, mod_auth_anonymous, hostmanager: Remove disallow_s2s flag, deprecate the config option of the same name (disable mod_s2s instead), and add 'allow_anonymous_s2s' to separately control s2s for anonymous users
|
changeset |
files
|
| 6 days ago |
Matthew Wild |
Merge with Zash
|
changeset |
files
|
| 6 days ago |
Kim Alvefur |
s2smanager, mod_s2s: Move checking DNS timeout option to mod_s2s
|
changeset |
files
|
| 6 days ago |
Kim Alvefur |
s2smanager: Clean up unused imports.
|
changeset |
files
|
| 6 days ago |
Kim Alvefur |
util.rfc3484: Don't pollute the global scope.
|
changeset |
files
|
| 7 days ago |
Kim Alvefur |
util.hashes: Add sha224, sha384, sha512
|
changeset |
files
|
| 8 days ago |
Kim Alvefur |
util.hashes: Use defined hash function output lengths.
|
changeset |
files
|
| 8 days ago |
Kim Alvefur |
prosodyctl: Show an error if the user doesn't supply a hostname to the certificate commands
|
changeset |
files
|
| 8 days ago |
Kim Alvefur |
prosodyctl: Replace hack with lfs for checking if a file exists
|
changeset |
files
|
| 8 days ago |
Kim Alvefur |
util.x509: Remove logic for generating certificate configs
|
changeset |
files
|
| 8 days ago |
Kim Alvefur |
prosodyctl: Use util.openssl in certificate helpers. Improve feedback
|
changeset |
files
|