Mon, 04 Jul 2016 10:38:56 +0100 |
Matthew Wild |
mod_http_upload: Add disco identity
|
Sun, 12 Jun 2016 03:21:48 +0200 |
Kim Alvefur |
mod_http_upload: Log if file size exceeds limit
|
Sun, 12 Jun 2016 02:51:08 +0200 |
Kim Alvefur |
mod_http_upload: Add additional debug logging
|
Tue, 31 May 2016 17:24:59 +0200 |
Kim Alvefur |
mod_http_upload: Return nil if no upload slot is found (should prevent conflicts between multiple instances on the same path)
|
Tue, 31 May 2016 17:13:48 +0200 |
Kim Alvefur |
mod_http_upload: Demote some errors to warnings
|
Tue, 31 May 2016 17:10:46 +0200 |
Kim Alvefur |
mod_http_upload: Add more logging
|
Tue, 08 Mar 2016 19:36:27 +0100 |
Kim Alvefur |
mod_http_upload: Advertise maximum file size in disco#info (Per XEP-0363 v0.2)
|
Mon, 07 Mar 2016 13:47:13 +0100 |
Kim Alvefur |
mod_http_upload: Trim trailing whitespace
|
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)
|