Software /
code /
prosody
Graph
-
Makefile: Add 'test' to phony targets so `make test` runs tests even if a file 'test' existsMon, 19 Dec 2016 09:32:43 +0100, by Kim Alvefur
-
util.pposix: rfork() seems to be FreeBSD only (fixes #412)Mon, 19 Dec 2016 08:51:50 +0100, by Kim Alvefur
-
Merge 0.10->trunkThu, 15 Dec 2016 13:24:53 +0100, by Kim Alvefur
-
mod_disco: Update to account for new intermediate session type (from 9f70d35a1602)Thu, 15 Dec 2016 07:03:52 +0100, by Kim Alvefur
-
Merge 0.10->trunkWed, 14 Dec 2016 01:47:19 +0100, by Kim Alvefur
-
core.stanza_router: Remove hack for allowing resource binding IQ before resource bindingTue, 13 Dec 2016 18:16:20 +0100, by Kim Alvefur
-
core.sessionmanager, mod_saslauth: Introduce intermediate session type for authenticated but unbound sessions so that resource binding is not treated as a normal stanzaTue, 13 Dec 2016 18:15:17 +0100, by Kim Alvefur
-
mod_roster: Rename variable to silence shadowing warning [luacheck]Tue, 13 Dec 2016 21:25:11 +0100, by Kim Alvefur
-
mod_roster: Remove unused variable [luacheck]Tue, 13 Dec 2016 21:24:12 +0100, by Kim Alvefur
-
mod_roster: Remove unused import [luacheck]Tue, 13 Dec 2016 21:23:48 +0100, by Kim Alvefur
-
Merge 0.10->trunkSat, 10 Dec 2016 02:55:38 +0100, by Kim Alvefur
-
Merge 0.9->0.10Fri, 09 Dec 2016 17:07:57 +0100, by Kim Alvefur
-
mod_presence: Send probe once subscribed (fixes #794)Thu, 08 Dec 2016 20:49:35 +0100, by Kim Alvefur
-
core.rostermanager: Add method for checking if the user is subscribed to a contactFri, 09 Dec 2016 15:15:10 +0100, by Kim Alvefur
-
mod_carbons: Rename some variables for clarityThu, 08 Dec 2016 17:51:23 +0100, by Kim Alvefur
-
mod_blocklist: Check first level cache before calling blocklist getterMon, 05 Dec 2016 17:35:38 +0100, by Kim Alvefur
-
mod_blocklist: Simplify loop with ipairsThu, 08 Dec 2016 18:06:18 +0100, by Kim Alvefur
-
mod_blocklist: Remove one indentation levelMon, 05 Dec 2016 17:25:02 +0100, by Kim Alvefur
-
mod_blocklist: Return early from migration if no valid privacy list data is foundMon, 05 Dec 2016 17:22:12 +0100, by Kim Alvefur
-
mod_blocklist: Make the 'false' metadata field a table so we can store timestamps and other useful dataThu, 08 Dec 2016 18:13:56 +0100, by Kim Alvefur
-
hgignore: Ignore luacheck cache fileWed, 07 Dec 2016 11:50:53 +0100, by Kim Alvefur
-
util.dependencies: Set ssl.x509 so core.certmanager knows that LuaSec is capable of certificate validation (fixes #781) 0.9.12Mon, 28 Nov 2016 14:27:59 +0100, by Kim Alvefur
-
Merge 0.10->trunkMon, 05 Dec 2016 23:03:09 +0100, by Kim Alvefur
-
util.dependencies: Add check and info about lua-bitops (for mod_websockets)Mon, 05 Dec 2016 21:46:06 +0100, by Kim Alvefur
-
util.dependencies: Update links for LuaExpat and LuaSec which have moved to new locationsMon, 05 Dec 2016 21:43:09 +0100, by Kim Alvefur
-
Merge 0.10->trunkMon, 05 Dec 2016 12:29:21 +0100, by Kim Alvefur
-
mod_websocket: Allow per-host cross_domain_websocket, defaulting to the base URL of the current hostMon, 05 Dec 2016 12:23:51 +0100, by Kim Alvefur
-
mod_websocket: Add the base URL of each host module is enabled on to 'cross_domain_websocket'Mon, 05 Dec 2016 12:23:41 +0100, by Kim Alvefur
-
mod_websocket: Verify that the client-sent Origin header matches cross_domain_websocket (fixes #652)Mon, 05 Dec 2016 12:22:41 +0100, by Kim Alvefur
-
mod_websocket: Use contains_token from util.http for checking if the requested WebSocket sub-protocols include XMPPSun, 04 Dec 2016 11:57:26 +0100, by Kim Alvefur
-
mod_websocket: Add some debug messagesSun, 04 Dec 2016 11:52:22 +0100, by Kim Alvefur
-
net.websocket: Ignore unused argument warnings [luacheck]Sun, 04 Dec 2016 11:58:16 +0100, by Kim Alvefur
-
Merge 0.10->trunkFri, 02 Dec 2016 11:13:05 +0100, by Kim Alvefur
-
mod_storage_sql: Normalize parameters for upgrade commandThu, 01 Dec 2016 10:02:57 +0100, by Kim Alvefur
-
mod_storage_sql: List available commands if no commands given (currenly only one available)Thu, 01 Dec 2016 10:02:26 +0100, by Kim Alvefur
-
mod_storage_sql: Don't say 'Unknown command' if no command was given (fixes attempt to concatenate nil)Thu, 01 Dec 2016 10:02:01 +0100, by Kim Alvefur
-
mod_register: Record the time of registration in the account details storeThu, 01 Dec 2016 06:47:03 +0100, by Kim Alvefur
-
mod_storage_sql: Include missing parameter table key 'port'Thu, 01 Dec 2016 03:22:42 +0100, by Kim Alvefur
-
mod_storage_sql: Create a new table to hold normalized database parameters (fixes #636)Tue, 29 Nov 2016 08:20:42 +0100, by Kim Alvefur
-
mod_storage_sql: Use is_stanza() from util.stanzaMon, 28 Nov 2016 07:30:39 +0100, by Kim Alvefur
-
util.stanza: Add an is_stanza() function to check if an object is a stanzaMon, 28 Nov 2016 07:30:21 +0100, by Kim Alvefur
-
configure: Fix quote on the correct side of the equals signMon, 28 Nov 2016 06:55:48 +0100, by Kim Alvefur
-
configure: Use $() and quotes instead of `` [shellcheck]Sun, 27 Nov 2016 20:46:55 +0100, by Kim Alvefur
-
Merge 0.10->trunkSun, 27 Nov 2016 01:06:23 +0100, by Kim Alvefur
-
MUC: Don't create room in response to unavailable presenceSun, 27 Nov 2016 00:10:51 +0100, by Kim Alvefur
-
Merge 0.10->trunkSat, 26 Nov 2016 20:11:03 +0100, by Kim Alvefur
-
doc: Add a description of the Storage API in TypedLua formatSat, 26 Nov 2016 20:10:40 +0100, by Kim Alvefur
-
core.certmanager: Translate "no start line" to something friendlier (thanks santiago)Sat, 26 Nov 2016 20:08:48 +0100, by Kim Alvefur
-
man/prosodyctl: Mention --configFri, 25 Nov 2016 05:09:44 +0100, by Kim Alvefur
-
man/prosodyctl: Add section about certificate commandsFri, 25 Nov 2016 05:08:58 +0100, by Kim Alvefur
-
core.stanza_router: Separate iq type check from child count checkFri, 25 Nov 2016 05:08:09 +0100, by Kim Alvefur
-
core.stanza_router: Require 'id' attribute on iq stanzas (fixes #785)Fri, 25 Nov 2016 05:06:13 +0100, by Kim Alvefur
-
Merge 0.9->0.10Thu, 24 Nov 2016 14:18:25 +0100, by Kim Alvefur
-
net.server_epoll: Use _SOCKETINVALID from LuaSocketWed, 23 Nov 2016 17:27:44 +0100, by Kim Alvefur
-
net.server_select: Prevent writes after a handler is closed (fixes #783 I hope)Tue, 22 Nov 2016 15:28:24 +0100, by Kim Alvefur
-
Merge 0.10->trunkMon, 21 Nov 2016 02:40:47 +0100, by Kim Alvefur
-
util.datamanager: Shorter patternSun, 20 Nov 2016 12:06:36 +0100, by Kim Alvefur
-
util.datamanager: Remove extraneous decoding of + to space, which we never never encode toSun, 20 Nov 2016 12:05:43 +0100, by Kim Alvefur
-
util.datamanager: Use the 'base' argument to tonumber() to indicate hexadecimalSun, 20 Nov 2016 12:03:24 +0100, by Kim Alvefur
-
mod_posix: Use type-specific config APISun, 20 Nov 2016 11:51:13 +0100, by Kim Alvefur
Scroll all the way down to load more.