Log

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