Log

description author age
Merge 0.10->trunk Kim Alvefur Mon, 06 Mar 2017 15:31:21 +0100
mod_message: Return early on messages of type error (silences empty if branch warning) [luacheck] Kim Alvefur Mon, 06 Mar 2017 15:27:37 +0100
mod_c2s: Rename unused loop variable to _ [luacheck] Kim Alvefur Mon, 06 Mar 2017 15:24:44 +0100
mod_c2s: Rename variable no avoid name clash [luacheck] Kim Alvefur Mon, 06 Mar 2017 15:24:33 +0100
luacheckrc: Ignore shadowing of logger Kim Alvefur Mon, 06 Mar 2017 15:22:00 +0100
luacheckrc: Include entire module API Kim Alvefur Mon, 06 Mar 2017 15:11:37 +0100
mod_adhoc/adhoc.lib: instantiate table with all fields Kim Alvefur Mon, 06 Mar 2017 15:09:22 +0100
Merge 0.10->trunk Kim Alvefur Mon, 06 Mar 2017 01:14:32 +0100
core: Allow select core modules to mutate some globals (needs luacheck 1.19) Kim Alvefur Sat, 04 Mar 2017 20:09:28 +0100
luacheckrc: Set max line length to 150 for now [luacheck] Kim Alvefur Sat, 04 Mar 2017 20:06:29 +0100
core: Split some very long lines [luacheck] Kim Alvefur Sat, 04 Mar 2017 17:49:48 +0100
Merge 0.10->trunk Kim Alvefur Fri, 03 Mar 2017 11:52:22 +0100
configure: Fix setting libdir if prefix changed Kim Alvefur Fri, 03 Mar 2017 11:51:32 +0100
Merge 0.10->trunk Kim Alvefur Thu, 02 Mar 2017 23:03:02 +0100
configure: Set RUNWITH to lua + lua-suffix unless --runwith is given (fixes #721, #777) Kim Alvefur Thu, 02 Mar 2017 23:01:12 +0100
configure: Merge with configure from LuaRocks (which it was originally based on apparently) Kim Alvefur Thu, 02 Mar 2017 22:58:34 +0100
util.ringbuffer: Change types of length related variables to size_t [-Wsign-compare] Kim Alvefur Thu, 02 Mar 2017 19:22:07 +0100
Merge 0.9->0.10 Kim Alvefur Thu, 02 Mar 2017 15:21:07 +0100
mod_saslauth: Log SASL failure reason Kim Alvefur Thu, 02 Mar 2017 15:17:32 +0100
mod_websocket: Make open_stream method behave like the one from util.xmppstream Kim Alvefur Thu, 02 Mar 2017 03:03:25 +0100
mod_websocket: Include xml:lang attribute on stream <open> (fixes #840) Kim Alvefur Thu, 02 Mar 2017 03:03:04 +0100
Backed out changeset a3a4ed0d34f4 C99 is ok Kim Alvefur Thu, 02 Mar 2017 00:46:32 +0100
configure: Set C standard to C99 Kim Alvefur Thu, 02 Mar 2017 00:27:46 +0100
util.crand: Only include getrandom shiv with glibc older than 2.25 Kim Alvefur Thu, 02 Mar 2017 00:17:34 +0100
util.crand: Change argumen names to match some man page Kim Alvefur Thu, 02 Mar 2017 00:15:04 +0100
util.crand: Move comment block Kim Alvefur Wed, 01 Mar 2017 22:39:01 +0100
util.pposix, configure: Move _GNU_SOURCE macro into source files Kim Alvefur Wed, 01 Mar 2017 22:27:11 +0100
util.envload: Close file handle after reading data Kim Alvefur Wed, 01 Mar 2017 17:48:15 +0100
util.datamanager: Expose atomic_store as store_raw Kim Alvefur Wed, 01 Mar 2017 17:37:29 +0100
util.datamanager: Use atomic store function when writing the first entry of a list Kim Alvefur Wed, 01 Mar 2017 17:15:56 +0100
util.datamanager: Import value of ENOENT from util.pposix (if available) Kim Alvefur Wed, 01 Mar 2017 17:04:48 +0100
util.pposix: Expose ENOENT constant (usually 2, but you never know) Kim Alvefur Wed, 01 Mar 2017 17:03:48 +0100
util.datamanager: Ignore ENOENT (no such file) when loading data Kim Alvefur Wed, 01 Mar 2017 16:44:59 +0100
util.envload: Open file here instead of letting loadfile do it so that all return values from io.open can be collected Kim Alvefur Wed, 01 Mar 2017 16:42:02 +0100
Merge 0.10->trunk Kim Alvefur Wed, 01 Mar 2017 02:38:05 +0100
prosodyctl: Trim trailing whitespace Kim Alvefur Mon, 27 Feb 2017 15:55:22 +0100
tests/util.logger: Remove use of deprecated module function Kim Alvefur Mon, 27 Feb 2017 15:17:12 +0100
prosodyctl: Handle move of 'unpack' in Lua 5.2 Kim Alvefur Mon, 27 Feb 2017 14:55:01 +0100
util.pposix: Fix typo in comment Kim Alvefur Sun, 26 Feb 2017 20:31:08 +0100
util.crand: Clarify that lua_error does not return Kim Alvefur Sat, 25 Feb 2017 18:12:24 +0100
Merge 0.9->0.10 Kim Alvefur Sat, 25 Feb 2017 18:08:30 +0100
mod_register: Require encryption before registration if c2s_require_encryption is set (fixes #595) Kim Alvefur Tue, 21 Feb 2017 18:54:44 +0100
util.crand: Throw error if OpenSSLs RNG is not seeded Kim Alvefur Sat, 25 Feb 2017 17:57:22 +0100
mod_websocket: Set connections starttls method to false to prevent mod_tls from offering starttls (fixes #837) Kim Alvefur Sat, 25 Feb 2017 02:15:15 +0100
mod_tls: Suppress debug message if already using encryption Kim Alvefur Sat, 25 Feb 2017 01:16:31 +0100
util.adhoc: Pass command data to initial_data callback in order to allow loading per-user settings Kim Alvefur Wed, 22 Feb 2017 22:56:28 +0100
mod_admin_telnet: Print a message to open sessions when shutting down, including the reason Kim Alvefur Tue, 21 Feb 2017 17:34:01 +0100
net.server_epoll: Add method for changing read pattern Kim Alvefur Sat, 25 Feb 2017 17:41:39 +0100
Merge 0.10->trunk Kim Alvefur Mon, 20 Feb 2017 01:46:54 +0100
mod_mam: Fix to treat first return value from archive:append as assigned ID Kim Alvefur Mon, 20 Feb 2017 01:26:48 +0100
mod_storage_sql: Make archive:append() to return the id (or key) as first return value Kim Alvefur Mon, 20 Feb 2017 01:26:03 +0100
mod_mam: Remove repeated blank line Kim Alvefur Mon, 20 Feb 2017 00:51:12 +0100
mod_mam: Fix typo in comment Kim Alvefur Mon, 20 Feb 2017 00:38:32 +0100
mod_mam: Add missing wrapping <query> element when returning the query form Kim Alvefur Mon, 20 Feb 2017 00:37:46 +0100
mod_mam: Update namespace to XEP-0313 v0.6 Kim Alvefur Mon, 20 Feb 2017 00:32:59 +0100
mod_mam: Strip stanza-id tags after carbons Kim Alvefur Sun, 19 Feb 2017 23:39:53 +0100
mod_mam: Fix wording of comment Kim Alvefur Sun, 19 Feb 2017 13:44:47 +0100
Merge 0.10->trunk Kim Alvefur Wed, 15 Feb 2017 23:05:03 +0100
mod_saslauth: Ignore shadowing of logger [luacheck] Kim Alvefur Wed, 15 Feb 2017 23:04:44 +0100
mod_tls: Log reasons for not being able to do TLS Kim Alvefur Wed, 15 Feb 2017 23:03:22 +0100