Log

description author age
mod_disco: Check for host type == 'local' ('normal' never existed) Matthew Wild 2013-08-06
moduleapi: module:get_host_type() now returns 'global' for * and 'local' for non-components Matthew Wild 2013-08-06
Merge 0.9->trunk Kim Alvefur 2013-08-06
mod_admin_telnet, mod_s2s: Fix reporting of certificate chain validation details Kim Alvefur 2013-08-06
util.hashes: Correct argument order Kim Alvefur 2013-08-06
mod_s2s: Improve policy check Kim Alvefur 2013-08-05
mod_s2s: Log certificate identity validation result Kim Alvefur 2013-08-04
mod_storage_sql2: Do an early return and drop an indentation level Kim Alvefur 2013-08-02
mod_c2s, mod_s2s: Log a message that stream encryption has been enabled with some details Kim Alvefur 2013-08-02
mod_register: Use more specific get_option variants Kim Alvefur 2013-08-02
mod_adhoc: Add local_user permission Florian Zeitz 2013-07-24
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
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
util.net: Add util.net, containing local_addresses() (removed from LuaSocket 3.0) Matthew Wild 2013-06-18
mod_tls: Remove debug statement Kim Alvefur 2013-06-16
additional fix for erlparse loading in ejabberd2prosody.lua Vadim Misbakh-Soloviov 2013-06-14
package{,c}path fixes for migration tools Vadim Misbakh-Soloviov 2013-06-14
Merge the merge Matthew Wild 2013-06-13
Merge 0.9->trunk Matthew Wild 2013-06-13
util.dataforms: Return nil for empty list-mutli responses, to be consistent with other readers Florian Zeitz 2013-06-13
mod_muc: Add Ad-Hoc command to destroy MUC rooms Florian Zeitz 2013-06-04
mod_muc: Utilize mod_disco, instead of reimplementing disco handling Florian Zeitz 2013-06-04
mod_pubsub: Utilize mod_disco, instead of reimplementing disco handling Florian Zeitz 2013-06-04
mod_disco: Allow ansering disco requests including nodes, and adding custom items to disco#items requests Florian Zeitz 2013-06-04
mod_http_files: Put the MIME type map in a global shared table Kim Alvefur 2013-06-13
util.sasl.external: Add SASL EXTERNAL mechanism Kim Alvefur 2013-06-13
prosody: Remove global ssl context, no longer used Kim Alvefur 2013-06-13
mod_tls: Refactor to allow separate SSL configuration for c2s and s2s connections Kim Alvefur 2013-06-13
certmanager: Overhaul of how ssl configs are built. Kim Alvefur 2013-06-13
Merge 0.9->trunk Matthew Wild 2013-06-13
mod_pep: When a client supplies no id on a published item, reflect our generated id back to it Florian Zeitz 2013-06-13
Merge 0.9->trunk Matthew Wild 2013-06-13
mod_muc: Fix incorrect variable name Matthew Wild 2013-05-21
Merge 0.9->trunk Matthew Wild 2013-06-12
certmanager: Add single_dh_use and single_ecdh_use to default options Matthew Wild 2013-06-12
Merge 0.9->trunk Matthew Wild 2013-06-12
certmanager: Set ssl.curve to 'secp384r1' by default, to enable ECC ciphers Matthew Wild 2013-06-12
util.pubsub: Check whether node exists, when deleting Florian Zeitz 2013-06-12
Merge 0.9->trunk Matthew Wild 2013-06-11
certmanager: Use 'curve' and 'dhparam' options from ssl config if present Matthew Wild 2013-06-11
mod_admin_telnet: Add server:memory() command to view details of Prosody's memory usage Matthew Wild 2013-05-16
mod_bosh: Remove Connection: keep-alive header (conflicts with new net.http.server) Matthew Wild 2013-06-07
mod_bosh: Fix global write Matthew Wild 2013-06-07
mod_c2s, mod_s2s: Fire an event on read timeouts Kim Alvefur 2013-06-11
mod_c2s: Become a shared module and allow being disabled on some virtualhosts Kim Alvefur 2013-06-11
mod_bosh: Reduce a little code. Waqas Hussain 2013-06-11
Merge 0.9->trunk Kim Alvefur 2013-06-10
mod_admin_telnet: Fix another wrong boolean expression Kim Alvefur 2013-06-10
Merge 0.9->trunk Kim Alvefur 2013-06-09
net.server_select: Make sure there is a server to pause when hitting maxfd (Thanks elghinn) Kim Alvefur 2013-06-09
mod_admin_telnet: Simplify IPv6 detection, fixes rare traceback Kim Alvefur 2013-06-09
mod_s2s: Set s2s_session.ip Kim Alvefur 2013-06-09