Software /
code /
prosody-modules
Log
mod_onions/mod_onions.lua @ 1680:a9df1f7e273d
description | author | age |
---|---|---|
mod_onions: Depend on mod_s2s to avoid a traceback when loaded before mod_s2s | Matthew Wild | 2015-02-25 |
mod_onions: Actually define the variable "stanza" to contain "event.stanza", fixing problems of stanzas being dropped for outgoing connections. | Thijs Alkemade | 2014-07-04 |
mod_onions: Set the stream version to 1.0 on onionized streams, so TLS is offered. | Thijs Alkemade | 2014-07-04 |
all the things: Remove trailing whitespace | Florian Zeitz | 2014-03-11 |
mod_onions: Accepted patch that should fix problems when using libevent. | Thijs Alkemade | 2014-02-04 |
mod_onions: Copy the code to find the bit module from mod_websockets. | Thijs Alkemade | 2013-06-15 |
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. | Thijs Alkemade | 2013-06-10 |
mod_onions: Added mod_onions. This module allows Prosody to make s2s connections to Tor hidden services. | Thijs Alkemade | 2013-06-10 |