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 |
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 |