log mod_proxy65/mod_proxy65.lua @ 179:af6143756a9e

age author description
Wed, 25 Nov 2009 21:36:21 +0100 Thilo Cestonaro mod_proxy65: correct log level, be more descriptive
Tue, 17 Nov 2009 21:20:41 +0100 Thilo Cestonaro mod_proxy65: hopefully remove a memory leak (thx waqas!)
Sun, 01 Nov 2009 21:28:14 +0100 Thilo Cestonaro mod_proxy65: make it work from external initiators, too
Sun, 01 Nov 2009 18:51:09 +0100 Thilo Cestonaro mod_proxy65: never use global varnames as local varnames, it can break your brain!
Sun, 01 Nov 2009 16:42:04 +0100 Thilo Cestonaro mod_proxy65: basic white list - access control list
Sun, 01 Nov 2009 14:37:28 +0100 Thilo Cestonaro mod_proxy65: answer with correct disco#info data on a disco#info request
Sun, 01 Nov 2009 10:38:51 +0100 Thilo Cestonaro mod_proxy65: close unknown connection with no authentication data, close target if initator hangs up and vica versa
Sat, 31 Oct 2009 21:00:02 +0100 Thilo Cestonaro mod_proxy65: make it work again
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
Mon, 26 Oct 2009 23:32:53 +0100 Thilo Cestonaro mod_proxy65: remove the proxy65 folder