log plugins/mod_proxy65.lua @ 9147:e2bf4cd6d7a3

age author description
Tue, 07 Aug 2018 21:14:43 +0100 Matthew Wild mod_proxy65: Split module:shared() into multiple calls, multiple params may be deprecated soon
Sun, 04 Feb 2018 01:51:25 +0100 Kim Alvefur Fix spelling throughout the codebase [codespell]
Wed, 21 Mar 2018 22:13:11 +0000 Matthew Wild mod_proxy65: Fix all warnings from luacheck
Wed, 21 Mar 2018 22:10:24 +0000 Matthew Wild mod_proxy65: Fix passing number to stanza API (thanks mimi89999)
Thu, 03 Dec 2015 15:27:09 +0100 Kim Alvefur mod_proxy65: Use typed config API (fix issues when options are set to unexpected types)
Wed, 19 Feb 2014 20:13:35 +0100 Florian Zeitz mod_proxy65: Use mod_disco
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Sat, 23 Mar 2013 01:42:48 +0100 Kim Alvefur mod_proxy65: Fix typo in comment
Tue, 26 Feb 2013 23:57:44 +0500 Waqas Hussain mod_proxy65: Only handle service discovery requests when no node is present in the request.
Tue, 29 May 2012 17:20:02 +0200 Kim Alvefur mod_proxy65: Fix ACL
Sun, 27 May 2012 01:22:02 +0200 Kim Alvefur mod_proxy65: Add missing import of portmanager
Sun, 27 May 2012 01:17:59 +0200 Kim Alvefur mod_proxy65: Warn about pre-0.9 config style (per host proxy65_port)
Fri, 27 Apr 2012 22:18:20 +0100 Matthew Wild mod_proxy65: Fix traceback when proxy65 service fails to bind a port
Wed, 25 Apr 2012 07:55:13 +0500 Waqas Hussain mod_proxy65: Add multiplex pattern.
Tue, 24 Apr 2012 18:50:22 +0100 Matthew Wild mod_proxy65: Port to portmanager, make a shared module
Sun, 06 Nov 2011 00:51:39 +0500 Waqas Hussain mod_proxy65: Major cleanup, better logging, handling of all error cases, less code, and other goodness.
Sat, 03 Sep 2011 01:07:35 +0500 Waqas Hussain mod_proxy65: Apply stringprep to activation target JID.
Sat, 03 Sep 2011 00:37:37 +0500 Waqas Hussain mod_proxy65: Some more cleanup.
Fri, 02 Sep 2011 23:50:34 +0500 Waqas Hussain mod_proxy65: Cleanup.
Fri, 03 Dec 2010 00:29:44 +0500 Waqas Hussain mod_proxy65: Add service discovery identity and feature, to help out mod_disco when loaded on a normal host.
Fri, 03 Dec 2010 00:22:11 +0500 Waqas Hussain mod_proxy65: Cleaned up stanza processing a little.
Fri, 03 Dec 2010 00:21:49 +0500 Waqas Hussain mod_proxy65: s:len() -> #s.
Fri, 03 Dec 2010 00:13:30 +0500 Waqas Hussain mod_proxy65: Make some globals local.
Fri, 03 Dec 2010 00:12:55 +0500 Waqas Hussain mod_proxy65: :sub(n):byte() -> :byte(n).