log

age author description
Wed, 01 Mar 2017 17:37:29 +0100 Kim Alvefur util.datamanager: Expose atomic_store as store_raw
Wed, 01 Mar 2017 17:15:56 +0100 Kim Alvefur util.datamanager: Use atomic store function when writing the first entry of a list
Wed, 01 Mar 2017 17:04:48 +0100 Kim Alvefur util.datamanager: Import value of ENOENT from util.pposix (if available)
Wed, 01 Mar 2017 17:03:48 +0100 Kim Alvefur util.pposix: Expose ENOENT constant (usually 2, but you never know)
Wed, 01 Mar 2017 16:44:59 +0100 Kim Alvefur util.datamanager: Ignore ENOENT (no such file) when loading data
Wed, 01 Mar 2017 16:42:02 +0100 Kim Alvefur util.envload: Open file here instead of letting loadfile do it so that all return values from io.open can be collected
Wed, 01 Mar 2017 02:38:05 +0100 Kim Alvefur Merge 0.10->trunk
Mon, 27 Feb 2017 15:55:22 +0100 Kim Alvefur prosodyctl: Trim trailing whitespace
Mon, 27 Feb 2017 15:17:12 +0100 Kim Alvefur tests/util.logger: Remove use of deprecated module function
Mon, 27 Feb 2017 14:55:01 +0100 Kim Alvefur prosodyctl: Handle move of 'unpack' in Lua 5.2
Sun, 26 Feb 2017 20:31:08 +0100 Kim Alvefur util.pposix: Fix typo in comment
Sat, 25 Feb 2017 18:12:24 +0100 Kim Alvefur util.crand: Clarify that lua_error does not return
Sat, 25 Feb 2017 18:08:30 +0100 Kim Alvefur Merge 0.9->0.10
Tue, 21 Feb 2017 18:54:44 +0100 Kim Alvefur mod_register: Require encryption before registration if c2s_require_encryption is set (fixes #595)
Sat, 25 Feb 2017 17:57:22 +0100 Kim Alvefur util.crand: Throw error if OpenSSLs RNG is not seeded
Sat, 25 Feb 2017 02:15:15 +0100 Kim Alvefur mod_websocket: Set connections starttls method to false to prevent mod_tls from offering starttls (fixes #837)
Sat, 25 Feb 2017 01:16:31 +0100 Kim Alvefur mod_tls: Suppress debug message if already using encryption
Wed, 22 Feb 2017 22:56:28 +0100 Kim Alvefur util.adhoc: Pass command data to initial_data callback in order to allow loading per-user settings
Tue, 21 Feb 2017 17:34:01 +0100 Kim Alvefur mod_admin_telnet: Print a message to open sessions when shutting down, including the reason
Sat, 25 Feb 2017 17:41:39 +0100 Kim Alvefur net.server_epoll: Add method for changing read pattern
Mon, 20 Feb 2017 01:46:54 +0100 Kim Alvefur Merge 0.10->trunk
Mon, 20 Feb 2017 01:26:48 +0100 Kim Alvefur mod_mam: Fix to treat first return value from archive:append as assigned ID
Mon, 20 Feb 2017 01:26:03 +0100 Kim Alvefur mod_storage_sql: Make archive:append() to return the id (or key) as first return value
Mon, 20 Feb 2017 00:51:12 +0100 Kim Alvefur mod_mam: Remove repeated blank line
Mon, 20 Feb 2017 00:38:32 +0100 Kim Alvefur mod_mam: Fix typo in comment
Mon, 20 Feb 2017 00:37:46 +0100 Kim Alvefur mod_mam: Add missing wrapping <query> element when returning the query form
Mon, 20 Feb 2017 00:32:59 +0100 Kim Alvefur mod_mam: Update namespace to XEP-0313 v0.6
Sun, 19 Feb 2017 23:39:53 +0100 Kim Alvefur mod_mam: Strip stanza-id tags after carbons
Sun, 19 Feb 2017 13:44:47 +0100 Kim Alvefur mod_mam: Fix wording of comment
Wed, 15 Feb 2017 23:05:03 +0100 Kim Alvefur Merge 0.10->trunk
Wed, 15 Feb 2017 23:04:44 +0100 Kim Alvefur mod_saslauth: Ignore shadowing of logger [luacheck]
Wed, 15 Feb 2017 23:03:22 +0100 Kim Alvefur mod_tls: Log reasons for not being able to do TLS
Wed, 15 Feb 2017 23:00:03 +0100 Kim Alvefur mod_saslauth: Improve logging as to why when SASL is not offered
Wed, 15 Feb 2017 22:59:19 +0100 Kim Alvefur mod_saslauth: Cache logger in local for less typing
Wed, 15 Feb 2017 15:30:34 +0100 Kim Alvefur migrator: Fix missing word
Wed, 15 Feb 2017 15:30:19 +0100 Kim Alvefur migrator: Fix argument parsing
Wed, 15 Feb 2017 15:29:37 +0100 Kim Alvefur migrator: Unexpand whitespace
Tue, 14 Feb 2017 23:42:11 +0100 Kim Alvefur Merge 0.10->trunk
Tue, 14 Feb 2017 18:51:41 +0100 Kim Alvefur mod_mam: Advertise Stanza ID support (XEP-0359) (thanks iNPUTmice)
Tue, 14 Feb 2017 18:51:20 +0100 Kim Alvefur mod_mam: Move stanza ID namespace to a common variable
Sun, 12 Feb 2017 16:42:29 +0100 Kim Alvefur util-src/*.c: Attach pointer * to name instead of type
Sun, 12 Feb 2017 15:51:32 +0100 Kim Alvefur util.ringbuffer: Remove address of buffer itself from __tostring since is now in the same struct
Fri, 10 Feb 2017 21:34:16 +0100 Kim Alvefur Merge 0.10->trunk
Fri, 10 Feb 2017 21:25:12 +0100 Kim Alvefur mod_component: Add read timeout handler (same behaviour as c2s and s2s)
Sat, 04 Feb 2017 01:08:27 +0100 Kim Alvefur Merge 0.10->trunk
Sat, 04 Feb 2017 00:59:10 +0100 Kim Alvefur mod_mam: Ignore "indirectly mutating read-only global variable prosody" warning [luacheck]
Sat, 04 Feb 2017 00:58:48 +0100 Kim Alvefur mod_mam/mamprefs: Use 'prosody.hosts' instead of '_G.hosts' in case we ever deprecate the later
Sat, 04 Feb 2017 00:57:34 +0100 Kim Alvefur mod_mam: Correct import of util.rsm
Thu, 02 Feb 2017 20:49:09 +0100 Kim Alvefur tools/migration/migrator/*: Remove use of module()
Thu, 02 Feb 2017 20:11:25 +0100 Kim Alvefur migrator: Remove wrapper around envloadfile since envloadfile does the right thing in a compatible way
Tue, 31 Jan 2017 22:49:09 +0100 Kim Alvefur Makefile: Install mod_mam (fixes #825)
Sun, 29 Jan 2017 22:32:03 +0100 Kim Alvefur Merge 0.10->trunk
Sun, 29 Jan 2017 22:31:34 +0100 Kim Alvefur prosody: Silence warnings about setting the globals 'server' and 'socket' [luacheck]
Sun, 29 Jan 2017 22:26:38 +0100 Kim Alvefur prosody: Trim trailing whitespace
Sat, 28 Jan 2017 21:43:38 +0100 Kim Alvefur util.dependencies: Normalize whitespace
Sat, 28 Jan 2017 21:39:14 +0100 Kim Alvefur Merge 0.10->trunk
Sat, 28 Jan 2017 21:38:47 +0100 Kim Alvefur mod_component: Trim trailing whitespace
Sat, 28 Jan 2017 17:02:28 +0100 Kim Alvefur luacheckrc: Allow mutating the global prosody and hosts tables in core/ (luacheck 0.18 adds detection of indirect mutation)
Sat, 28 Jan 2017 15:31:57 +0100 Kim Alvefur mod_pep: Add some additional debug logging
Fri, 27 Jan 2017 12:23:19 +0100 Kim Alvefur Merge 0.10->trunk