Mon, 28 Nov 2016 14:27:59 +0100 Kim Alvefur util.dependencies: Set ssl.x509 so core.certmanager knows that LuaSec is capable of certificate validation (fixes #781) 0.9.12
Mon, 05 Dec 2016 23:03:09 +0100 Kim Alvefur Merge 0.10->trunk
Mon, 05 Dec 2016 21:46:06 +0100 Kim Alvefur util.dependencies: Add check and info about lua-bitops (for mod_websockets)
Mon, 05 Dec 2016 21:43:09 +0100 Kim Alvefur util.dependencies: Update links for LuaExpat and LuaSec which have moved to new locations
Mon, 05 Dec 2016 12:29:21 +0100 Kim Alvefur Merge 0.10->trunk
Mon, 05 Dec 2016 12:23:51 +0100 Kim Alvefur mod_websocket: Allow per-host cross_domain_websocket, defaulting to the base URL of the current host
Mon, 05 Dec 2016 12:23:41 +0100 Kim Alvefur mod_websocket: Add the base URL of each host module is enabled on to 'cross_domain_websocket'
Mon, 05 Dec 2016 12:22:41 +0100 Kim Alvefur mod_websocket: Verify that the client-sent Origin header matches cross_domain_websocket (fixes #652)
Sun, 04 Dec 2016 11:57:26 +0100 Kim Alvefur mod_websocket: Use contains_token from util.http for checking if the requested WebSocket sub-protocols include XMPP
Sun, 04 Dec 2016 11:52:22 +0100 Kim Alvefur mod_websocket: Add some debug messages
Sun, 04 Dec 2016 11:58:16 +0100 Kim Alvefur net.websocket: Ignore unused argument warnings [luacheck]
Fri, 02 Dec 2016 11:13:05 +0100 Kim Alvefur Merge 0.10->trunk
Thu, 01 Dec 2016 10:02:57 +0100 Kim Alvefur mod_storage_sql: Normalize parameters for upgrade command
Thu, 01 Dec 2016 10:02:26 +0100 Kim Alvefur mod_storage_sql: List available commands if no commands given (currenly only one available)
Thu, 01 Dec 2016 10:02:01 +0100 Kim Alvefur mod_storage_sql: Don't say 'Unknown command' if no command was given (fixes attempt to concatenate nil)
Thu, 01 Dec 2016 06:47:03 +0100 Kim Alvefur mod_register: Record the time of registration in the account details store
Thu, 01 Dec 2016 03:22:42 +0100 Kim Alvefur mod_storage_sql: Include missing parameter table key 'port'
Tue, 29 Nov 2016 08:20:42 +0100 Kim Alvefur mod_storage_sql: Create a new table to hold normalized database parameters (fixes #636)
Mon, 28 Nov 2016 07:30:39 +0100 Kim Alvefur mod_storage_sql: Use is_stanza() from util.stanza
Mon, 28 Nov 2016 07:30:21 +0100 Kim Alvefur util.stanza: Add an is_stanza() function to check if an object is a stanza
Mon, 28 Nov 2016 06:55:48 +0100 Kim Alvefur configure: Fix quote on the correct side of the equals sign
Sun, 27 Nov 2016 20:46:55 +0100 Kim Alvefur configure: Use $() and quotes instead of `` [shellcheck]
Sun, 27 Nov 2016 01:06:23 +0100 Kim Alvefur Merge 0.10->trunk
Sun, 27 Nov 2016 00:10:51 +0100 Kim Alvefur MUC: Don't create room in response to unavailable presence
Sat, 26 Nov 2016 20:11:03 +0100 Kim Alvefur Merge 0.10->trunk
Sat, 26 Nov 2016 20:10:40 +0100 Kim Alvefur doc: Add a description of the Storage API in TypedLua format
Sat, 26 Nov 2016 20:08:48 +0100 Kim Alvefur core.certmanager: Translate "no start line" to something friendlier (thanks santiago)
Fri, 25 Nov 2016 05:09:44 +0100 Kim Alvefur man/prosodyctl: Mention --config
Fri, 25 Nov 2016 05:08:58 +0100 Kim Alvefur man/prosodyctl: Add section about certificate commands
Fri, 25 Nov 2016 05:08:09 +0100 Kim Alvefur core.stanza_router: Separate iq type check from child count check
Fri, 25 Nov 2016 05:06:13 +0100 Kim Alvefur core.stanza_router: Require 'id' attribute on iq stanzas (fixes #785)
Thu, 24 Nov 2016 14:18:25 +0100 Kim Alvefur Merge 0.9->0.10
Wed, 23 Nov 2016 17:27:44 +0100 Kim Alvefur net.server_epoll: Use _SOCKETINVALID from LuaSocket
Tue, 22 Nov 2016 15:28:24 +0100 Kim Alvefur net.server_select: Prevent writes after a handler is closed (fixes #783 I hope)
Mon, 21 Nov 2016 02:40:47 +0100 Kim Alvefur Merge 0.10->trunk
Sun, 20 Nov 2016 12:06:36 +0100 Kim Alvefur util.datamanager: Shorter pattern
Sun, 20 Nov 2016 12:05:43 +0100 Kim Alvefur util.datamanager: Remove extraneous decoding of + to space, which we never never encode to
Sun, 20 Nov 2016 12:03:24 +0100 Kim Alvefur util.datamanager: Use the 'base' argument to tonumber() to indicate hexadecimal
Sun, 20 Nov 2016 11:51:13 +0100 Kim Alvefur mod_posix: Use type-specific config API
Sun, 20 Nov 2016 11:32:05 +0100 Kim Alvefur prosody: Add annotations to ignore various globals and unused arguments [luacheck]
Sun, 20 Nov 2016 11:30:26 +0100 Kim Alvefur prosody: Set session tables on the 'prosody' global first, then export them as globals
Sun, 20 Nov 2016 11:15:10 +0100 Kim Alvefur util.envload: Ignore use of Lua 5.1-only setfenv function [luacheck]
Sat, 19 Nov 2016 17:37:52 +0100 Kim Alvefur Merge 0.10->trunk
Sat, 19 Nov 2016 17:34:54 +0100 Kim Alvefur util.pubsub: Fix item retrieval by including the item order as it was before using util.cache (thanks walduhu)
Sat, 19 Nov 2016 01:11:28 +0100 Kim Alvefur util.async: Add annotation to ignore warning [luacheck]
Sat, 19 Nov 2016 01:11:53 +0100 Kim Alvefur util.async: Rename variable to avoid name clash [luacheck]
Sat, 19 Nov 2016 01:05:36 +0100 Kim Alvefur Merge 0.10->trunk
Fri, 18 Nov 2016 14:08:38 +0100 Kim Alvefur mod_admin_telnet: Use the module:send() API for xmpp:ping command
Fri, 18 Nov 2016 10:21:02 +0100 Kim Alvefur util.dependencies: Disable warning about Lua 5.2 (but still warn about 5.3)
Fri, 18 Nov 2016 10:19:34 +0100 Kim Alvefur util.helpers: List event priorities instead of useless array index
Thu, 17 Nov 2016 23:20:41 +0100 Kim Alvefur Merge 0.10->trunk
Thu, 17 Nov 2016 22:38:46 +0100 Kim Alvefur mod_message, mod_carbons: Adjust event hook priorities to negative (core modules should do this to make overriding from other modules easier)
Sat, 05 Nov 2016 00:28:30 +0100 Kim Alvefur Merge 0.10->trunk
Fri, 04 Nov 2016 13:28:10 +0100 Kim Alvefur mod_websocket: Set FIN flag on ping frames (fixes #773)
Thu, 03 Nov 2016 23:56:17 +0100 Kim Alvefur certs/Makefile: Remove more -c flags
Thu, 03 Nov 2016 23:55:46 +0100 Kim Alvefur Merge 0.9->0.10
Thu, 03 Nov 2016 23:51:40 +0100 Kim Alvefur certs/Makefile: Remove -c flag to chmod, which appears to be a GNUism ... again (thanks waqas)
Wed, 02 Nov 2016 23:19:41 +0100 Kim Alvefur mod_tls: Ignore unused argument [luacheck]
Wed, 02 Nov 2016 13:34:09 +0100 Kim Alvefur mod_register: Rename session reference in wrapped close method [luacheck]
Wed, 02 Nov 2016 13:30:45 +0100 Kim Alvefur mod_register: Use throttle_max as indicator of limits being enabled, in case min_seconds_between_registrations is not used
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip