<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://hg.omfa.de/prosody-modules/</link>
    <language>en-us</language>

    <title>prosody-modules: mod_host_guard/mod_host_guard.lua history</title>
    <description>mod_host_guard/mod_host_guard.lua revision history</description>
    <item>
    <title>all the things: Remove trailing whitespace</title>
    <link>http://hg.omfa.de/prosody-modules/log/7dbde05b48a9/mod_host_guard/mod_host_guard.lua</link>
    <description><![CDATA[all the things: Remove trailing whitespace]]></description>
    <author>&#70;&#108;&#111;&#114;&#105;&#97;&#110;&#32;&#90;&#101;&#105;&#116;&#122;&#32;&#60;&#102;&#108;&#111;&#114;&#111;&#98;&#64;&#98;&#97;&#98;&#101;&#108;&#109;&#111;&#110;&#107;&#101;&#121;&#115;&#46;&#100;&#101;&#62;</author>
    <pubDate>Tue, 11 Mar 2014 18:44:01 +0100</pubDate>
</item>
<item>
    <title>mod_host_guard: close down streams from and to filtered entities, on initialization / configuration reload.</title>
    <link>http://hg.omfa.de/prosody-modules/log/21e99dc949ee/mod_host_guard/mod_host_guard.lua</link>
    <description><![CDATA[mod_host_guard: close down streams from and to filtered entities, on initialization / configuration reload.]]></description>
    <author>&#77;&#97;&#114;&#99;&#111;&#32;&#67;&#105;&#114;&#105;&#108;&#108;&#111;&#32;&#60;&#109;&#97;&#114;&#97;&#110;&#100;&#97;&#64;&#108;&#105;&#103;&#104;&#116;&#119;&#105;&#116;&#99;&#104;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Wed, 19 Sep 2012 01:30:58 +0000</pubDate>
</item>
<item>
    <title>mod_host_guard: fix typos into the code, the operators were supposed to be &quot;not equal&quot;.</title>
    <link>http://hg.omfa.de/prosody-modules/log/bf23a8966e20/mod_host_guard/mod_host_guard.lua</link>
    <description><![CDATA[mod_host_guard: fix typos into the code, the operators were supposed to be &quot;not equal&quot;.]]></description>
    <author>&#77;&#97;&#114;&#99;&#111;&#32;&#67;&#105;&#114;&#105;&#108;&#108;&#111;&#32;&#60;&#109;&#97;&#114;&#97;&#110;&#100;&#97;&#64;&#108;&#105;&#103;&#104;&#116;&#119;&#105;&#116;&#99;&#104;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Wed, 12 Sep 2012 22:05:57 +0000</pubDate>
</item>
<item>
    <title>mod_host_guard: replace checking host object with checking the configuration for the authentication option set to anonymous, I suppose that was the reason I imported configmanager but probably lost that somewhere in the process.</title>
    <link>http://hg.omfa.de/prosody-modules/log/f826b5935175/mod_host_guard/mod_host_guard.lua</link>
    <description><![CDATA[mod_host_guard: replace checking host object with checking the configuration for the authentication option set to anonymous, I suppose that was the reason I imported configmanager but probably lost that somewhere in the process.]]></description>
    <author>&#77;&#97;&#114;&#99;&#111;&#32;&#67;&#105;&#114;&#105;&#108;&#108;&#111;&#32;&#60;&#109;&#97;&#114;&#97;&#110;&#100;&#97;&#64;&#108;&#105;&#103;&#104;&#116;&#119;&#105;&#116;&#99;&#104;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Wed, 12 Sep 2012 20:08:48 +0000</pubDate>
</item>
<item>
    <title>mod_host_guard: prevent possible traceback during host manual activation/deactivation.</title>
    <link>http://hg.omfa.de/prosody-modules/log/b16b291d68c3/mod_host_guard/mod_host_guard.lua</link>
    <description><![CDATA[mod_host_guard: prevent possible traceback during host manual activation/deactivation.]]></description>
    <author>&#77;&#97;&#114;&#99;&#111;&#32;&#67;&#105;&#114;&#105;&#108;&#108;&#111;&#32;&#60;&#109;&#97;&#114;&#97;&#110;&#100;&#97;&#64;&#108;&#105;&#103;&#104;&#116;&#119;&#105;&#116;&#99;&#104;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Wed, 12 Sep 2012 19:15:45 +0000</pubDate>
</item>
<item>
    <title>mod_host_guard: adjusted log message.</title>
    <link>http://hg.omfa.de/prosody-modules/log/ce8e7b784be0/mod_host_guard/mod_host_guard.lua</link>
    <description><![CDATA[mod_host_guard: adjusted log message.]]></description>
    <author>&#77;&#97;&#114;&#99;&#111;&#32;&#67;&#105;&#114;&#105;&#108;&#108;&#111;&#32;&#60;&#109;&#97;&#114;&#97;&#110;&#100;&#97;&#64;&#108;&#105;&#103;&#104;&#116;&#119;&#105;&#116;&#99;&#104;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Tue, 26 Jun 2012 13:05:52 +0000</pubDate>
</item>
<item>
    <title>mod_host_guard: reduced code duplication and added better logging.</title>
    <link>http://hg.omfa.de/prosody-modules/log/8ad2e24f5efd/mod_host_guard/mod_host_guard.lua</link>
    <description><![CDATA[mod_host_guard: reduced code duplication and added better logging.]]></description>
    <author>&#77;&#97;&#114;&#99;&#111;&#32;&#67;&#105;&#114;&#105;&#108;&#108;&#111;&#32;&#60;&#109;&#97;&#114;&#97;&#110;&#100;&#97;&#64;&#108;&#105;&#103;&#104;&#116;&#119;&#105;&#116;&#99;&#104;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Tue, 26 Jun 2012 12:05:24 +0000</pubDate>
</item>
<item>
    <title>mod_host_guard: during configuration reload the host handlers should be reinitialized as well, so reverted changed and added back the &quot;redundant code&quot;.</title>
    <link>http://hg.omfa.de/prosody-modules/log/99f5846bcd85/mod_host_guard/mod_host_guard.lua</link>
    <description><![CDATA[mod_host_guard: during configuration reload the host handlers should be reinitialized as well, so reverted changed and added back the &quot;redundant code&quot;.]]></description>
    <author>&#77;&#97;&#114;&#99;&#111;&#32;&#67;&#105;&#114;&#105;&#108;&#108;&#111;&#32;&#60;&#109;&#97;&#114;&#97;&#110;&#100;&#97;&#64;&#108;&#105;&#103;&#104;&#116;&#119;&#105;&#116;&#99;&#104;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Tue, 26 Jun 2012 10:57:24 +0000</pubDate>
</item>
<item>
    <title>mod_host_guard: removed redundant cleanup code (tested it's completely unrequired).</title>
    <link>http://hg.omfa.de/prosody-modules/log/455a9b8fac27/mod_host_guard/mod_host_guard.lua</link>
    <description><![CDATA[mod_host_guard: removed redundant cleanup code (tested it's completely unrequired).]]></description>
    <author>&#77;&#97;&#114;&#99;&#111;&#32;&#67;&#105;&#114;&#105;&#108;&#108;&#111;&#32;&#60;&#109;&#97;&#114;&#97;&#110;&#100;&#97;&#64;&#108;&#105;&#103;&#104;&#116;&#119;&#105;&#116;&#99;&#104;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Mon, 25 Jun 2012 23:53:40 +0000</pubDate>
</item>
<item>
    <title>mod_host_guard: host handlers are now cleaned properly on module unload (and also still on re/load to be safe).</title>
    <link>http://hg.omfa.de/prosody-modules/log/f79fda2d7e51/mod_host_guard/mod_host_guard.lua</link>
    <description><![CDATA[mod_host_guard: host handlers are now cleaned properly on module unload (and also still on re/load to be safe).]]></description>
    <author>&#77;&#97;&#114;&#99;&#111;&#32;&#67;&#105;&#114;&#105;&#108;&#108;&#111;&#32;&#60;&#109;&#97;&#114;&#97;&#110;&#100;&#97;&#64;&#108;&#105;&#103;&#104;&#116;&#119;&#105;&#116;&#99;&#104;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Mon, 25 Jun 2012 23:26:09 +0000</pubDate>
</item>
<item>
    <title>mod_host_guard: referenced configmanager from prosody's _G instead of requiring it.</title>
    <link>http://hg.omfa.de/prosody-modules/log/b94010de43f6/mod_host_guard/mod_host_guard.lua</link>
    <description><![CDATA[mod_host_guard: referenced configmanager from prosody's _G instead of requiring it.]]></description>
    <author>&#77;&#97;&#114;&#99;&#111;&#32;&#67;&#105;&#114;&#105;&#108;&#108;&#111;&#32;&#60;&#109;&#97;&#114;&#97;&#110;&#100;&#97;&#64;&#108;&#105;&#103;&#104;&#116;&#119;&#105;&#116;&#99;&#104;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Mon, 25 Jun 2012 22:32:54 +0000</pubDate>
</item>
<item>
    <title>mod_host_guard: remove unused import.</title>
    <link>http://hg.omfa.de/prosody-modules/log/592cfa6cf5d9/mod_host_guard/mod_host_guard.lua</link>
    <description><![CDATA[mod_host_guard: remove unused import.]]></description>
    <author>&#77;&#97;&#114;&#99;&#111;&#32;&#67;&#105;&#114;&#105;&#108;&#108;&#111;&#32;&#60;&#109;&#97;&#114;&#97;&#110;&#100;&#97;&#64;&#108;&#105;&#103;&#104;&#116;&#119;&#105;&#116;&#99;&#104;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Sun, 27 May 2012 04:58:07 +0000</pubDate>
</item>
<item>
    <title>mod_host_guard: prevent possible traces in case there isn't a conn object on the session by adding a dummy replacement function.</title>
    <link>http://hg.omfa.de/prosody-modules/log/19698c5f3ab3/mod_host_guard/mod_host_guard.lua</link>
    <description><![CDATA[mod_host_guard: prevent possible traces in case there isn't a conn object on the session by adding a dummy replacement function.]]></description>
    <author>&#77;&#97;&#114;&#99;&#111;&#32;&#67;&#105;&#114;&#105;&#108;&#108;&#111;&#32;&#60;&#109;&#97;&#114;&#97;&#110;&#100;&#97;&#64;&#108;&#105;&#103;&#104;&#116;&#119;&#105;&#116;&#99;&#104;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Sun, 27 May 2012 04:44:24 +0000</pubDate>
</item>
<item>
    <title>mod_host_guard: now a proper error is returned when stanzas are routed to a filtered remote server (thanks Zash)</title>
    <link>http://hg.omfa.de/prosody-modules/log/27529031890b/mod_host_guard/mod_host_guard.lua</link>
    <description><![CDATA[mod_host_guard: now a proper error is returned when stanzas are routed to a filtered remote server (thanks Zash)]]></description>
    <author>&#77;&#97;&#114;&#99;&#111;&#32;&#67;&#105;&#114;&#105;&#108;&#108;&#111;&#32;&#60;&#109;&#97;&#114;&#97;&#110;&#100;&#97;&#64;&#108;&#105;&#103;&#104;&#116;&#119;&#105;&#116;&#99;&#104;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Sun, 27 May 2012 02:44:06 +0000</pubDate>
</item>
<item>
    <title>mod_host_guard: removed unused variable.</title>
    <link>http://hg.omfa.de/prosody-modules/log/939f8fc84d49/mod_host_guard/mod_host_guard.lua</link>
    <description><![CDATA[mod_host_guard: removed unused variable.]]></description>
    <author>&#77;&#97;&#114;&#99;&#111;&#32;&#67;&#105;&#114;&#105;&#108;&#108;&#111;&#32;&#60;&#109;&#97;&#114;&#97;&#110;&#100;&#97;&#64;&#108;&#105;&#103;&#104;&#116;&#119;&#105;&#116;&#99;&#104;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Sun, 27 May 2012 01:37:25 +0000</pubDate>
</item>
<item>
    <title>mod_host_guard: using route/remote event hook to stop outgoing connections to filtered entities, yet the returned error is highly misleading.</title>
    <link>http://hg.omfa.de/prosody-modules/log/3ab1cf30a848/mod_host_guard/mod_host_guard.lua</link>
    <description><![CDATA[mod_host_guard: using route/remote event hook to stop outgoing connections to filtered entities, yet the returned error is highly misleading.]]></description>
    <author>&#77;&#97;&#114;&#99;&#111;&#32;&#67;&#105;&#114;&#105;&#108;&#108;&#111;&#32;&#60;&#109;&#97;&#114;&#97;&#110;&#100;&#97;&#64;&#108;&#105;&#103;&#104;&#116;&#119;&#105;&#116;&#99;&#104;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Sun, 27 May 2012 01:34:53 +0000</pubDate>
</item>
<item>
    <title>mod_host_guard: removed s2smanager import.</title>
    <link>http://hg.omfa.de/prosody-modules/log/03ef667c96c3/mod_host_guard/mod_host_guard.lua</link>
    <description><![CDATA[mod_host_guard: removed s2smanager import.]]></description>
    <author>&#77;&#97;&#114;&#99;&#111;&#32;&#67;&#105;&#114;&#105;&#108;&#108;&#111;&#32;&#60;&#109;&#97;&#114;&#97;&#110;&#100;&#97;&#64;&#108;&#105;&#103;&#104;&#116;&#119;&#105;&#116;&#99;&#104;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Sat, 26 May 2012 22:48:03 +0000</pubDate>
</item>
<item>
    <title>mod_host_guard: removed calls to s2smanager and made the module not dependant on it.</title>
    <link>http://hg.omfa.de/prosody-modules/log/a2cea070f2c7/mod_host_guard/mod_host_guard.lua</link>
    <description><![CDATA[mod_host_guard: removed calls to s2smanager and made the module not dependant on it.]]></description>
    <author>&#77;&#97;&#114;&#99;&#111;&#32;&#67;&#105;&#114;&#105;&#108;&#108;&#111;&#32;&#60;&#109;&#97;&#114;&#97;&#110;&#100;&#97;&#64;&#108;&#105;&#103;&#104;&#116;&#119;&#105;&#116;&#99;&#104;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Sat, 26 May 2012 22:45:46 +0000</pubDate>
</item>
<item>
    <title>mod_host_guard: fixed plugin, minor code refactor.</title>
    <link>http://hg.omfa.de/prosody-modules/log/50be30f203f3/mod_host_guard/mod_host_guard.lua</link>
    <description><![CDATA[mod_host_guard: fixed plugin, minor code refactor.]]></description>
    <author>&#77;&#97;&#114;&#99;&#111;&#32;&#67;&#105;&#114;&#105;&#108;&#108;&#111;&#32;&#60;&#109;&#97;&#114;&#97;&#110;&#100;&#97;&#64;&#108;&#105;&#103;&#104;&#116;&#119;&#105;&#116;&#99;&#104;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Sun, 08 Jan 2012 05:25:49 +0000</pubDate>
</item>
<item>
    <title>mod_host_guard: replaced prosody.events.add_handler with module:hook.</title>
    <link>http://hg.omfa.de/prosody-modules/log/47b9053dba38/mod_host_guard/mod_host_guard.lua</link>
    <description><![CDATA[mod_host_guard: replaced prosody.events.add_handler with module:hook.]]></description>
    <author>&#77;&#97;&#114;&#99;&#111;&#32;&#67;&#105;&#114;&#105;&#108;&#108;&#111;&#32;&#60;&#109;&#97;&#114;&#97;&#110;&#100;&#97;&#64;&#108;&#105;&#103;&#104;&#116;&#119;&#105;&#116;&#99;&#104;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Sun, 08 Jan 2012 03:51:16 +0000</pubDate>
</item>
<item>
    <title>mod_host_guard: stick to one code &quot;punctuation&quot; style.</title>
    <link>http://hg.omfa.de/prosody-modules/log/1737c08fde30/mod_host_guard/mod_host_guard.lua</link>
    <description><![CDATA[mod_host_guard: stick to one code &quot;punctuation&quot; style.]]></description>
    <author>&#77;&#97;&#114;&#99;&#111;&#32;&#67;&#105;&#114;&#105;&#108;&#108;&#111;&#32;&#60;&#109;&#97;&#114;&#97;&#110;&#100;&#97;&#64;&#108;&#105;&#103;&#104;&#116;&#119;&#105;&#116;&#99;&#104;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Sat, 07 Jan 2012 18:09:48 +0000</pubDate>
</item>
<item>
    <title>mod_host_guard: updated banner.</title>
    <link>http://hg.omfa.de/prosody-modules/log/219ffe3541ff/mod_host_guard/mod_host_guard.lua</link>
    <description><![CDATA[mod_host_guard: updated banner.]]></description>
    <author>&#77;&#97;&#114;&#99;&#111;&#32;&#67;&#105;&#114;&#105;&#108;&#108;&#111;&#32;&#60;&#109;&#97;&#114;&#97;&#110;&#100;&#97;&#64;&#108;&#105;&#103;&#104;&#116;&#119;&#105;&#116;&#99;&#104;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Thu, 05 Jan 2012 01:37:53 +0000</pubDate>
</item>
<item>
    <title>mod_host_guard: added exceptions/whitelisting to the blockall logic (makes little sense otherwise has s2s_disallow = true does the same)</title>
    <link>http://hg.omfa.de/prosody-modules/log/e98fe28c50b0/mod_host_guard/mod_host_guard.lua</link>
    <description><![CDATA[mod_host_guard: added exceptions/whitelisting to the blockall logic (makes little sense otherwise has s2s_disallow = true does the same)]]></description>
    <author>&#77;&#97;&#114;&#99;&#111;&#32;&#67;&#105;&#114;&#105;&#108;&#108;&#111;&#32;&#60;&#109;&#97;&#114;&#97;&#110;&#100;&#97;&#64;&#108;&#105;&#103;&#104;&#116;&#119;&#105;&#116;&#99;&#104;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Tue, 20 Dec 2011 20:19:53 +0000</pubDate>
</item>
<item>
    <title>mod_host_guard: minor fix.</title>
    <link>http://hg.omfa.de/prosody-modules/log/376c4a90249c/mod_host_guard/mod_host_guard.lua</link>
    <description><![CDATA[mod_host_guard: minor fix.]]></description>
    <author>&#77;&#97;&#114;&#99;&#111;&#32;&#67;&#105;&#114;&#105;&#108;&#108;&#111;&#32;&#60;&#109;&#97;&#114;&#97;&#110;&#100;&#97;&#64;&#108;&#105;&#103;&#104;&#116;&#119;&#105;&#116;&#99;&#104;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Sun, 04 Dec 2011 15:57:01 +0000</pubDate>
</item>
<item>
    <title>mod_host_guard: renamed mod_component_guard to mod_host_guard, as it really works with all hosts, finally decided to wiki it out and not merge it with the s2s_blackwhitelisting module.</title>
    <link>http://hg.omfa.de/prosody-modules/log/b1b80319bbf6/mod_host_guard/mod_host_guard.lua</link>
    <description><![CDATA[mod_host_guard: renamed mod_component_guard to mod_host_guard, as it really works with all hosts, finally decided to wiki it out and not merge it with the s2s_blackwhitelisting module.]]></description>
    <author>&#77;&#97;&#114;&#99;&#111;&#32;&#67;&#105;&#114;&#105;&#108;&#108;&#111;&#32;&#60;&#109;&#97;&#114;&#97;&#110;&#100;&#97;&#64;&#108;&#105;&#103;&#104;&#116;&#119;&#105;&#116;&#99;&#104;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Sun, 04 Dec 2011 15:47:24 +0000</pubDate>
</item>

  </channel>
</rss>
