Software /
code /
prosody
Graph
-
mod_http_files: Rename config options and variable names2012-12-21, by Kim Alvefur
-
mod_http_files: Log the error if we can't open or read a file2012-12-21, by Kim Alvefur
-
net.http.parser: Skip url.parse when we don't have a full URL (also fixes traceback on paths starting with '//').2012-12-21, by Waqas Hussain
-
Merge 0.9->trunk2012-12-21, by Kim Alvefur
-
mod_http_files: Escape paths in redirects2012-12-21, by Kim Alvefur
-
mod_http_files: Only match on modification date when if-none-match is not present2012-12-21, by Kim Alvefur
-
mod_http_files: Only serve cached data if etag is unchanged.2012-12-21, by Kim Alvefur
-
mod_http_files: Make sure file extensions are not nil or empty string2012-12-21, by Kim Alvefur
-
mod_http_files: Avoid a bunch of table lookups2012-12-21, by Kim Alvefur
-
mod_http_files: No use in closing a file handle if we couldn't open it2012-12-21, by Kim Alvefur
-
Merge 0.9->trunk2012-12-16, by Kim Alvefur
-
util.datamanager: Don't escape the name of a store2012-12-16, by Kim Alvefur
-
Merge 0.9->trunk2012-12-16, by Kim Alvefur
-
mod_http_files: Compare If-Modified-Since to last modification date2012-12-16, by Kim Alvefur
-
mod_http_files: Fix caching the stringified directory index2012-12-16, by Kim Alvefur
-
Merge 0.9->trunk2012-12-15, by Kim Alvefur
-
Merge2012-12-15, by Kim Alvefur
-
util.datamanager: Remove unused variable2012-12-14, by Kim Alvefur
-
util.datamanager: Remove dead code path2012-12-14, by Kim Alvefur
-
Merge 0.9->trunk2012-12-15, by Waqas Hussain
-
MUC: Support invite messages when stanza type is explicitly set to "normal" or to an unknown value.2012-12-15, by Waqas Hussain
-
util.sasl.plain: Reduce some code.2012-12-15, by Waqas Hussain
-
Merge 0.9->trunk2012-12-11, by Kim Alvefur
-
mod_http_files: Generate simple directory index.2012-12-11, by Kim Alvefur
-
mod_http_files: Have mimetypes in a shared table. Get mimetypes from /etc/mime.types if exists.2012-12-11, by Kim Alvefur
-
mod_http_files: Cache data read from disk in a weak table2012-12-11, by Kim Alvefur
-
mod_http_files: Add Last-Modified header2012-12-11, by Kim Alvefur
-
mod_http_files: Add ETag and check If-None-Match to allow client-side cache2012-12-11, by Kim Alvefur
-
mod_http_files: Return 404 faster if file does not exist2012-12-11, by Kim Alvefur
-
mod_http_files: Configurable number of index files to check for2012-12-11, by Kim Alvefur
-
Merge 0.9->trunk2012-12-09, by Kim Alvefur
-
mod_http: Fix path length pattern2012-12-09, by Kim Alvefur
-
mod_auth_anonymous: Implement user iteration API2012-12-09, by Kim Alvefur
-
mod_c2s: Check if TLS compression is used2012-12-09, by Kim Alvefur
-
mod_admin_telnet: Improve wording when listing users2012-12-09, by Kim Alvefur
-
Merge2012-12-04, by Matthew Wild
-
Merge 0.9->trunk.2012-12-03, by Waqas Hussain
-
util.xml: Fix module name.2012-12-03, by Waqas Hussain
-
net.http.parser: Fix syntax error introduced in c5edb08fc7cb.2012-12-03, by Waqas Hussain
-
Merge 0.9->trunk.2012-12-03, by Waqas Hussain
-
plugins/storage/xmlparse.lib.lua: Delete.2012-12-03, by Waqas Hussain
-
plugins/storage/mod_xep0227: Use util.xml.2012-12-03, by Waqas Hussain
-
tools/migration/migrator/jabberd14: Use util.xml.2012-12-03, by Waqas Hussain
-
tools/openfire2prosody: Use util.xml.2012-12-03, by Waqas Hussain
-
tools/jabberd14sql2prosody: Use util.xml.2012-12-03, by Waqas Hussain
-
tools/ejabberdsql2prosody: Use util.xml.2012-12-03, by Waqas Hussain
-
util.template: Use util.xml.2012-12-03, by Waqas Hussain
-
util.xml: Initial commit; exposes parse(), which is now the canonical way to convert a string to a stanza.2012-12-03, by Waqas Hussain
-
Merge 0.9->trunk.2012-11-30, by Waqas Hussain
-
sessionmanager: Log the actual error message when roster loading fails.2012-11-30, by Waqas Hussain
-
MUC: Expose create_room(jid).2012-11-30, by Waqas Hussain
-
mod_storage_sql: Return actual error string on commit failure.2012-11-30, by Waqas Hussain
-
Merge 0.9->trunk2012-11-29, by Matthew Wild
-
net.http.parser: Collapse multiple consecutive slashes in a path to a single slash2012-11-29, by Matthew Wild
-
Merge2012-11-29, by Matthew Wild
-
Merge 0.9->trunk2012-11-29, by Matthew Wild
-
mod_http: Fix pattern and slightly improve efficiency and memory usage of wildcard HTTP handlers2012-11-29, by Matthew Wild
-
Merge 0.9->trunk2012-11-25, by Kim Alvefur
-
mod_admin_adhoc: Remove unused form2012-11-25, by Kim Alvefur
Scroll all the way down to load more.