log mod_http_upload/mod_http_upload.lua @ 2053:40056a27f394

age author description
Wed, 24 Feb 2016 15:59:18 +0100 Kim Alvefur mod_http_upload: Lower default size limit to 1MB
Fri, 11 Dec 2015 18:20:14 +0100 Kim Alvefur mod_http_upload: Make file system path configurable
Fri, 11 Dec 2015 18:00:43 +0100 Kim Alvefur mod_http_upload: URL-encode filename in case it contains characters that need escaping (thanks Thilo)
Sun, 01 Nov 2015 18:12:49 +0100 Kim Alvefur mod_http_upload: Say Hello to anyone opening the "bare" HTTP URL (helpful to show that module is loaded correctly)
Mon, 19 Oct 2015 17:08:45 +0200 Kim Alvefur mod_http_upload: Add missing local of string.upper (Thanks Thilo)
Sun, 18 Oct 2015 17:25:14 +0200 Kim Alvefur mod_http_upload: Duplicate code from net.http.server in order send proper HEAD responses
Wed, 14 Oct 2015 13:20:59 +0200 Kim Alvefur mod_http_upload: Fix Content-Length header (it is now identical to the one in net.http.server)
Tue, 13 Oct 2015 20:21:11 +0200 Kim Alvefur mod_http_upload: Fix HEAD requests
Thu, 24 Sep 2015 07:22:11 +0200 Michael Töglhofer mod_http_upload.lua: use official namespace from XEP-0363
Mon, 14 Sep 2015 12:49:54 +0200 Kim Alvefur mod_http_upload: Add support for a file size limit
Mon, 14 Sep 2015 12:45:00 +0200 Kim Alvefur mod_http_upload: Include failure reason in error response
Mon, 14 Sep 2015 12:44:10 +0200 Kim Alvefur mod_http_upload: Log a message with the upload URL and storage path for easy discovery
Mon, 14 Sep 2015 12:43:10 +0200 Kim Alvefur mod_http_upload: Cache first-level child <request> in local variable
Tue, 01 Sep 2015 12:34:45 +0200 Kim Alvefur mod_http_upload: Fix typo (thanks mo)
Tue, 01 Sep 2015 12:22:29 +0200 Kim Alvefur mod_http_upload: Include join_path function, should make it work with 0.9.x
Sun, 30 Aug 2015 13:38:50 +0200 Kim Alvefur mod_http_upload: Depend on mod_disco, allows it to be discovered when set up as a component
Sat, 18 Jul 2015 23:05:09 +0200 Kim Alvefur mod_http_upload: Implementation of Conversations HTTP upload file transfer mode