log mod_onions/mod_onions.lua @ 1880:a7c1f1b6ef05

age author description
Thu, 13 Aug 2015 20:50:24 +0200 Thijs Alkemade mod_onions: Now allows configuration of an "onions_map", allowing administrator to manually specify alternate hidden services for clearnet addresses.
Thu, 13 Aug 2015 18:20:33 +0200 Thijs Alkemade mod_onions: Small fixes making bounce_sendq match mod_s2s again.
Wed, 25 Feb 2015 17:27:00 +0000 Matthew Wild mod_onions: Depend on mod_s2s to avoid a traceback when loaded before mod_s2s
Fri, 04 Jul 2014 14:47:14 +0200 Thijs Alkemade mod_onions: Actually define the variable "stanza" to contain "event.stanza", fixing problems of stanzas being dropped for outgoing connections.
Fri, 04 Jul 2014 14:16:21 +0200 Thijs Alkemade mod_onions: Set the stream version to 1.0 on onionized streams, so TLS is offered.
Tue, 11 Mar 2014 18:44:01 +0100 Florian Zeitz all the things: Remove trailing whitespace
Tue, 04 Feb 2014 12:48:33 +0100 Thijs Alkemade mod_onions: Accepted patch that should fix problems when using libevent.
Sat, 15 Jun 2013 12:48:56 +0200 Thijs Alkemade mod_onions: Copy the code to find the bit module from mod_websockets.
Mon, 10 Jun 2013 21:39:48 +0200 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.
Mon, 10 Jun 2013 20:59:39 +0200 Thijs Alkemade mod_onions: Added mod_onions. This module allows Prosody to make s2s connections to Tor hidden services.