log mod_onions/mod_onions.lua @ 2968:569b98d6fca1

age author description
Fri, 16 Feb 2018 04:36:41 +0100 Kim Alvefur mod_onions: Fix unqualified use of debug.traceback
Fri, 16 Feb 2018 04:33:13 +0100 Kim Alvefur mod_onions: Use net.server API for creating a new connection instead of duplicating socket creation
Sun, 04 Feb 2018 16:00:13 +0100 Kim Alvefur mod_onions: Fix typo [codespell]
Mon, 24 Apr 2017 18:12:29 +0200 Kim Alvefur mod_onions: Make variable local
Mon, 24 Apr 2017 18:12:08 +0200 Kim Alvefur mod_onions: Import luasocket (fixes #898)
Fri, 04 Nov 2016 22:35:09 +0100 Kim Alvefur mod_onions: Reduce line count for redirect check
Fri, 04 Nov 2016 22:33:31 +0100 Kim Alvefur mod_onions: Use typed config API
Fri, 23 Sep 2016 13:20:49 +0200 Kim Alvefur mod_onions: Prevent s2s_secure_auth policy enforcement from rejecting .onion connections
Fri, 23 Sep 2016 13:18:14 +0200 Kim Alvefur mod_onions: Hook event using moduleapi
Fri, 23 Sep 2016 11:57:07 +0200 Kim Alvefur mod_onions: Remove capture of final period (stripped by util.jid)
Fri, 23 Sep 2016 11:54:30 +0200 Kim Alvefur mod_onions: Escape period in pattern
Wed, 14 Oct 2015 15:21:59 +0200 Thijs Alkemade mod_onions: Patch from David Goulet: Fix onions_map when the target is a string.
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.