Log

description author age
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