Kim Alvefur
|
65a2b43b0d
|
net.server_select: Fix global access
|
2013-01-07 02:20:43 +01:00 |
|
Kim Alvefur
|
ce6f0ac685
|
certmanager: Fix nil index if no LuaSec available
|
2013-01-07 02:17:07 +01:00 |
|
Waqas Hussain
|
a4bef98559
|
net.server_event: Optimize socket write buffers (don't do buf=buf..newdata).
|
2013-01-06 04:55:53 +05:00 |
|
Kim Alvefur
|
45da10ec05
|
net.server: Don't return anything from config-reloaded hook, fixes logrotate heisenbug
|
2012-12-29 19:09:23 +01:00 |
|
Kim Alvefur
|
4f4bc7973a
|
core.certmanager: Add support for LuaSec 0.5. Also compat with MattJs luasec-hg
|
2012-12-28 15:00:43 +01:00 |
|
Kim Alvefur
|
3e2a8fbe1c
|
prosody, mod_c2s, mod_s2s: Move closing of c2s and s2s sessions to respective plugins
|
2012-12-28 14:33:47 +01:00 |
|
Kim Alvefur
|
de47f7e836
|
net.server_select: Pause servers while they are full
|
2012-12-28 14:33:27 +01:00 |
|
Kim Alvefur
|
f2af550531
|
net.server_select: Add pause and resume methods
|
2012-12-28 14:33:27 +01:00 |
|
Kim Alvefur
|
2021e2265f
|
mod_admin_telnet: Stop processing lines when session is closed
|
2012-12-28 14:32:22 +01:00 |
|
Kim Alvefur
|
a79da674d1
|
net.server_event: Destroy interfaces immediately, fixes reopening of servers.
|
2012-12-28 14:26:21 +01:00 |
|
Kim Alvefur
|
afd25ad763
|
net.server_event: Remove comments about not closing event handlers from within callbacks, fixed in luaevent
|
2012-12-28 14:25:11 +01:00 |
|
Matthew Wild
|
b9ac1b8b07
|
mod_s2s: Remove connection from sessions table as soon as we learn it is disconnected. Fixes a connection/session leak.
|
2012-12-28 12:47:44 +00:00 |
|
Kim Alvefur
|
c141ffdbf6
|
core.loggingmanager: Don't create file log rules from [level] = "*sink" style config
|
2012-12-27 20:44:58 +01:00 |
|
Kim Alvefur
|
020dc0052a
|
mod_admin_telnet: Add info about port commands to help
|
2012-12-26 02:46:49 +01:00 |
|
Kim Alvefur
|
360e2a5884
|
mod_http_files: Fix sending Content-Type for index files
|
2012-12-23 17:04:44 +01:00 |
|
Kim Alvefur
|
59db48f8cb
|
mod_http_files: Allow passing a string to serve()
|
2012-12-23 11:17:44 +01:00 |
|
Kim Alvefur
|
a7f6283a2e
|
net.dns: Close voided sockets, so they don't stay in net.server
|
2012-12-22 14:20:12 +01:00 |
|
Matthew Wild
|
81b3ba1442
|
net.dns: Clean up query list when a server is marked down
|
2012-12-22 12:06:36 +00:00 |
|
Kim Alvefur
|
4130b38a58
|
mod_http_files: Expose function other modules can use to combine their routes with file paths to serve
|
2012-12-21 20:40:29 +01:00 |
|
Kim Alvefur
|
87cf947c6c
|
mod_http_files: Work with non-wildcard-routes. Key cache on the original HTTP path.
|
2012-12-21 20:34:40 +01:00 |
|
Kim Alvefur
|
da563cbf87
|
mod_http_files: Replace file listing with an event, allowing a different plugin to generate it
|
2012-12-21 20:08:33 +01:00 |
|
Kim Alvefur
|
cd27b11d36
|
mod_http_files: Export function can be used by other modules to serve files. Don't serve files by default unless http_files_dir is set
|
2012-12-21 17:54:43 +01:00 |
|
Kim Alvefur
|
8bf32f0b1c
|
mod_http_files: Rename config options and variable names
|
2012-12-21 17:22:19 +01:00 |
|
Kim Alvefur
|
92abfa2d51
|
mod_http_files: Log the error if we can't open or read a file
|
2012-12-21 16:10:45 +01:00 |
|
Waqas Hussain
|
42907ced08
|
net.http.parser: Skip url.parse when we don't have a full URL (also fixes traceback on paths starting with '//').
|
2012-12-21 13:37:39 +05:00 |
|
Kim Alvefur
|
b1dd7b0be7
|
mod_http_files: Escape paths in redirects
|
2012-12-21 09:04:02 +01:00 |
|
Kim Alvefur
|
d1880e05fd
|
mod_http_files: Only match on modification date when if-none-match is not present
|
2012-12-21 08:27:14 +01:00 |
|
Kim Alvefur
|
f098458b69
|
mod_http_files: Only serve cached data if etag is unchanged.
|
2012-12-21 08:25:09 +01:00 |
|
Kim Alvefur
|
0ff07edb45
|
mod_http_files: Make sure file extensions are not nil or empty string
|
2012-12-21 08:19:58 +01:00 |
|
Kim Alvefur
|
dc08340e9f
|
mod_http_files: Avoid a bunch of table lookups
|
2012-12-21 08:14:33 +01:00 |
|
Kim Alvefur
|
e104ed8cac
|
mod_http_files: No use in closing a file handle if we couldn't open it
|
2012-12-21 08:10:07 +01:00 |
|
Kim Alvefur
|
17bfb654df
|
util.datamanager: Don't escape the name of a store
|
2012-12-16 14:36:24 +01:00 |
|
Kim Alvefur
|
eaba58e39b
|
mod_http_files: Compare If-Modified-Since to last modification date
|
2012-12-16 08:34:50 +01:00 |
|
Kim Alvefur
|
7c7e98953e
|
mod_http_files: Fix caching the stringified directory index
|
2012-12-16 08:17:28 +01:00 |
|
Kim Alvefur
|
0197a4d854
|
Merge
|
2012-12-15 05:34:30 +01:00 |
|
Waqas Hussain
|
afef23ee7e
|
MUC: Support invite messages when stanza type is explicitly set to "normal" or to an unknown value.
|
2012-12-15 07:08:54 +05:00 |
|
Waqas Hussain
|
2634362718
|
util.sasl.plain: Reduce some code.
|
2012-12-15 07:06:45 +05:00 |
|
Kim Alvefur
|
1d8297ca4f
|
util.datamanager: Remove unused variable
|
2012-12-14 14:25:58 +01:00 |
|
Kim Alvefur
|
4d762f9cbf
|
util.datamanager: Remove dead code path
|
2012-12-14 14:21:32 +01:00 |
|
Kim Alvefur
|
8c8d3b759f
|
mod_http_files: Generate simple directory index.
|
2012-12-11 23:40:30 +01:00 |
|
Kim Alvefur
|
f0449e8428
|
mod_http_files: Have mimetypes in a shared table. Get mimetypes from /etc/mime.types if exists.
|
2012-12-11 23:21:25 +01:00 |
|
Kim Alvefur
|
f2336aa626
|
mod_http_files: Cache data read from disk in a weak table
|
2012-12-11 23:02:06 +01:00 |
|
Kim Alvefur
|
bcfa20dc80
|
mod_http_files: Add Last-Modified header
|
2012-12-11 22:30:50 +01:00 |
|
Kim Alvefur
|
84dcecb046
|
mod_http_files: Add ETag and check If-None-Match to allow client-side cache
|
2012-12-11 22:30:13 +01:00 |
|
Kim Alvefur
|
ed92fd78b6
|
mod_http_files: Return 404 faster if file does not exist
|
2012-12-11 22:26:41 +01:00 |
|
Kim Alvefur
|
9a459d35a4
|
mod_http_files: Configurable number of index files to check for
|
2012-12-11 22:14:55 +01:00 |
|
Kim Alvefur
|
329ee389c5
|
mod_http: Fix path length pattern
|
2012-12-09 12:20:55 +01:00 |
|
Kim Alvefur
|
fbbd1b1c67
|
mod_auth_anonymous: Implement user iteration API
|
2012-12-09 12:19:08 +01:00 |
|
Kim Alvefur
|
233b38c3b0
|
mod_c2s: Check if TLS compression is used
|
2012-12-09 11:50:09 +01:00 |
|
Kim Alvefur
|
440837480d
|
mod_admin_telnet: Improve wording when listing users
|
2012-12-09 11:44:45 +01:00 |
|