Mercurial > prosody-modules
log mod_onions/mod_onions.lua @ 1551:5127f4db9d39
age | author | description |
---|---|---|
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. |