mod_adhoc: Use mod_disco for disco handling
|
Florian Zeitz |
2013-07-24 |
mod_adhoc: Sort commands by node. This guarantees the order remains the same across restarts etc.
|
Florian Zeitz |
2013-07-24 |
Merge 0.9->trunk
|
Kim Alvefur |
2013-07-24 |
adhoc.lib: Don't build error reply from reply stanza
|
Kim Alvefur |
2013-07-24 |
mod_c2s: Change default of tcp_keepalives to true, and make it individually configurable through c2s_tcp_keepalives
|
Kim Alvefur |
2013-07-24 |
Merge 0.9->trunk
|
Kim Alvefur |
2013-07-22 |
net.server_event: Pass ondrain handler from listener
|
Kim Alvefur |
2013-07-22 |
net.http.server: Fix Keep-Alive requests with HTTP 1.0
|
Kim Alvefur |
2013-07-22 |
Merge 0.9->trunk
|
Matthew Wild |
2013-07-15 |
util.net: Fix compilation on Windows (outputs an empty list of addresses for now) (tested only in my head)
|
Matthew Wild |
2013-07-15 |
Merge 0.9->trunk
|
Matthew Wild |
2013-07-15 |
util.net: Include missing header needed for successful compiltion on FreeBSD
|
Matthew Wild |
2013-07-15 |
util.events: Remove varargs, event handlers can now only accept a single parameter
|
Matthew Wild |
2013-07-15 |
mod_bosh, mod_c2s: No longer fire stream-features globally (nobody uses it, and shared modules make it easy for global modules to hook per-host now)
|
Matthew Wild |
2013-07-15 |
rostermanager, mod_groups: Change roster-load event to pass an event table for consistency
|
Matthew Wild |
2013-07-15 |
Merge 0.9->trunk
|
Matthew Wild |
2013-07-13 |
certmanager: Set our own default cipher string, which includes only ciphers regarded as 'HIGH' strength (by OpenSSL). In particular this disables RC4.
|
Matthew Wild |
2013-07-13 |
util.sql: Do lazy fetching of affected/rowcount
|
Kim Alvefur |
2013-07-12 |
Backed out changeset 3c57c2281087
|
Kim Alvefur |
2013-07-12 |
util.sql: Don't fetch row count of result sets for queries that don't have result sets
|
Kim Alvefur |
2013-07-12 |
mod_storage_sql2: Add archive store with append and find methods
|
Kim Alvefur |
2013-07-12 |
mod_storage_sql2: Create an additional table `prosodyarchive` for chronological collections
|
Kim Alvefur |
2013-07-11 |
util.sql: Set charset and collation for MySQL when creating tables
|
Kim Alvefur |
2013-07-11 |
Remove plugins/storage/sqlbasic.lib.lua, which seems obsolete
|
Matthew Wild |
2013-07-11 |
Merge 0.9->trunk
|
Matthew Wild |
2013-07-11 |
mod_storage_sql2: Remove from 0.9
|
Matthew Wild |
2013-07-11 |
mod_storage_sql2: Support XML serialization for stanzas.
|
Kim Alvefur |
2013-07-10 |
mod_storage_sql2: Keep available store types in a table
|
Kim Alvefur |
2013-07-10 |
mod_storage_sql2: Fix iteration over users and stores
|
Kim Alvefur |
2013-07-10 |
mod_storage_sql2: Make sure the user field is not NULL
|
Kim Alvefur |
2013-07-10 |
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 |