log mod_onions/mod_onions.lua @ 2120:f6dcfe263b85

age author description
2015-10-14 Thijs Alkemade mod_onions: Patch from David Goulet: Fix onions_map when the target is a string.
2015-08-13 Thijs Alkemade mod_onions: Now allows configuration of an "onions_map", allowing administrator to manually specify alternate hidden services for clearnet addresses.
2015-08-13 Thijs Alkemade mod_onions: Small fixes making bounce_sendq match mod_s2s again.
2015-02-25 Matthew Wild mod_onions: Depend on mod_s2s to avoid a traceback when loaded before mod_s2s
2014-07-04 Thijs Alkemade mod_onions: Actually define the variable "stanza" to contain "event.stanza", fixing problems of stanzas being dropped for outgoing connections.
2014-07-04 Thijs Alkemade mod_onions: Set the stream version to 1.0 on onionized streams, so TLS is offered.
2014-03-11 Florian Zeitz all the things: Remove trailing whitespace
2014-02-04 Thijs Alkemade mod_onions: Accepted patch that should fix problems when using libevent.
2013-06-15 Thijs Alkemade mod_onions: Copy the code to find the bit module from mod_websockets.
2013-06-10 Thijs Alkemade mod_onions: The SOCKS5 port is now a string, as it should be. Added a boolean option onions_tor_all to pass all s2s traffic through Tor.
2013-06-10 Thijs Alkemade mod_onions: Added mod_onions. This module allows Prosody to make s2s connections to Tor hidden services.