Software /
code /
prosody
Graph
-
mod_http: Add module:http_url([app_name,][default_path]) for a module to get a guess at its external URL2012-05-18, by Matthew Wild
-
util.watchdog: Pass watchdog object to callback so that it doesn't always have to be a closure2012-05-18, by Matthew Wild
-
certmanager: no_ticket is not a verification option (thanks Zash)2012-05-18, by Matthew Wild
-
certmanager: Add no_ticket option for OpenSSL (we don't support resumption yet)2012-05-17, by Matthew Wild
-
net.server_select: Return error when SSL handshake fails immediately (thanks Zash)2012-05-17, by Matthew Wild
-
util.dataforms: Don't return invalid JIDs in jid-single.2012-05-17, by Kim Alvefur
-
util.dataforms: Fix validation of booleans.2012-05-17, by Kim Alvefur
-
INSTALL: Update with changes from wiki.2012-05-17, by Kim Alvefur
-
util.dataforms: Do field validation and normalization in field readers.2012-05-17, by Kim Alvefur
-
modulemanager: Components should inherit mod_s2s from global modules_enabled too2012-05-16, by Matthew Wild
-
Remove util.broadcast2012-05-16, by Matthew Wild
-
prosodyctl: Add duplicate code for getting version of prosody2012-05-15, by Kim Alvefur
-
mod_bosh: Set Content-Type to text/html for GET response (thanks Medics)2012-05-15, by Matthew Wild
-
net.http.parser: Keep the Host header no host is present in the URI2012-05-15, by Kim Alvefur
-
prosodyctl: Fix for generating certs with UTF-82012-05-14, by Kim Alvefur
-
muc.lib: room:set_historylength(): Condense code, and don't store length when equal to default2012-05-13, by Matthew Wild
-
MUC: Fix check for history length update.2012-05-13, by Waqas Hussain
-
muc.lib: Fix for traceback when no history length is set for the room2012-05-13, by Matthew Wild
-
mod_s2s: Only try next target if the stream didn't open2012-05-13, by Matthew Wild
-
prosodyctl: Improve help messages for cert commands2012-05-13, by Kim Alvefur
-
util.timer: Always pass the current time to timer callbacks.2012-05-12, by Waqas Hussain
-
mod_iq: Use "jabber:client" when the stanza payload namespace is nil.2012-05-12, by Waqas Hussain
-
Merge with Zash2012-05-12, by Matthew Wild
-
mod_http_files: Respond with a 301 redirect for directories to append a / (fixes relative links)2012-05-12, by Kim Alvefur
-
stanza_router: Fix variable name2012-05-12, by Matthew Wild
-
net.http.parser: Do full URL decoding and parsing (e.g. adds request.url.query when present)2012-05-12, by Matthew Wild
-
net.http: Fix urlencode to not encode unreserved characters, so I can guiltlessly rant about people who do.2012-05-12, by Matthew Wild
-
stanza_router: Close stream for unhandled stanzas from unauthenticated connections (we can't reply)2012-05-12, by Matthew Wild
-
stanza_router: Remove FIXME comment and close stream with not-authorized for s2s stanzas from unauthed domains2012-05-11, by Matthew Wild
-
stanza_router: Catch s2s stanzas to hosts we don't serve earlier, and close with host-unknown (thanks darkrain)2012-05-11, by Matthew Wild
-
portmanager: Fix missing variable declaration2012-05-11, by Matthew Wild
-
adhoc.lib: Default actions to 'complete' (replacement for rev 52b6901cabb0)2012-05-11, by Kim Alvefur
-
Merge with backout2012-05-11, by Matthew Wild
-
Backed out changeset 52b6901cabb0 (to be replaced)2012-05-11, by Matthew Wild
-
portmanager: Remove unused import of 'package'2012-05-11, by Matthew Wild
-
portmanager: Support for per-port SSL certificates2012-05-11, by Matthew Wild
-
moduleapi: Don't auto-reload self when already reloading (fixes reload of modules with cyclic dependencies)2012-05-11, by Matthew Wild
-
modulemanager: Set module.reloading = true when firing module-reloaded event2012-05-11, by Matthew Wild
-
mod_c2s: Another lurking string.format squashed.2012-05-11, by Matthew Wild
-
mod_dialback: Remove a remaining usage of string.format, ick.2012-05-11, by Matthew Wild
-
mod_s2s: Remove TODO comment for SASL/TLS on s2s (thanks Florob)2012-05-11, by Matthew Wild
-
mod_dialback: Final sweep to get nameprep + error handling in order (hopefully)2012-05-11, by Matthew Wild
-
mod_dialback: Fix logic bug - we should have both a to and from at this point2012-05-11, by Matthew Wild
-
Merge with Maranda2012-05-11, by Matthew Wild
-
Merge with backout2012-05-11, by Matthew Wild
-
Backed out changeset 661752889535 - obsoleted by 878f75ccc4fb.2012-05-11, by Matthew Wild
-
Merge with backout2012-05-11, by Matthew Wild
-
Backed out changeset 9f1fb34cd7f8 - obsoleted by 5ef05f32bc42.2012-05-11, by Matthew Wild
-
Merge with backout2012-05-11, by Matthew Wild
-
Backed out changeset 751510cd558d - obsoleted by 5ef05f32bc42.2012-05-11, by Matthew Wild
-
muc.lib: return feature-not-implemented when a foregoing discovery node is specified in a disco#info request.2012-05-10, by Marco Cirillo
-
mod_auth_anonymous: add disallow_s2s to the host object if s2s communication is disallowed.2012-05-10, by Marco Cirillo
Scroll all the way down to load more.