Software /
code /
prosody
Graph
-
mod_admin_telnet: Fix another wrong boolean expressionMon, 10 Jun 2013 14:35:35 +0200, by Kim Alvefur
-
Merge 0.9->trunkSun, 09 Jun 2013 17:03:15 +0200, by Kim Alvefur
-
net.server_select: Make sure there is a server to pause when hitting maxfd (Thanks elghinn)Sun, 09 Jun 2013 17:00:26 +0200, by Kim Alvefur
-
mod_admin_telnet: Simplify IPv6 detection, fixes rare tracebackSun, 09 Jun 2013 12:59:23 +0200, by Kim Alvefur
-
mod_s2s: Set s2s_session.ipSun, 09 Jun 2013 12:54:10 +0200, by Kim Alvefur
-
mod_bosh: Make waiting_requests and dead_sessions shared to preserve across reloadsSat, 08 Jun 2013 18:08:18 +0100, by Matthew Wild
-
mod_muc: Include status code 332 on service shutdown (thanks mathieui)Sat, 08 Jun 2013 18:07:36 +0100, by Matthew Wild
-
mod_bosh: Don't tostring() stream:features when passing to session.send().Fri, 07 Jun 2013 16:26:08 -0400, by Waqas Hussain
-
prosodyctl: Add 'prosodyctl check certs' for validating TLS/SSL certificatesFri, 07 Jun 2013 20:59:43 +0200, by Kim Alvefur
-
certmanager: Complain if key or certificate is missing from SSL config.Fri, 07 Jun 2013 20:55:02 +0200, by Kim Alvefur
-
prosodyctl: Add 'prosodyctl check --help'Fri, 07 Jun 2013 20:05:23 +0200, by Kim Alvefur
-
mod_bosh: Only return CORS headers if the Origin header is received, and CORS is enabled.Fri, 07 Jun 2013 14:20:13 -0400, by Waqas Hussain
-
mod_bosh: Return empty string from the OPTIONS event handler, don't return the response object itself.Fri, 07 Jun 2013 13:24:56 -0400, by Waqas Hussain
-
mod_bosh: Rename event handler argument to event, not request.Fri, 07 Jun 2013 13:21:38 -0400, by Waqas Hussain
-
Merge 0.9->trunkFri, 07 Jun 2013 13:23:04 +0100, by Matthew Wild
-
mod_bosh: Remove logging of request.id, it doesn't exist in the new HTTP server API (thanks Mikael Nordfeldth)Fri, 07 Jun 2013 13:22:13 +0100, by Matthew Wild
-
mod_bosh: Remove another place we set headers, fixes #348Thu, 06 Jun 2013 14:48:41 +0100, by Matthew Wild
-
mod_bosh: Clean up handling of response headers, set them only in one placeWed, 05 Jun 2013 21:41:27 +0100, by Matthew Wild
-
mod_bosh: Return errors when appropriate (invalid XML, missing sid)Wed, 05 Jun 2013 21:39:56 +0100, by Matthew Wild
-
mod_bosh: Remove some very verbose loggingWed, 05 Jun 2013 21:37:33 +0100, by Matthew Wild
-
Merge 0.9->trunkWed, 05 Jun 2013 21:36:29 +0100, by Matthew Wild
-
mod_bosh: Reset creating_session to prevent putting unnecessary attributes into every BOSH responseWed, 05 Jun 2013 21:35:50 +0100, by Matthew Wild
-
mod_admin_telnet: Fix inverted boolean logicTue, 04 Jun 2013 19:35:41 +0200, by Kim Alvefur
-
net.server_select: Ensure _maxfd = math.huge on Windows, always.Sun, 02 Jun 2013 16:23:19 -0400, by Waqas Hussain
-
configure: Fix poor layoutMon, 03 Jun 2013 12:50:37 -0400, by James Callahan
-
Merge 0.9->trunkSun, 02 Jun 2013 19:27:45 +0200, by Kim Alvefur
-
mod_bosh: Fix traceback in case session is destroyed during the stream-features event (thanks Biszkopcik)Sun, 02 Jun 2013 19:25:53 +0200, by Kim Alvefur
-
mod_c2s, mod_c2s: Send a whitespace on read timeout, to prod TCP into detecting if the connection diedThu, 30 May 2013 14:32:40 +0200, by Kim Alvefur
-
mod_register: get_child_text()!Tue, 28 May 2013 18:32:51 +0200, by Kim Alvefur
-
mod_s2s: Remove unnecessary debug messageTue, 28 May 2013 16:10:22 +0100, by Matthew Wild
-
mod_bosh: rename variable for clarityFri, 24 May 2013 18:38:36 +0100, by Matthew Wild
-
mod_bosh: Some very minor whitespace/layout fixesFri, 24 May 2013 18:37:07 +0100, by Matthew Wild
-
net.server_select: Default checkinterval to 30s, so that read timeouts are actually detectedFri, 24 May 2013 18:33:16 +0100, by Matthew Wild
-
net.server_select: Support for listener.onreadtimeout() [see also e67891ad18d6]Fri, 24 May 2013 18:14:09 +0100, by Matthew Wild
-
Merge 0.9->trunkSun, 26 May 2013 22:59:06 +0200, by Kim Alvefur
-
mod_admin_telnet: Make the muc:create() command complain if the room already existsSun, 26 May 2013 22:58:13 +0200, by Kim Alvefur
-
Merge 0.9->trunkSun, 26 May 2013 16:02:01 +0200, by Kim Alvefur
-
util.pubsub: Fix get_subscriptions to not pass a boolean as node name (thanks jonas)Sun, 26 May 2013 16:01:09 +0200, by Kim Alvefur
-
mod_disco: Emit events for disco requests, which contain a node, on user accountsFri, 17 May 2013 18:35:50 +0200, by Florian Zeitz
-
mod_pubsub: Split out handlers into a module libraryFri, 17 May 2013 18:33:32 +0200, by Florian Zeitz
-
net.server_event: Add support for listener.onreadtimeout(conn), which can return true to prevent the connection from being closed when a read timeout occursFri, 24 May 2013 14:46:16 +0100, by Matthew Wild
-
prosody.cfg.lua: Remove some more sneaky ';' characters from the configFri, 24 May 2013 13:59:59 +0100, by Matthew Wild
-
prosody.cfg.lua.dist: Remove unnecessary ';' from default config (thanks Vincent)Fri, 24 May 2013 13:55:28 +0100, by Matthew Wild
-
Merge 0.9->trunkWed, 22 May 2013 14:33:18 +0100, by Matthew Wild
-
certmanager: Disable SSL compression if possible (LuaSec 0.5 or 0.4.1+OpenSSL 1.x)Wed, 22 May 2013 14:32:02 +0100, by Matthew Wild
-
prosodyctl: check dns: Add check that proxy65 addresses resolve correctlyWed, 22 May 2013 13:33:33 +0100, by Matthew Wild
-
prosodyctl: check config: Fix check for whether host is a componentWed, 22 May 2013 13:32:38 +0100, by Matthew Wild
-
mod_muc: Remove some old TODO commentsTue, 21 May 2013 13:21:30 +0100, by Matthew Wild
-
prosodyctl: check config: whitespace fixTue, 21 May 2013 13:21:12 +0100, by Matthew Wild
-
prosodyctl: check config: Show a suggestion to change hosts that begin with jabber/xmpp/chat/im subdomains, and link to DNS documentationTue, 21 May 2013 13:18:56 +0100, by Matthew Wild
-
prosody.cfg.lua.dist: Suggest 'prosodyctl check config' instead of 'luac -p'Tue, 21 May 2013 12:58:57 +0100, by Matthew Wild
-
mod_muc: Fix incorrect variable nameTue, 21 May 2013 10:10:28 +0100, by Matthew Wild
-
mod_muc: Remove unused variableTue, 21 May 2013 10:10:09 +0100, by Matthew Wild
-
mod_muc: Use stanza:maptags() instead of custom filtering functions, 7 insertions, 19 deletions!Tue, 21 May 2013 09:57:36 +0100, by Matthew Wild
-
mod_muc: Replace getText() with get_child_text(), 1 insertion, 12 deletions!Tue, 21 May 2013 09:48:59 +0100, by Matthew Wild
-
prosodyctl: Use jid.split() to parse parameter to adduser/deluser/passwdMon, 20 May 2013 15:33:57 +0100, by Matthew Wild
-
test_util_rfc6724: Update with new test vectors from RFC 6724Mon, 20 May 2013 00:28:02 +0200, by Florian Zeitz
-
util.ip: Fix protocol detection of IPv6 addresses beginning with :Sat, 18 May 2013 21:41:17 +0100, by Matthew Wild
-
test_util_ip.lua: Add more tests for util.ipSat, 18 May 2013 21:40:40 +0100, by Matthew Wild
-
test_util_ip: Add tests for IP matchingSat, 18 May 2013 17:44:01 +0100, by Matthew Wild
Scroll all the way down to load more.