Merge 0.9->trunk
|
Kim Alvefur |
2013-07-10 |
net.dns, net.adns: Make sure errors from net.server are propagated (thanks asterix)
|
Kim Alvefur |
2013-07-10 |
Merge 0.9->trunk
|
Matthew Wild |
2013-07-08 |
mod_component: Local imports for some functions, including xpcall
|
Matthew Wild |
2013-07-08 |
mod_bosh: pcall() core_process_stanza per stanza, to bring in line with other listeners. This ensures that stanzas following a traceback-causing stanza in a request will still be processed (as would happen on normal c2s).
|
Matthew Wild |
2013-07-08 |
mod_bosh: Only pass stanza to core_process_stanza if it wasn't dropped by filters
|
Matthew Wild |
2013-07-08 |
Merge 0.9->trunk
|
Matthew Wild |
2013-07-08 |
mod_component: xpcall() stanza processing, as per other listeners, preventing potentially harmful 'top-level errors'
|
Matthew Wild |
2013-07-08 |
prosodyctl: Import local_addresses from the new util.net intead of luasocket
|
Kim Alvefur |
2013-07-01 |
Merge 0.9->trunk
|
Kim Alvefur |
2013-06-29 |
mod_admin_adhoc: Fix node of the "Get List of Online Users" command
|
Florian Zeitz |
2013-06-29 |
Merge
|
Matthew Wild |
2013-06-29 |
util.pposix: Correctly handle 'unlimited' limits (RLIM_INFINITY), by returning and accepting the string 'unlimited' in get/setrlimit()
|
Matthew Wild |
2013-06-29 |
Merge 0.9->trunk
|
Matthew Wild |
2013-06-29 |
util.pposix: setrlimit(): Add missing return on error when an incorrect number of arguments are passed
|
Matthew Wild |
2013-06-28 |
mod_http_files: Put the MIME type map in a global shared table instead of per-host
|
Kim Alvefur |
2013-06-28 |
Merge 0.9->trunk
|
Matthew Wild |
2013-06-26 |
net.http: Include port number (when non-standard) in the Host header of outgoing requests, as per the HTTP RFC
|
Matthew Wild |
2013-06-26 |
mod_s2s: Add missing global hook for read-timeout
|
Kim Alvefur |
2013-06-26 |
Merge 0.9->trunk
|
Matthew Wild |
2013-06-24 |
mod_storage_sql2: Use correct variable (Thanks SkyBlue and Florob)
|
Kim Alvefur |
2013-06-23 |
mod_admin_telnet: Refactor s2s:show()
|
Kim Alvefur |
2013-06-20 |
mod_admin_telnet: Generate session names the same way as in s2smanager
|
Kim Alvefur |
2013-06-20 |
mod_admin_telnet: Refactor s2s:close and s2s:closeall
|
Kim Alvefur |
2013-06-20 |
mod_register: Fix indentation
|
Kim Alvefur |
2013-06-19 |
mod_admin_telnet: Refactor s2s:showcert()
|
Kim Alvefur |
2013-06-19 |
net.dns: Support IPv6 addresses in resolv.conf
|
Florian Zeitz |
2013-06-18 |
Merge 0.9->trunk
|
Matthew Wild |
2013-06-18 |
mod_s2s/s2sout.lib: Remove unused variables and imports
|
Matthew Wild |
2013-06-18 |
mod_s2s/s2sout.lib: Remove reference to undefined global
|
Matthew Wild |
2013-06-18 |
mod_s2s/s2sout.lib: Use new util.net.local_addresses() to fetch local interface addresses
|
Matthew Wild |
2013-06-18 |
mod_s2s/s2sout.lib: Only attempt to create an IPv6 socket if LuaSocket supports IPv6
|
Matthew Wild |
2013-06-18 |