log mod_proxy65/mod_proxy65.lua @ 600:03be4622454f

age author description
2009-11-25 Thilo Cestonaro mod_proxy65: correct log level, be more descriptive
2009-11-17 Thilo Cestonaro mod_proxy65: hopefully remove a memory leak (thx waqas!)
2009-11-01 Thilo Cestonaro mod_proxy65: make it work from external initiators, too
2009-11-01 Thilo Cestonaro mod_proxy65: never use global varnames as local varnames, it can break your brain!
2009-11-01 Thilo Cestonaro mod_proxy65: basic white list - access control list
2009-11-01 Thilo Cestonaro mod_proxy65: answer with correct disco#info data on a disco#info request
2009-11-01 Thilo Cestonaro mod_proxy65: close unknown connection with no authentication data, close target if initator hangs up and vica versa
2009-10-31 Thilo Cestonaro mod_proxy65: make it work again
2009-10-31 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
2009-10-31 Thilo Cestonaro mod_proxy65: component register and deregister are with "_component" appended
2009-10-31 Matthew Wild mod_proxy65: Remove unused bin2hex function, and compact more code. Finally down <200 lines :)
2009-10-31 Thilo Cestonaro mod_proxy65: removed unneeded var and session stuff
2009-10-31 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
2009-10-28 Thilo Cestonaro mod_proxy65: done! Who wants to test? :)
2009-10-27 Thilo Cestonaro mod_proxy65: tcp connection of initiator and target are established
2009-10-26 Thilo Cestonaro mod_proxy65: remove the proxy65 folder