Mon, 10 Apr 2017 10:28:05 +0200 Kim Alvefur mod_register: Remove check for empty table (previous line sets a field)
Sun, 09 Apr 2017 01:25:58 +0200 Kim Alvefur Merge 0.10->trunk
Sat, 08 Apr 2017 16:42:42 +0200 Kim Alvefur prosodyctl: Point out how default_storage is redundant if storage is a string
Sat, 08 Apr 2017 16:33:42 +0200 Kim Alvefur migration/prosody_sql: Commit transaction when all items have been processed
Sat, 08 Apr 2017 00:48:15 +0200 Kim Alvefur Merge 0.10->trunk
Fri, 07 Apr 2017 13:17:00 +0200 Kim Alvefur migrator/prosody_sql: Abort and demand database be upgraded if it needs to be (#635)
Fri, 07 Apr 2017 13:16:12 +0200 Kim Alvefur migrator.prosody_sql: Switch to util.sql (#635)
Fri, 07 Apr 2017 13:06:06 +0200 Kim Alvefur migrator: Remove broken distinction between a load error or a missing storage handler (worked with module()?)
Tue, 04 Apr 2017 18:46:51 +0200 Kim Alvefur mod_storage_none: Add a noop archive delete method
Tue, 04 Apr 2017 01:41:09 +0200 Kim Alvefur Merge 0.10->trunk
Tue, 04 Apr 2017 01:31:51 +0200 Kim Alvefur mod_storage_none: Add allways empty archive storage
Tue, 04 Apr 2017 01:30:00 +0200 Kim Alvefur mod_storage_none: Ignore unused arguments [luacheck]
Tue, 04 Apr 2017 01:26:33 +0200 Kim Alvefur mod_auth_internal_plain: Rename unused self argument [luacheck]
Tue, 04 Apr 2017 01:26:26 +0200 Kim Alvefur mod_auth_internal_hashed: Split long lines [luacheck]
Tue, 04 Apr 2017 01:26:09 +0200 Kim Alvefur mod_auth_internal_hashed: Rename unused 'self' to _ [luacheck]
Tue, 04 Apr 2017 01:25:33 +0200 Kim Alvefur mod_auth_cyrus: Ignore unused arguments to various not actually implemented functions [luacheck]
Tue, 04 Apr 2017 01:25:10 +0200 Kim Alvefur mod_auth_anonymous: Ignore unused arguments to various not actually implemented functions [luacheck]
Mon, 03 Apr 2017 17:14:34 +0200 Kim Alvefur mod_websocket: Log state of cross domain set after changing it
Mon, 03 Apr 2017 00:59:44 +0200 Kim Alvefur Merge 0.10->trunk
Mon, 03 Apr 2017 00:34:37 +0200 Kim Alvefur mod_storage_sql: Fix to use correct SQL query (thanks carlos)
Sun, 02 Apr 2017 23:06:27 +0200 Kim Alvefur Merge 0.10->trunk
Sun, 02 Apr 2017 22:26:52 +0200 Kim Alvefur luacheckrc: Declare module.environment as writable (thanks Link Mauve)
Sun, 02 Apr 2017 19:38:52 +0100 Emmanuel Gil Peyrot mod_mam: Remove extraneous assert when opening the store
Sun, 02 Apr 2017 00:24:37 +0200 Kim Alvefur Merge 0.10->trunk
Sun, 02 Apr 2017 00:24:07 +0200 Kim Alvefur net.http: Pass error all the way to callback
Sat, 01 Apr 2017 22:40:09 +0200 Kim Alvefur mod_c2s: Remove unused locals [luacheck]
Sat, 01 Apr 2017 22:38:02 +0200 Kim Alvefur Merge 0.10->trunk
Sat, 01 Apr 2017 22:34:15 +0200 Kim Alvefur mod_saslauth: Remove unused argument [luacheck]
Sat, 01 Apr 2017 22:30:37 +0200 Kim Alvefur mod_disco: Rename variables to avoid name clash [luacheck]
Sat, 01 Apr 2017 22:18:44 +0200 Kim Alvefur mod_blocklist: Use local variable [luacheck]
Sat, 01 Apr 2017 21:48:54 +0200 Kim Alvefur Merge 0.10->trunk
Sat, 01 Apr 2017 19:47:02 +0200 Kim Alvefur mod_storage_sql: Remove unused return values (should those actually be used?)
Sat, 01 Apr 2017 19:45:47 +0200 Kim Alvefur mod_storage_sql: Ignore name clash [luacheck]
Sat, 01 Apr 2017 19:45:37 +0200 Kim Alvefur mod_storage_sql: Split long lines [luacheck]
Sat, 01 Apr 2017 19:45:20 +0200 Kim Alvefur mod_storage_sql: Ignore name clash [luacheck]
Sat, 01 Apr 2017 19:39:20 +0200 Kim Alvefur mod_storage_sql: Pass SQL engine as an argument to upgrade and table creator functions
Sat, 01 Apr 2017 19:26:27 +0200 Kim Alvefur mod_storage_sql: Move SQL queries into multiline strings for readability [luacheck]
Sat, 01 Apr 2017 19:25:34 +0200 Kim Alvefur mod_storage_sql: Rename variables to avoid name clashes [luacheck]
Sat, 01 Apr 2017 19:04:54 +0200 Kim Alvefur mod_storage_sql: Sensible defaults for 'when' and 'with' arguments
Sat, 01 Apr 2017 19:04:15 +0200 Kim Alvefur mod_offline: Include timestamp and empty 'with'
Sat, 01 Apr 2017 19:02:27 +0200 Kim Alvefur mod_storage_sql: Remove compat for argument order change
Sat, 01 Apr 2017 16:03:37 +0200 Kim Alvefur MUC: Include original stanza in send history event
Sat, 01 Apr 2017 16:02:57 +0200 Kim Alvefur MUC: Decrement priority muc-get-history hook to standard for core modules
Fri, 31 Mar 2017 19:01:42 +0200 Kim Alvefur Merge 0.10->trunk
Fri, 31 Mar 2017 18:52:53 +0200 Kim Alvefur MUC: Only create rooms in a locked state when they are created by someone joining (fixes timed deletion of all rooms on startup)
Fri, 31 Mar 2017 17:50:19 +0200 Kim Alvefur mod_offline: Switch to using archive store via the storagemanager API
Fri, 31 Mar 2017 17:49:51 +0200 Kim Alvefur mod_storage_internal: Add the dates method
Fri, 31 Mar 2017 17:48:50 +0200 Kim Alvefur mod_storage_internal: Add support for removing archived items
Fri, 31 Mar 2017 17:47:06 +0200 Kim Alvefur mod_storage_internal: Add basic archive store implementation
Fri, 31 Mar 2017 17:39:41 +0200 Kim Alvefur mod_storage_internal: Ignore unused 'self' argument [luacheck]
Fri, 31 Mar 2017 17:38:46 +0200 Kim Alvefur mod_storage_internal: Reorder methods
Fri, 31 Mar 2017 17:34:33 +0200 Kim Alvefur mod_storage_internal: Separate driver from keyval implementation
Fri, 31 Mar 2017 17:29:08 +0200 Kim Alvefur util.array: Add method for filtering out duplicate values
Wed, 29 Mar 2017 22:38:31 +0200 Kim Alvefur util.id: New util for producing random identifiers of varying sizes
Tue, 28 Mar 2017 20:14:35 +0200 Kim Alvefur Merge 0.10->trunk
Tue, 28 Mar 2017 17:31:55 +0200 Kim Alvefur util.datamanager: Log where the error came from
Tue, 28 Mar 2017 17:31:24 +0200 Kim Alvefur util.datamanager: Rearrange locals
Tue, 28 Feb 2017 13:26:05 +0100 Kim Alvefur util.pposix: Remove fallocate
Tue, 28 Feb 2017 11:33:43 +0100 Kim Alvefur util.datamanager: Use pposix.atomic_append
Wed, 01 Mar 2017 01:33:00 +0100 Kim Alvefur util.pposix: Add function for atomically appending data to a file
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip