Log

description author age
util.pposix: rfork() seems to be FreeBSD only (fixes #412) Kim Alvefur Mon, 19 Dec 2016 08:51:50 +0100
Merge 0.10->trunk Kim Alvefur Thu, 15 Dec 2016 13:24:53 +0100
mod_disco: Update to account for new intermediate session type (from 9f70d35a1602) Kim Alvefur Thu, 15 Dec 2016 07:03:52 +0100
Merge 0.10->trunk Kim Alvefur Wed, 14 Dec 2016 01:47:19 +0100
core.stanza_router: Remove hack for allowing resource binding IQ before resource binding Kim Alvefur Tue, 13 Dec 2016 18:16:20 +0100
core.sessionmanager, mod_saslauth: Introduce intermediate session type for authenticated but unbound sessions so that resource binding is not treated as a normal stanza Kim Alvefur Tue, 13 Dec 2016 18:15:17 +0100
mod_roster: Rename variable to silence shadowing warning [luacheck] Kim Alvefur Tue, 13 Dec 2016 21:25:11 +0100
mod_roster: Remove unused variable [luacheck] Kim Alvefur Tue, 13 Dec 2016 21:24:12 +0100
mod_roster: Remove unused import [luacheck] Kim Alvefur Tue, 13 Dec 2016 21:23:48 +0100
Merge 0.10->trunk Kim Alvefur Sat, 10 Dec 2016 02:55:38 +0100
Merge 0.9->0.10 Kim Alvefur Fri, 09 Dec 2016 17:07:57 +0100
mod_presence: Send probe once subscribed (fixes #794) Kim Alvefur Thu, 08 Dec 2016 20:49:35 +0100
core.rostermanager: Add method for checking if the user is subscribed to a contact Kim Alvefur Fri, 09 Dec 2016 15:15:10 +0100
mod_carbons: Rename some variables for clarity Kim Alvefur Thu, 08 Dec 2016 17:51:23 +0100
mod_blocklist: Check first level cache before calling blocklist getter Kim Alvefur Mon, 05 Dec 2016 17:35:38 +0100
mod_blocklist: Simplify loop with ipairs Kim Alvefur Thu, 08 Dec 2016 18:06:18 +0100
mod_blocklist: Remove one indentation level Kim Alvefur Mon, 05 Dec 2016 17:25:02 +0100
mod_blocklist: Return early from migration if no valid privacy list data is found Kim Alvefur Mon, 05 Dec 2016 17:22:12 +0100
mod_blocklist: Make the 'false' metadata field a table so we can store timestamps and other useful data Kim Alvefur Thu, 08 Dec 2016 18:13:56 +0100
hgignore: Ignore luacheck cache file Kim Alvefur Wed, 07 Dec 2016 11:50:53 +0100
util.dependencies: Set ssl.x509 so core.certmanager knows that LuaSec is capable of certificate validation (fixes #781) 0.9.12 Kim Alvefur Mon, 28 Nov 2016 14:27:59 +0100
Merge 0.10->trunk Kim Alvefur Mon, 05 Dec 2016 23:03:09 +0100
util.dependencies: Add check and info about lua-bitops (for mod_websockets) Kim Alvefur Mon, 05 Dec 2016 21:46:06 +0100
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