Software /
code /
prosody
Graph
-
modulemanager: add missing ipairs import.2013-04-01, by Marco Cirillo
-
modulemanager: add function to retrieve module items from a specific host entity.2013-04-01, by Marco Cirillo
-
prosody.cfg.lua.dist: Update with new options and comments2013-04-01, by Matthew Wild
-
mod_s2s: Close incoming s2s with stream error when secure and we don't trust their certificate2013-04-01, by Matthew Wild
-
INSTALL: Update from wiki2013-03-31, by Matthew Wild
-
DEPENDS: Update (LuaSec now has a rock) and add link to /doc/depends2013-03-31, by Matthew Wild
-
TODO: Remove 0.92013-03-31, by Matthew Wild
-
AUTHORS: A small update...2013-03-31, by Matthew Wild
-
tools/migration/Makefile: Apply Lua runtime override (see 53f741a5a73a)2013-03-31, by Kim Alvefur
-
configure: Set to run with lua5.1 in the debian preset2013-03-31, by Kim Alvefur
-
Merge 0.9->trunk2013-03-31, by Matthew Wild
-
portmanager: Log error and fail to bind when port is invalid (not a number)2013-03-31, by Matthew Wild
-
Merge 0.9->trunk2013-03-28, by Matthew Wild
-
Merge 0.9->trunk2013-03-28, by Matthew Wild
-
util.json: Add json.encode_array() (thanks B)2013-03-28, by Matthew Wild
-
Merge 0.9->trunk2013-03-28, by Matthew Wild
-
portmanager: Add use_ipv4 option, default to true.2013-03-27, by Kim Alvefur
-
portmanager: use_ipv6 defaults to true if luasocket has ipv6 support2013-03-27, by Kim Alvefur
-
mod_s2s: Prevent s2s to and from hosts we serve locally2013-03-27, by Kim Alvefur
-
mod_s2s: Prevent traceback when replying to incoming connection to a host we don't serve2013-03-26, by Kim Alvefur
-
mod_s2s: Reset secure flag on new connection attempt2013-03-25, by Kim Alvefur
-
mod_s2s: Keep the dns answer object around a while so plugins can look at it2013-03-23, by Kim Alvefur
-
net.server, _select: Reorganise configuration of server_select to be more like server_event2013-03-23, by Kim Alvefur
-
prosody, prosodyctl: Remove last trace of "core" \o/2013-03-23, by Kim Alvefur
-
net.server: No sections in config anymore2013-03-23, by Kim Alvefur
-
Merge 0.9->trunk2013-03-23, by Kim Alvefur
-
configmanager: Fix so unset variables are searched for in the global section2013-03-23, by Kim Alvefur
-
util.{prosodyctl,openssl}: More use of config sections removed2013-03-23, by Kim Alvefur
-
mod_tls: More use of config sections removed2013-03-23, by Kim Alvefur
-
core.*: Complete removal of all traces of the "core" section and section-related code.2013-03-23, by Kim Alvefur
-
MUC: Access prosody.hosts instead of the old global hosts2013-03-23, by Kim Alvefur
-
mod_proxy65: Fix typo in comment2013-03-23, by Kim Alvefur
-
mod_http: Import portmanager2013-03-23, by Kim Alvefur
-
mod_groups: Use module API for reading config2013-03-23, by Kim Alvefur
-
mod_roster: Remove unused variable2013-03-23, by Kim Alvefur
-
mod_motd, mod_register, mod_private, mod_http_errors, mod_admin_adhoc: Remove unused imports2013-03-23, by Kim Alvefur
-
Merge 0.9->trunk2013-03-22, by Matthew Wild
-
mod_s2s: Fix variable usage in check_auth_policy (thanks Florob)2013-03-22, by Matthew Wild
-
s2smanager: Remove unused function parameter2013-03-22, by Matthew Wild
-
s2smanager: Access prosody.hosts instead of hosts global directly2013-03-22, by Matthew Wild
-
mod_s2s: Remove unused variable2013-03-22, by Matthew Wild
-
Merge 0.9->trunk2013-03-22, by Matthew Wild
-
hostmanager: Use rawget to check for activated hosts to prevent recursion in dynamic host loaders2013-03-22, by Matthew Wild
-
hostmanager: Use prosody.hosts instead of 'hosts' global2013-03-22, by Matthew Wild
-
util.pposix: Allow fetching RLIMIT_NICE when available2013-03-22, by Matthew Wild
-
prosody: Add COMPAT note about globals2013-03-22, by Matthew Wild
-
Merge...2013-03-20, by Matthew Wild
-
Merge 0.9->trunk2013-03-20, by Matthew Wild
-
net.http: Disable SSLv2 support for HTTPS connections2013-03-20, by Matthew Wild
-
net.http: Allow passing an SSL context or options table to be used for HTTPS requests (thanks daurnimator)2013-03-20, by Matthew Wild
-
Merge 0.9->trunk2013-03-16, by Kim Alvefur
-
mod_s2s, mod_saslauth, mod_compression: Refactor to have common code for opening streams2013-03-16, by Kim Alvefur
-
certs/openssl.cnf: Update XMPP-Core references to reflect RFC publication2013-03-15, by Kim Alvefur
-
s2smanager: Use unused local, reduce table indexing2013-03-13, by Kim Alvefur
-
rostermanager: Remove unused imports2013-03-13, by Kim Alvefur
-
hostmanager: Import core_post_stanza from the global prosody table2013-03-13, by Kim Alvefur
-
Merge 0.9->trunk2013-03-12, by Matthew Wild
-
mod_s2s: Do not include xmlns:db declaration in stream header if mod_dialback is not loaded2013-03-12, by Matthew Wild
-
mod_s2s: Make sure host variable is reachable2013-03-11, by Kim Alvefur
-
Merge 0.9->trunk2013-03-10, by Matthew Wild
-
net.dns: Make sure argument to math.randomseed does not overflow a 32 bit unsigned int. Closes #3202013-03-05, by Kim Alvefur
-
net.server_event: Remove unused local2013-03-01, by Kim Alvefur
-
net.server_select: Optimization, clean bufferqueue when it makes sense.2013-03-01, by Kim Alvefur
-
net.server_select: Use # operator instead of string.len2013-03-01, by Kim Alvefur
-
mod_proxy65: Only handle service discovery requests when no node is present in the request.2013-02-26, by Waqas Hussain
-
MUC: Always return <service-unavailable/> when a node is present in service discovery requests.2013-02-26, by Waqas Hussain
-
MUC: Fix affiliation check for admins, and bring it in line with the spec (thanks Maranda).2013-02-26, by Waqas Hussain
-
net.http.server: Ensure HTTP callbacks are never called recursively for pipelined requests.2013-02-26, by Waqas Hussain
-
mod_http: Expand $host in http_paths2013-02-18, by Kim Alvefur
-
net.server_select: Limit global number of sockets passed to select.2013-02-12, by Kim Alvefur
-
net.server_select: Be less aggressive about server pause2013-02-12, by Kim Alvefur
-
mod_admin_adhoc: Fix 'Shut down service' command2013-02-07, by Florian Zeitz
-
mod_admin_adhoc: Implement global module unloading2013-02-07, by Florian Zeitz
-
mod_admin_adhoc: Implement global module reloading2013-02-06, by Florian Zeitz
-
mod_admin_adhoc: Fix info message for module reload/unload2013-02-05, by Florian Zeitz
-
mod_admin_adhoc: Implement global module loading2013-02-05, by Florian Zeitz
-
mod_admin_adhoc: Remove a TODO, our pretty_print turns out not to be helpful after all2013-02-04, by Florian Zeitz
-
net.http.parser: Ensure full URL in status line contains a path.2013-02-07, by Waqas Hussain
-
net.http.parser: Fix traceback on invalid URL in status line.2013-02-07, by Waqas Hussain
-
Merge 0.9->trunk2013-02-03, by Kim Alvefur
-
mod_pubsub, util.pubsub: Add delete action2013-01-31, by Kim Alvefur
-
portmanager: Make sure foo_ports is a table2013-01-31, by Kim Alvefur
-
mod_pubsub: More strict checks for node and ids2013-01-31, by Kim Alvefur
-
mod_pubsub: Broadcast items correctly on new subscriptions2013-01-28, by Kim Alvefur
-
mod_component: Look for the correct xmlns (thanks NebuK)2013-01-27, by Kim Alvefur
-
util.pubsub: Fix nil access error in get_subscriptions.2013-01-25, by Waqas Hussain
-
mod_pubsub: require usermanager.2013-01-25, by Waqas Hussain
-
mod_pubsub: Fix nil access error.2013-01-25, by Waqas Hussain
-
mod_pubsub, util.pubsub: Don't send purge notifications in an <items/> element2013-01-25, by Florian Zeitz
-
util.xmppstream: Include error stanza in error message if no error handler is available.2013-01-25, by Waqas Hussain
-
ejabberd2prosody.lua: Don't make assumptions about file name.2013-01-24, by Kim Alvefur
-
ejabberd2prosody.lua: Replace util.logger with a dummy before requiring util.serialization2013-01-24, by Kim Alvefur
-
mod_pubsub: Ignore subscription options for now, fixes traceback due to missing form2013-01-24, by Kim Alvefur
-
mod_s2s: Don't try to close sessions that were destroyed before timeout2013-01-23, by Kim Alvefur
-
s2smanager: Generate session names used for logging the same way everywhere2013-01-23, by Kim Alvefur
-
mod_pubsub, util.pubsub: Implement the purge action2013-01-23, by Kim Alvefur
-
mod_pubsub: Advertise autocreate_on_publish correctly.2013-01-23, by Kim Alvefur
-
Merge 0.9->trunk2013-01-22, by Waqas Hussain
-
mod_auth_internal_plain, mod_auth_internal_hashed: No need to nodeprep here.2013-01-22, by Waqas Hussain
-
util.sasl.{plain,scram,digest-md5}: nodeprep username before passing to callbacks, so callbacks don't have to.2013-01-22, by Waqas Hussain
-
net.http.server: Properly handle persistent connections2013-01-12, by Florian Zeitz
-
util.http: New module for HTTP helper functions2013-01-12, by Florian Zeitz
-
mod_component: Make listener private (thanks Ge0rG)2013-01-17, by Kim Alvefur
-
mod_presence: Put a timestamp on presence we store for probes2013-01-11, by Kim Alvefur
-
prosodyctl, prosody: Pass the selected config file from prosodyctl to prosody2013-01-09, by Kim Alvefur
-
prosodyctl: Pop arg items after use. Fixes #3062013-01-09, by Kim Alvefur
-
MUC: Don't reply to errors (thanks iron)2013-01-09, by Kim Alvefur
-
prosodyctl: Load LFS and util.openssl when actually needed (fixes unhelpful warnings if no LuaSec installed)2013-01-08, by Kim Alvefur
-
net.http.parser: Abort if no status line is received.2013-01-08, by Kim Alvefur
-
util.openssl: Cleanup; remove some unused variables.2013-01-07, by Kim Alvefur
-
net.server_select: Remove useless duplicated settimeout() call2013-01-07, by Kim Alvefur
-
net.server_select: Fix global access2013-01-07, by Kim Alvefur
-
certmanager: Fix nil index if no LuaSec available2013-01-07, by Kim Alvefur
-
net.server_event: Optimize socket write buffers (don't do buf=buf..newdata).2013-01-05, by Waqas Hussain
-
Merge 0.9->trunk2012-12-29, by Kim Alvefur
-
net.server: Don't return anything from config-reloaded hook, fixes logrotate heisenbug2012-12-29, by Kim Alvefur
Scroll all the way down to load more.