Log

description author age
util.sql: Strip indentation from queries for debug logging Kim Alvefur Wed, 12 Apr 2017 18:57:40 +0200
util.sql: Apply quote transform in engine:execute so it is applied to eg encoding checks in mod_storage_sql (thanks Martin) Kim Alvefur Wed, 12 Apr 2017 17:26:44 +0200
mod_storage_sql: Raise error if encoding check query fails Kim Alvefur Wed, 12 Apr 2017 17:26:13 +0200
Merge 0.10->trunk Kim Alvefur Mon, 10 Apr 2017 23:16:13 +0200
SQL: Use standard quotes for columns and other identifiers, rewrite to grave accents for MySQL only (fixes #885) Kim Alvefur Mon, 10 Apr 2017 23:13:39 +0200
mod_presence: Use get_child_text on priority child element (fixes #552) Kim Alvefur Mon, 10 Apr 2017 20:28:02 +0200
mod_presence: No need to overwrite index 1 since it's set on the line below Kim Alvefur Mon, 10 Apr 2017 20:04:07 +0200
mod_register: Include additional data in user-registering event Kim Alvefur Mon, 10 Apr 2017 10:30:31 +0200
mod_register: Remove check for empty table (previous line sets a field) Kim Alvefur Mon, 10 Apr 2017 10:28:05 +0200
Merge 0.10->trunk Kim Alvefur Sun, 09 Apr 2017 01:25:58 +0200
prosodyctl: Point out how default_storage is redundant if storage is a string Kim Alvefur Sat, 08 Apr 2017 16:42:42 +0200
migration/prosody_sql: Commit transaction when all items have been processed Kim Alvefur Sat, 08 Apr 2017 16:33:42 +0200
Merge 0.10->trunk Kim Alvefur Sat, 08 Apr 2017 00:48:15 +0200
migrator/prosody_sql: Abort and demand database be upgraded if it needs to be (#635) Kim Alvefur Fri, 07 Apr 2017 13:17:00 +0200
migrator.prosody_sql: Switch to util.sql (#635) Kim Alvefur Fri, 07 Apr 2017 13:16:12 +0200
migrator: Remove broken distinction between a load error or a missing storage handler (worked with module()?) Kim Alvefur Fri, 07 Apr 2017 13:06:06 +0200
mod_storage_none: Add a noop archive delete method Kim Alvefur Tue, 04 Apr 2017 18:46:51 +0200
Merge 0.10->trunk Kim Alvefur Tue, 04 Apr 2017 01:41:09 +0200
mod_storage_none: Add allways empty archive storage Kim Alvefur Tue, 04 Apr 2017 01:31:51 +0200
mod_storage_none: Ignore unused arguments [luacheck] Kim Alvefur Tue, 04 Apr 2017 01:30:00 +0200
mod_auth_internal_plain: Rename unused self argument [luacheck] Kim Alvefur Tue, 04 Apr 2017 01:26:33 +0200
mod_auth_internal_hashed: Split long lines [luacheck] Kim Alvefur Tue, 04 Apr 2017 01:26:26 +0200
mod_auth_internal_hashed: Rename unused 'self' to _ [luacheck] Kim Alvefur Tue, 04 Apr 2017 01:26:09 +0200
mod_auth_cyrus: Ignore unused arguments to various not actually implemented functions [luacheck] Kim Alvefur Tue, 04 Apr 2017 01:25:33 +0200
mod_auth_anonymous: Ignore unused arguments to various not actually implemented functions [luacheck] Kim Alvefur Tue, 04 Apr 2017 01:25:10 +0200
mod_websocket: Log state of cross domain set after changing it Kim Alvefur Mon, 03 Apr 2017 17:14:34 +0200
Merge 0.10->trunk Kim Alvefur Mon, 03 Apr 2017 00:59:44 +0200
mod_storage_sql: Fix to use correct SQL query (thanks carlos) Kim Alvefur Mon, 03 Apr 2017 00:34:37 +0200
Merge 0.10->trunk Kim Alvefur Sun, 02 Apr 2017 23:06:27 +0200
luacheckrc: Declare module.environment as writable (thanks Link Mauve) Kim Alvefur Sun, 02 Apr 2017 22:26:52 +0200
mod_mam: Remove extraneous assert when opening the store Emmanuel Gil Peyrot Sun, 02 Apr 2017 19:38:52 +0100
Merge 0.10->trunk Kim Alvefur Sun, 02 Apr 2017 00:24:37 +0200
net.http: Pass error all the way to callback Kim Alvefur Sun, 02 Apr 2017 00:24:07 +0200
mod_c2s: Remove unused locals [luacheck] Kim Alvefur Sat, 01 Apr 2017 22:40:09 +0200
Merge 0.10->trunk Kim Alvefur Sat, 01 Apr 2017 22:38:02 +0200
mod_saslauth: Remove unused argument [luacheck] Kim Alvefur Sat, 01 Apr 2017 22:34:15 +0200
mod_disco: Rename variables to avoid name clash [luacheck] Kim Alvefur Sat, 01 Apr 2017 22:30:37 +0200
mod_blocklist: Use local variable [luacheck] Kim Alvefur Sat, 01 Apr 2017 22:18:44 +0200
Merge 0.10->trunk Kim Alvefur Sat, 01 Apr 2017 21:48:54 +0200
mod_storage_sql: Remove unused return values (should those actually be used?) Kim Alvefur Sat, 01 Apr 2017 19:47:02 +0200
mod_storage_sql: Ignore name clash [luacheck] Kim Alvefur Sat, 01 Apr 2017 19:45:47 +0200
mod_storage_sql: Split long lines [luacheck] Kim Alvefur Sat, 01 Apr 2017 19:45:37 +0200
mod_storage_sql: Ignore name clash [luacheck] Kim Alvefur Sat, 01 Apr 2017 19:45:20 +0200
mod_storage_sql: Pass SQL engine as an argument to upgrade and table creator functions Kim Alvefur Sat, 01 Apr 2017 19:39:20 +0200
mod_storage_sql: Move SQL queries into multiline strings for readability [luacheck] Kim Alvefur Sat, 01 Apr 2017 19:26:27 +0200
mod_storage_sql: Rename variables to avoid name clashes [luacheck] Kim Alvefur Sat, 01 Apr 2017 19:25:34 +0200
mod_storage_sql: Sensible defaults for 'when' and 'with' arguments Kim Alvefur Sat, 01 Apr 2017 19:04:54 +0200
mod_offline: Include timestamp and empty 'with' Kim Alvefur Sat, 01 Apr 2017 19:04:15 +0200
mod_storage_sql: Remove compat for argument order change Kim Alvefur Sat, 01 Apr 2017 19:02:27 +0200
MUC: Include original stanza in send history event Kim Alvefur Sat, 01 Apr 2017 16:03:37 +0200
MUC: Decrement priority muc-get-history hook to standard for core modules Kim Alvefur Sat, 01 Apr 2017 16:02:57 +0200
Merge 0.10->trunk Kim Alvefur Fri, 31 Mar 2017 19:01:42 +0200
MUC: Only create rooms in a locked state when they are created by someone joining (fixes timed deletion of all rooms on startup) Kim Alvefur Fri, 31 Mar 2017 18:52:53 +0200
mod_offline: Switch to using archive store via the storagemanager API Kim Alvefur Fri, 31 Mar 2017 17:50:19 +0200
mod_storage_internal: Add the dates method Kim Alvefur Fri, 31 Mar 2017 17:49:51 +0200
mod_storage_internal: Add support for removing archived items Kim Alvefur Fri, 31 Mar 2017 17:48:50 +0200
mod_storage_internal: Add basic archive store implementation Kim Alvefur Fri, 31 Mar 2017 17:47:06 +0200
mod_storage_internal: Ignore unused 'self' argument [luacheck] Kim Alvefur Fri, 31 Mar 2017 17:39:41 +0200
mod_storage_internal: Reorder methods Kim Alvefur Fri, 31 Mar 2017 17:38:46 +0200
mod_storage_internal: Separate driver from keyval implementation Kim Alvefur Fri, 31 Mar 2017 17:34:33 +0200
util.array: Add method for filtering out duplicate values Kim Alvefur Fri, 31 Mar 2017 17:29:08 +0200
util.id: New util for producing random identifiers of varying sizes Kim Alvefur Wed, 29 Mar 2017 22:38:31 +0200
Merge 0.10->trunk Kim Alvefur Tue, 28 Mar 2017 20:14:35 +0200
util.datamanager: Log where the error came from Kim Alvefur Tue, 28 Mar 2017 17:31:55 +0200
util.datamanager: Rearrange locals Kim Alvefur Tue, 28 Mar 2017 17:31:24 +0200
util.pposix: Remove fallocate Kim Alvefur Tue, 28 Feb 2017 13:26:05 +0100
util.datamanager: Use pposix.atomic_append Kim Alvefur Tue, 28 Feb 2017 11:33:43 +0100
util.pposix: Add function for atomically appending data to a file Kim Alvefur Wed, 01 Mar 2017 01:33:00 +0100
Merge 0.10->trunk Kim Alvefur Mon, 27 Mar 2017 18:30:11 +0200
net.server_epoll: Attempt to simplify state control Kim Alvefur Mon, 27 Mar 2017 04:30:48 +0200
net.server_epoll: Check write buffer for remaining data to write when closing Kim Alvefur Mon, 27 Mar 2017 03:41:24 +0200
net.server_epoll: Log if there's a connection without listeners Kim Alvefur Mon, 27 Mar 2017 03:40:24 +0200
man prosodyctl: Rebuild from Markdown source Kim Alvefur Sat, 25 Mar 2017 17:32:42 +0100
Merge 0.10->trunk Kim Alvefur Fri, 24 Mar 2017 00:32:09 +0100
Merge 0.9->0.10 Kim Alvefur Fri, 24 Mar 2017 00:28:18 +0100
mod_disco: Correctly set the 'node' attr (fixes #449) Kim Alvefur Fri, 24 Mar 2017 00:25:49 +0100
Merge 0.10->trunk Kim Alvefur Thu, 23 Mar 2017 14:46:41 +0100
mod_mam: Remove dead code (default will be filled in by mamprefs.lib) Kim Alvefur Thu, 23 Mar 2017 14:45:18 +0100
Merge 0.10->trunk Kim Alvefur Thu, 23 Mar 2017 01:30:58 +0100
util.encodings: Make limit lookup table a const (from Lua f2a813ae) Kim Alvefur Wed, 22 Mar 2017 23:40:53 +0100
MUC: Log when denying entry to locked room Kim Alvefur Wed, 22 Mar 2017 14:13:28 +0100
util.datamanager: Remove check for file non-existence since ENOENT tells us that already Kim Alvefur Wed, 22 Mar 2017 12:02:52 +0100
util.datamanager: Split long line [luacheck] Kim Alvefur Wed, 22 Mar 2017 12:00:21 +0100
storagemanager: Use the existing local reference to 'hosts' Kim Alvefur Wed, 22 Mar 2017 10:38:36 +0100
util.dependencies: Give APT command for installing lua-sec Kim Alvefur Tue, 21 Mar 2017 15:18:35 +0100
mod_posix: Use path variant of config API for pidfile option Kim Alvefur Tue, 21 Mar 2017 12:08:29 +0100
mod_http_files: Use path variant of config option API for http_files_dir Kim Alvefur Tue, 21 Mar 2017 12:06:52 +0100
MUC: Shorter label Kim Alvefur Tue, 21 Mar 2017 04:41:40 +0100
Merge 0.10->trunk Kim Alvefur Mon, 20 Mar 2017 03:11:27 +0100
util.statistics,statsd,throttle,timer: Replace dependency on LuaSockect with util.time for precision time Kim Alvefur Mon, 20 Mar 2017 00:48:28 +0100
configure: Move name and directory name into a variable for easier comparison with similar scripts Kim Alvefur Sat, 18 Mar 2017 18:50:17 +0100
Merge 0.10->trunk Kim Alvefur Fri, 17 Mar 2017 23:14:03 +0100
mod_http_files: Pass only the name of the path, get_option_path knows how to deal with it Kim Alvefur Fri, 17 Mar 2017 23:02:35 +0100
Merge 0.10 -> trunk Matthew Wild Fri, 17 Mar 2017 13:08:31 +0000
mod_pubsub: Fix syntax error introduced in 241f02bd66ce Matthew Wild Fri, 17 Mar 2017 13:04:18 +0000
Merge 0.10->trunk Kim Alvefur Thu, 16 Mar 2017 23:49:27 +0100
luacheckrc: Add module:get_option_scalar to known globals Kim Alvefur Thu, 16 Mar 2017 21:05:44 +0100
mod_pubsub: Rely on type checking in module API Kim Alvefur Thu, 16 Mar 2017 21:02:40 +0100
mod_mam: Handle default_archive_policy option consistently Kim Alvefur Thu, 16 Mar 2017 21:01:45 +0100
mod_http_files: Use API for config options that are file paths Kim Alvefur Thu, 16 Mar 2017 20:53:08 +0100
plugins/various: Use type-specific config API Kim Alvefur Thu, 16 Mar 2017 20:46:06 +0100
util.array: Add O(n) equality check metamethod Kim Alvefur Thu, 16 Mar 2017 19:09:57 +0100
core.moduleapi: Factor out code for getting a scalar config option Kim Alvefur Wed, 15 Mar 2017 15:07:16 +0100
Merge 0.10->trunk Kim Alvefur Sun, 12 Mar 2017 12:52:55 +0100
util.signal: Enable all GNU features, _DEFAULT_SOURCE doesn't have the desired effect before glibc 2.19 Kim Alvefur Sun, 12 Mar 2017 12:49:34 +0100
Merge 0.10->trunk Kim Alvefur Sat, 11 Mar 2017 17:51:02 +0100
util.signal: Restore non-standard GNU "default" behaviour of signal(2) Kim Alvefur Sat, 11 Mar 2017 16:41:23 +0100
Merge 0.10->trunk Kim Alvefur Fri, 10 Mar 2017 16:59:21 +0100
util-src: Specify size of various tables to be allocated Kim Alvefur Thu, 09 Mar 2017 01:20:59 +0100
mod_blocklist: Split long line [luacheck] Kim Alvefur Thu, 09 Mar 2017 00:59:32 +0100
Merge 0.10->trunk Kim Alvefur Tue, 07 Mar 2017 22:44:12 +0100
util.pposix: Use correct type for limits [-Wconstant-conversion] Kim Alvefur Tue, 07 Mar 2017 22:36:43 +0100
util.pposix: Limit meminfo to Linux until we can figure out how to get this info on other platforms Kim Alvefur Tue, 07 Mar 2017 22:33:57 +0100
configure: Fix Lua suffix in FreeBSD preset Kim Alvefur Tue, 07 Mar 2017 21:48:05 +0100
Merge 0.10->trunk Kim Alvefur Mon, 06 Mar 2017 16:05:57 +0100
mod_saslauth: Fix typoed variable name [luacheck] Kim Alvefur Mon, 06 Mar 2017 16:05:24 +0100
tests: Trim trailing whitespace Kim Alvefur Mon, 06 Mar 2017 16:01:27 +0100
mod_saslauth: Switch to hook_tag from hook_stanza which was renamed in 2087d42f1e77 Kim Alvefur Mon, 06 Mar 2017 15:56:12 +0100
mod_tls: Switch to hook_tag from hook_stanza which was renamed in 2087d42f1e77 Kim Alvefur Mon, 06 Mar 2017 15:55:37 +0100
MUC: Split long line [luacheck] Kim Alvefur Mon, 06 Mar 2017 15:35:02 +0100
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
mod_saslauth: Improve logging as to why when SASL is not offered Kim Alvefur Wed, 15 Feb 2017 23:00:03 +0100
mod_saslauth: Cache logger in local for less typing Kim Alvefur Wed, 15 Feb 2017 22:59:19 +0100
migrator: Fix missing word Kim Alvefur Wed, 15 Feb 2017 15:30:34 +0100
migrator: Fix argument parsing Kim Alvefur Wed, 15 Feb 2017 15:30:19 +0100
migrator: Unexpand whitespace Kim Alvefur Wed, 15 Feb 2017 15:29:37 +0100
Merge 0.10->trunk Kim Alvefur Tue, 14 Feb 2017 23:42:11 +0100
mod_mam: Advertise Stanza ID support (XEP-0359) (thanks iNPUTmice) Kim Alvefur Tue, 14 Feb 2017 18:51:41 +0100
mod_mam: Move stanza ID namespace to a common variable Kim Alvefur Tue, 14 Feb 2017 18:51:20 +0100
util-src/*.c: Attach pointer * to name instead of type Kim Alvefur Sun, 12 Feb 2017 16:42:29 +0100
util.ringbuffer: Remove address of buffer itself from __tostring since is now in the same struct Kim Alvefur Sun, 12 Feb 2017 15:51:32 +0100
Merge 0.10->trunk Kim Alvefur Fri, 10 Feb 2017 21:34:16 +0100
mod_component: Add read timeout handler (same behaviour as c2s and s2s) Kim Alvefur Fri, 10 Feb 2017 21:25:12 +0100
Merge 0.10->trunk Kim Alvefur Sat, 04 Feb 2017 01:08:27 +0100
mod_mam: Ignore "indirectly mutating read-only global variable prosody" warning [luacheck] Kim Alvefur Sat, 04 Feb 2017 00:59:10 +0100
mod_mam/mamprefs: Use 'prosody.hosts' instead of '_G.hosts' in case we ever deprecate the later Kim Alvefur Sat, 04 Feb 2017 00:58:48 +0100
mod_mam: Correct import of util.rsm Kim Alvefur Sat, 04 Feb 2017 00:57:34 +0100
tools/migration/migrator/*: Remove use of module() Kim Alvefur Thu, 02 Feb 2017 20:49:09 +0100
migrator: Remove wrapper around envloadfile since envloadfile does the right thing in a compatible way Kim Alvefur Thu, 02 Feb 2017 20:11:25 +0100
Makefile: Install mod_mam (fixes #825) Kim Alvefur Tue, 31 Jan 2017 22:49:09 +0100
Merge 0.10->trunk Kim Alvefur Sun, 29 Jan 2017 22:32:03 +0100
prosody: Silence warnings about setting the globals 'server' and 'socket' [luacheck] Kim Alvefur Sun, 29 Jan 2017 22:31:34 +0100
prosody: Trim trailing whitespace Kim Alvefur Sun, 29 Jan 2017 22:26:38 +0100
util.dependencies: Normalize whitespace Kim Alvefur Sat, 28 Jan 2017 21:43:38 +0100
Merge 0.10->trunk Kim Alvefur Sat, 28 Jan 2017 21:39:14 +0100
mod_component: Trim trailing whitespace Kim Alvefur Sat, 28 Jan 2017 21:38:47 +0100
luacheckrc: Allow mutating the global prosody and hosts tables in core/ (luacheck 0.18 adds detection of indirect mutation) Kim Alvefur Sat, 28 Jan 2017 17:02:28 +0100
mod_pep: Add some additional debug logging Kim Alvefur Sat, 28 Jan 2017 15:31:57 +0100
Merge 0.10->trunk Kim Alvefur Fri, 27 Jan 2017 12:23:19 +0100
mod_tls: Check that connection has starttls method first to prevent offering starttls over tls (thanks Remko and Tobias) Kim Alvefur Fri, 27 Jan 2017 12:21:09 +0100
Merge 0.10->trunk Kim Alvefur Thu, 26 Jan 2017 19:47:33 +0100
util.sslconfig: Remvoe flag merging for 'verify' as this is more of a tri-state field than a set of options Kim Alvefur Thu, 26 Jan 2017 14:18:30 +0100
mod_c2s, mod_s2s: Remove comment that no longer applies since 946871f6e3c8 Kim Alvefur Wed, 25 Jan 2017 11:18:00 +0100
mod_s2s: Clarify that it is stream features that can't be offered (here too) Kim Alvefur Wed, 25 Jan 2017 11:13:40 +0100
mod_tls: Return session.ssl_ctx if not nil, like when doing the full session type check Kim Alvefur Wed, 25 Jan 2017 11:12:43 +0100
mod_tls: Add debug logging for when TLS should be doable but no ssl context was set Kim Alvefur Wed, 25 Jan 2017 11:06:30 +0100
mod_c2s: Clarify that there were no *stream* features to offer Kim Alvefur Wed, 25 Jan 2017 10:47:31 +0100
Merge 0.10->trunk Kim Alvefur Tue, 24 Jan 2017 21:24:03 +0100
mod_watchregistrations: add a "registration_from" option mathieui Tue, 24 Jan 2017 21:13:23 +0100
Merge 0.10->trunk Kim Alvefur Tue, 24 Jan 2017 19:27:17 +0100
mod_storage_sql: Fix to use correct order for return values from transaction (thanks postblue) Kim Alvefur Tue, 24 Jan 2017 19:26:40 +0100
Merge 0.10->trunk Kim Alvefur Mon, 23 Jan 2017 19:34:14 +0100
mod_mam: Use correct local name for util.jid.prepped_split Kim Alvefur Mon, 23 Jan 2017 19:32:07 +0100
mod_mam: Silence warning about unused table used to describe data format [luacheck] Kim Alvefur Mon, 23 Jan 2017 19:31:30 +0100
mod_mam: Remove unused variables [luacheck] Kim Alvefur Mon, 23 Jan 2017 19:31:03 +0100
CHANGES: Add mod_mam Kim Alvefur Mon, 23 Jan 2017 19:24:16 +0100
util.rsm: Add copyright header Kim Alvefur Mon, 23 Jan 2017 19:18:41 +0100
mod_mam: Normalize copyright headers Kim Alvefur Mon, 23 Jan 2017 19:18:15 +0100
mod_mam: Change store name to "archive" but make it configurable for people who have data in "archive2" Kim Alvefur Wed, 11 Jan 2017 13:08:50 +0100
mod_mam: Allow a set of namespaces to be stripped from stored stanzas, default to chat states (fixes #763) Kim Alvefur Mon, 19 Dec 2016 08:44:56 +0100
mod_mam: If archive:delete() gives a number, this should be the number of deleted items Kim Alvefur Tue, 22 Nov 2016 18:19:55 +0100
mod_storage_sql: Return number of affected items from archive:delete Kim Alvefur Tue, 22 Nov 2016 18:13:21 +0100
mod_mam: Add XEP-0359 tag Kim Alvefur Sat, 19 Nov 2016 18:29:08 +0100
mod_mam: Filter out spoofed XEP-0359 tags Kim Alvefur Sat, 19 Nov 2016 18:28:59 +0100
mod_mam: Find out which party is the user and which is the 'with' earlier Kim Alvefur Sat, 19 Nov 2016 18:28:28 +0100
mod_mam: Alter hints processing Kim Alvefur Sat, 19 Nov 2016 18:27:28 +0100
mod_mam: Add some comments explaining archive expiry Kim Alvefur Sat, 19 Nov 2016 18:26:09 +0100
mod_mam: Remove legacy feature advertising Kim Alvefur Fri, 18 Nov 2016 10:44:56 +0100
mod_mam: Decrease priority to zero Kim Alvefur Fri, 18 Nov 2016 10:44:27 +0100
mod_mam: Update to XEP-0313 v0.5.1 Kim Alvefur Fri, 04 Nov 2016 13:59:49 +0100
mod_mam: Use is_stanza from util.stanza Kim Alvefur Mon, 28 Nov 2016 07:35:49 +0100