Mercurial > prosody-modules
log mod_proxy65/mod_proxy65.lua @ 73:adb9d1b879c2
age | author | description |
---|---|---|
Sat, 31 Oct 2009 20:53:52 +0100 | Thilo Cestonaro | mod_proxy65: changed the listener name to be unique on a per component basis and display a good error description when connlistener register fails |
Sat, 31 Oct 2009 20:33:42 +0100 | Thilo Cestonaro | mod_proxy65: component register and deregister are with "_component" appended |
Sat, 31 Oct 2009 13:47:34 +0000 | Matthew Wild | mod_proxy65: Remove unused bin2hex function, and compact more code. Finally down <200 lines :) |
Sat, 31 Oct 2009 09:26:38 +0100 | Thilo Cestonaro | mod_proxy65: removed unneeded var and session stuff |
Sat, 31 Oct 2009 00:41:47 +0000 | Matthew Wild | mod_proxy65: Reviewed and re-factored the code, added proxy_address to specify the address which the proxy advertises for clients to connect to |
Wed, 28 Oct 2009 23:29:37 +0100 | Thilo Cestonaro | mod_proxy65: done! Who wants to test? :) |
Wed, 28 Oct 2009 00:03:28 +0100 | Thilo Cestonaro | mod_proxy65: tcp connection of initiator and target are established |