Log

description author age
Merge 0.10->trunk Matthew Wild 2014-01-12
Merge Matthew Wild 2014-01-12
mod_storage_sql2: Fix syntax error in subquery (Thanks Lance) Kim Alvefur 2014-01-05
Merge 0.9->0.10 Matthew Wild 2014-01-12
Tagging 0.9.3 Matthew Wild 2014-01-12
mod_tls: Log error when TLS initialization fails 0.9.3 Matthew Wild 2014-01-12
mod_s2s: Include IP in log messages, if host is unavailable Florian Zeitz 2014-01-05
tools/migration/migrator/prosody_files: Fix undefined global access of ‘error’, print the actual error message and correct file path in the error message when we fail to load a file, skip broken files instead of failing migration. Waqas Hussain 2014-01-03
Merge 0.10->trunk and Happy New Year! Kim Alvefur 2013-12-31
util.pubsub: Separate data from node configuration Kim Alvefur 2013-12-30
util.pubsub: Fire events on more actions Kim Alvefur 2013-12-26
mod_pubsub: Don't sent error replies from service disco events, let mod_disco handle that Kim Alvefur 2013-12-30
mod_storage_sql2: Expose the unique key argument, allowing arbitrary ids. Conflicting items are removed. Kim Alvefur 2013-12-25
mod_storage_sql2: Include user, host and store in id lookup Kim Alvefur 2013-12-25
net.server_{select,event}: addclient: Handle missing getaddrinfo Kim Alvefur 2013-12-23
net.server_{select,event}: addclient: Use getaddrinfo to detect IP address type if no socket type argument given. (Argument must be given for non-TCP) Kim Alvefur 2013-12-23
net.server_{select,event}: addclient: Add argument for overriding socket type Kim Alvefur 2013-12-23
net/http: Use server.addclient daurnimator 2013-12-19
net/server: addclient: wrapclient already calls startconnection for us daurnimator 2013-12-18
net/server_event: pcall require ssl rather than relying on globals daurnimator 2013-12-18
net/server_select: Fix typo daurnimator 2013-12-18
net/server_select: addclient: Check arguments daurnimator 2013-12-18
net/server_select: addclient: Check for failure correctly; remove wrapconnection call on failure daurnimator 2013-12-18
net/server_event: add_client should have same arguments no-matter the server backend daurnimator 2013-12-18
net/server_select: Check arguments to add_server correctly daurnimator 2013-12-18
net/server_select: pcall require ssl (easy to forget to require ssl) daurnimator 2013-12-18
Merge 0.10->trunk Kim Alvefur 2013-12-18
Merge 0.9->0.10 Kim Alvefur 2013-12-18
mod_component: Enable TCP keepalives on component streams Kim Alvefur 2013-12-18
mod_component: Decrease priority of component auth hook Kim Alvefur 2013-12-18
Merge 0.10->trunk Matthew Wild 2013-12-16
Merge 0.9->0.10 Matthew Wild 2013-12-16
net.server_select: Don't remove the socket from sendlist when we might have data in the buffer (we'll now let sendbuffer() take care of that) (thanks daurnimator) Matthew Wild 2013-12-16
net.http: assert() for socket creation success so it doesn't silently fail (thanks daurnimator) Matthew Wild 2013-12-16
Merge with trunk Matthew Wild 2013-12-16
Merge 0.10->trunk Matthew Wild 2013-12-16
Merge 0.9->0.10 Matthew Wild 2013-12-16
util.jid: Strip trailing '.' when normalizing hostnames Matthew Wild 2013-12-16
mod_muc: Remove extra parenthesis (thanks janhouse) Kim Alvefur 2013-12-14
Merge 0.10->trunk Kim Alvefur 2013-12-14
mod_muc: Remove extra parenthesis (thanks janhouse) Kim Alvefur 2013-12-14
Merge 0.10->trunk Matthew Wild 2013-12-13
Merge 0.9->0.10 Matthew Wild 2013-12-13
mod_muc: Allow admins to always bypass restrict_room_creation (thanks Chris B) Matthew Wild 2013-12-13
prosody: Store the config file name so the same file can be used when reloading Kim Alvefur 2013-12-13
Merge 0.10->trunk Matthew Wild 2013-12-11
Merge 0.9->0.10 Matthew Wild 2013-12-11
Tagging 0.9.2 (again) Matthew Wild 2013-12-04
Makefile, configure: Add option for disabling generation of example certificates 0.9.2 Kim Alvefur 2013-11-30
Merge 0.10->trunk Matthew Wild 2013-11-29
Merge 0.9->0.10 Matthew Wild 2013-11-29
Tagging 0.9.2 Matthew Wild 2013-11-29
Merge 0.10->trunk Kim Alvefur 2013-11-28
Merge 0.9->0.10 Kim Alvefur 2013-11-28
util.pposix: Verify that file handle is open Kim Alvefur 2013-11-28
Merge 0.10->trunk Kim Alvefur 2013-11-24
Merge 0.9->0.10 Kim Alvefur 2013-11-24
Makefile, certs: Generate example certificates on build, remove the old static one Kim Alvefur 2013-11-22
Merge 0.10->trunk Matthew Wild 2013-11-21
Merge 0.9->0.10 Matthew Wild 2013-11-21
certmanager: Further cipher string tweaking. Re-enable ciphers required for DSA and ECDH certs/keys. Matthew Wild 2013-11-21
Merge 0.10->trunk Kim Alvefur 2013-11-13
util.sql: Fix previous commit Kim Alvefur 2013-11-12
util.sql: Get character set info from the correct database. Kim Alvefur 2013-11-12
Merge 0.10->trunk Matthew Wild 2013-11-12
Merge 0.9->0.10 Matthew Wild 2013-11-12
Back out 1b0ac7950129, as SSLv3 appears to still be in moderate use on the network. Also, although obsolete, SSLv3 isn't documented to have any weaknesses that TLS 1.0 (the most common version used today) doesn't also have. Get your act together clients! Matthew Wild 2013-11-12
Merge 0.10->trunk Kim Alvefur 2013-11-11
mod_storage_sql2: Auto increment columns won't be NULL, so drop nullable=false Kim Alvefur 2013-11-11
util.sql: Rewrite auto increment columns to SERIAL for PostgreSQL Kim Alvefur 2013-11-11
Merge 0.10->trunk Matthew Wild 2013-11-10
util.sql: Fix to call execute on 'self' rather than 'engine' (thanks eisensheng) Matthew Wild 2013-11-10
Merge 0.10->trunk Matthew Wild 2013-11-10
Merge 0.9->0.10 Matthew Wild 2013-11-10
certmanager: Update default cipher string to prefer forward-secrecy over cipher strength and to disable triple-DES (weaker and much slower than AES) Matthew Wild 2013-11-10
util.set: Remove unused variable Matthew Wild 2013-11-10
Merge 0.10->trunk Matthew Wild 2013-11-09
Merge 0.9->0.10 Matthew Wild 2013-11-09
mod_storage_sql2: Fix backwards comparison of timestamp Kim Alvefur 2013-11-07
certmanager: Fix order of options, so that the dynamic option is at the end of the array Matthew Wild 2013-11-09
certmanager: Default to using the server's cipher preference order by default, as clients have been shown to commonly select weak and insecure ciphers even when they support stronger ones Matthew Wild 2013-11-09
core.moduleapi: Fix some global accesses. Waqas Hussain 2013-11-06
core/moduleapi: Return timer object from module:add_timer daurnimator 2013-11-06
util/timer: Re-set params when timer is rescheduled daurnimator 2013-11-06
Merge 0.10 -> trunk Kim Alvefur 2013-10-31
Merge 0.9 -> 0.10 Kim Alvefur 2013-10-31
certmanager: Disable SSLv3 by default Kim Alvefur 2013-10-31
mod_storage_sql2: Switch to the util.sql table definition for the main table Kim Alvefur 2013-10-30
mod_storage_sql2: The prosodyarchive_index should be unique Kim Alvefur 2013-10-30
mod_storage_sql2: Use primary_key and auto_increment flags instead of baking that into the type Kim Alvefur 2013-10-30
mod_storage_sql2: Use MEDIUMTEXT fields for value columns (ie TEXT on non-MySQL) Kim Alvefur 2013-10-30
util.sql: Rewrite MEDIUMTEXT to TEXT for drivers other than MySQL Kim Alvefur 2013-10-30
util.sql: Check what encoding SQLite3 uses Kim Alvefur 2013-10-29
util.sql: Find out if MySQL supports utf8mb4 and use that Kim Alvefur 2013-10-29
util.sql: Support incrementing columns Kim Alvefur 2013-10-28
util.sql: Allow columns to be marked the primary key Kim Alvefur 2013-10-28