<?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_log_json/mod_log_json.lua history</title>
    <description>mod_log_json/mod_log_json.lua revision history</description>
    <item>
    <title>mod_log_json: Support for logging to stdout</title>
    <link>http://hg.omfa.de/prosody-modules/log/0b347a7c5b5f/mod_log_json/mod_log_json.lua</link>
    <description><![CDATA[mod_log_json: Support for logging to stdout<br/>
<br/>
Hacky, but should work.]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Thu, 11 Jul 2024 10:15:21 +0100</pubDate>
</item>
<item>
    <title>mod_log_json: Prefer native Lua table.pack over Prosody util.table one</title>
    <link>http://hg.omfa.de/prosody-modules/log/807007913f67/mod_log_json/mod_log_json.lua</link>
    <description><![CDATA[mod_log_json: Prefer native Lua table.pack over Prosody util.table one<br/>
<br/>
Prosody is removing support for Lua 5.1, which was the reason for<br/>
util.table.pack to exist in the first place, since Lua 5.2+ provides<br/>
table.pack. In prosody rev 5eaf77114fdb everything was switched over to<br/>
use table.pack, opening the door for removing util.table.pack at some<br/>
point. This change here is to prepare for that future eventuality.]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Mon, 11 Jul 2022 20:08:41 +0200</pubDate>
</item>
<item>
    <title>mod_log_json: allow logging of formatted message</title>
    <link>http://hg.omfa.de/prosody-modules/log/4356088ad675/mod_log_json/mod_log_json.lua</link>
    <description><![CDATA[mod_log_json: allow logging of formatted message<br/>
<br/>
This is for logging pipelines which can not or do not want to<br/>
interpret sprintf-style strings but still need the complete<br/>
string for search or whatever.]]></description>
    <author>&#74;&#111;&#110;&#97;&#115;&#32;&#83;&#99;&#104;&#228;&#102;&#101;&#114;&#32;&#60;&#106;&#111;&#110;&#97;&#115;&#64;&#119;&#105;&#101;&#108;&#105;&#99;&#107;&#105;&#46;&#110;&#97;&#109;&#101;&#62;</author>
    <pubDate>Mon, 22 Feb 2021 16:08:55 +0100</pubDate>
</item>
<item>
    <title>mod_log_json: Deregister log sink on unload</title>
    <link>http://hg.omfa.de/prosody-modules/log/900ea02ab00b/mod_log_json/mod_log_json.lua</link>
    <description><![CDATA[mod_log_json: Deregister log sink on unload<br/>
<br/>
Clean up after itself on unload. This also helps reinitialize the sink<br/>
on reload.]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sat, 23 Nov 2019 04:53:16 +0100</pubDate>
</item>
<item>
    <title>mod_log_json: Use correct method to specify remote endpoint</title>
    <link>http://hg.omfa.de/prosody-modules/log/27abf3b6819a/mod_log_json/mod_log_json.lua</link>
    <description><![CDATA[mod_log_json: Use correct method to specify remote endpoint<br/>
<br/>
Fun fact, on TCP connections :connect and :setpeername is the same function]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Wed, 13 Nov 2019 17:57:54 +0100</pubDate>
</item>
<item>
    <title>mod_log_json: Fix to include underscore in UDP details in the other spot</title>
    <link>http://hg.omfa.de/prosody-modules/log/f288177f4c5d/mod_log_json/mod_log_json.lua</link>
    <description><![CDATA[mod_log_json: Fix to include underscore in UDP details in the other spot]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Wed, 13 Nov 2019 17:54:54 +0100</pubDate>
</item>
<item>
    <title>mod_log_json: Add UDP support</title>
    <link>http://hg.omfa.de/prosody-modules/log/bc865568ff02/mod_log_json/mod_log_json.lua</link>
    <description><![CDATA[mod_log_json: Add UDP support]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Wed, 13 Nov 2019 17:51:28 +0100</pubDate>
</item>
<item>
    <title>mod_log_json: Open file in read+append mode</title>
    <link>http://hg.omfa.de/prosody-modules/log/b8bd79c57040/mod_log_json/mod_log_json.lua</link>
    <description><![CDATA[mod_log_json: Open file in read+append mode<br/>
<br/>
Dunno why but this is what core.loggingmanager does]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sun, 03 Nov 2019 14:33:03 +0100</pubDate>
</item>
<item>
    <title>mod_log_json: Use filename from logging config</title>
    <link>http://hg.omfa.de/prosody-modules/log/9a3d25311fd9/mod_log_json/mod_log_json.lua</link>
    <description><![CDATA[mod_log_json: Use filename from logging config]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sun, 03 Nov 2019 14:33:01 +0100</pubDate>
</item>
<item>
    <title>mod_log_json: JSON log sink</title>
    <link>http://hg.omfa.de/prosody-modules/log/21cfbdaac767/mod_log_json/mod_log_json.lua</link>
    <description><![CDATA[mod_log_json: JSON log sink]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Thu, 18 Oct 2018 15:41:52 +0200</pubDate>
</item>

  </channel>
</rss>
