# HG changeset patch # User Marco Cirillo # Date 1363111559 -3600 # Node ID c08b424583c36e21a24c1eca31c8e6c496676a83 # Parent 9eefbaba274d124c7bb6e0c1b49f281b712252a8 mod_s2s_never_encrypt_blacklist: complete missing banner. diff -r 9eefbaba274d -r c08b424583c3 mod_s2s_never_encrypt_blacklist/mod_s2s_never_encrypt_blacklist.lua --- a/mod_s2s_never_encrypt_blacklist/mod_s2s_never_encrypt_blacklist.lua Tue Mar 12 19:05:03 2013 +0100 +++ b/mod_s2s_never_encrypt_blacklist/mod_s2s_never_encrypt_blacklist.lua Tue Mar 12 19:05:59 2013 +0100 @@ -1,4 +1,5 @@ -- Filter out servers which gets choppy and buggy when it comes to starttls. +-- (C) 2011-2013, Marco Cirillo (LW.Org) local bad_servers = module:get_option_set("tls_s2s_blacklist", {}) local bad_servers_ip = module:get_option_set("tls_s2s_blacklist_ip", {})