Log

description author age
util.prosodyctl: Construct luarocks command line with templates Kim Alvefur Mon, 05 Oct 2020 21:13:23 +0200
util.pluginloader: Look for module libs in mod_plugin/lib.lua Kim Alvefur Mon, 05 Oct 2020 20:58:37 +0200
util.pluginloader: Look for top level mod_something.lua in luarocks-style tree Kim Alvefur Mon, 05 Oct 2020 20:56:53 +0200
util.pluginloader: Extract Lua version once Kim Alvefur Mon, 05 Oct 2020 20:56:03 +0200
MUC: Correct advertising of subject write access (really fixes #1155) 0.11 Kim Alvefur Sun, 04 Oct 2020 18:00:32 +0200
util.xml: Fix float formatting of line and columns in error (on Lua 5.3+) Kim Alvefur Sat, 03 Oct 2020 16:22:56 +0200
mod_bosh: Count connection attempts non-VirtualHost as "bad host" (stats) Kim Alvefur Sat, 03 Oct 2020 15:09:12 +0200
Merge 0.11->trunk Kim Alvefur Sat, 03 Oct 2020 15:07:48 +0200
mod_bosh: Ensure that stream is directed to a VirtualHost (fixes #425) 0.11 Kim Alvefur Sat, 03 Oct 2020 15:03:09 +0200
mod_bosh: Pick out the 'wait' before checking it instead of earlier 0.11 Kim Alvefur Sat, 03 Oct 2020 14:59:11 +0200
mod_auth_anonymous: Add config option to allow/disallow storage writes Matthew Wild Fri, 02 Oct 2020 16:44:30 +0100
make: Add way to run individual tests Kim Alvefur Fri, 02 Oct 2020 16:35:05 +0200
Merge 0.11->trunk Matthew Wild Wed, 30 Sep 2020 09:50:33 +0100
Added tag 0.11.7 for changeset ece430d49809 0.11 Matthew Wild Thu, 01 Oct 2020 15:08:58 +0100
mod_c2s,mod_s2s: Make stanza size limits configurable 0.11 0.11.7 Kim Alvefur Sun, 31 May 2020 22:39:34 +0200
Merge 0.11 Matthew Wild Wed, 30 Sep 2020 09:46:30 +0100
Merge 0.11->trunk Matthew Wild Wed, 30 Sep 2020 07:25:32 +0100
util.indexedbheap: Fix heap datastructure corruption in :reschedule(smaller_value) 0.11 Waqas Hussain Tue, 29 Sep 2020 21:27:16 -0500
Merge 0.11->trunk Matthew Wild Tue, 29 Sep 2020 15:30:48 +0100
mod_websocket: Refactor frame validity checking, also check partially-received frames against constraints 0.11 Matthew Wild Tue, 29 Sep 2020 15:18:32 +0100
net.websocket.frames: Additionally return partial frame if there is one 0.11 Matthew Wild Tue, 29 Sep 2020 13:58:32 +0100
mod_websocket: Continue to process data already in the buffer after an error occurs 0.11 Matthew Wild Mon, 28 Sep 2020 16:36:12 +0100
mod_websocket: Enforce stanza size limit and close stream 0.11 Matthew Wild Thu, 17 Sep 2020 16:42:36 +0100
mod_websocket: Add separate limit for frame buffer size 0.11 Matthew Wild Thu, 17 Sep 2020 16:42:14 +0100
mod_websocket: handle full frame buffer and raise stream error 0.11 Matthew Wild Thu, 17 Sep 2020 16:41:48 +0100
mod_websocket: Switch partial frame buffering to util.dbuffer 0.11 Matthew Wild Thu, 17 Sep 2020 13:04:46 +0100
net.websocket.frames: Allow all methods to work on non-string objects 0.11 Matthew Wild Thu, 17 Sep 2020 13:00:19 +0100
util.dbuffer: Simplify test case 0.11 Kim Alvefur Mon, 24 Aug 2020 17:28:48 +0200
util.dbuffer: Fix :sub() not working with partially-consumed chunks (thanks Zash for test case) 0.11 Matthew Wild Mon, 24 Aug 2020 16:18:13 +0100
util.dbuffer: dynamic string buffer 0.11 Matthew Wild Fri, 26 Jun 2020 16:41:31 +0100