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

    <title>prosody-hg: util/throttle.lua history</title>
    <description>util/throttle.lua revision history</description>
    <item>
    <title>Use util.time.now() consistently instead of socket.gettime()</title>
    <link>http://hg.omfa.de/prosody-hg/log/d649d011df45/util/throttle.lua</link>
    <description><![CDATA[Use util.time.now() consistently instead of socket.gettime()]]></description>
    <author>&#76;&#105;&#110;&#107;&#32;&#77;&#97;&#117;&#118;&#101;&#32;&#60;&#108;&#105;&#110;&#107;&#109;&#97;&#117;&#118;&#101;&#64;&#108;&#105;&#110;&#107;&#109;&#97;&#117;&#118;&#101;&#46;&#102;&#114;&#62;</author>
    <pubDate>Fri, 30 Jan 2026 14:08:53 +0100</pubDate>
</item>
<item>
    <title>util: Prefix module imports with prosody namespace</title>
    <link>http://hg.omfa.de/prosody-hg/log/d10957394a3c/util/throttle.lua</link>
    <description><![CDATA[util: Prefix module imports with prosody namespace]]></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>Fri, 17 Mar 2023 16:23:16 +0100</pubDate>
</item>
<item>
    <title>vairious: Add annotation when an empty environment is set [luacheck]</title>
    <link>http://hg.omfa.de/prosody-hg/log/4f0f5b49bb03/util/throttle.lua</link>
    <description><![CDATA[vairious: Add annotation when an empty environment is set [luacheck]]]></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, 28 Feb 2018 20:06:26 +0100</pubDate>
</item>
<item>
    <title>util.throttle: Remove unused import of floor() [luacheck]</title>
    <link>http://hg.omfa.de/prosody-hg/log/64165865b131/util/throttle.lua</link>
    <description><![CDATA[util.throttle: Remove unused import of floor() [luacheck]]]></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>Tue, 26 Sep 2017 18:30:34 +0100</pubDate>
</item>
<item>
    <title>util.throttle: Fix initial time setting (double accounting the first time) and fractional balance updates (0.1*10 was not the same as 1*1)</title>
    <link>http://hg.omfa.de/prosody-hg/log/9499db96c032/util/throttle.lua</link>
    <description><![CDATA[util.throttle: Fix initial time setting (double accounting the first time) and fractional balance updates (0.1*10 was not the same as 1*1)]]></description>
    <author>&#87;&#97;&#113;&#97;&#115;&#32;&#72;&#117;&#115;&#115;&#97;&#105;&#110;&#32;&#60;&#119;&#97;&#113;&#97;&#115;&#50;&#48;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sun, 17 Sep 2017 13:29:14 -0400</pubDate>
</item>
<item>
    <title>util.statistics,statsd,throttle,timer: Replace dependency on LuaSockect with util.time for precision time</title>
    <link>http://hg.omfa.de/prosody-hg/log/dc758422d896/util/throttle.lua</link>
    <description><![CDATA[util.statistics,statsd,throttle,timer: Replace dependency on LuaSockect with util.time for precision time]]></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, 20 Mar 2017 00:48:28 +0100</pubDate>
</item>
<item>
    <title>util.*: Remove use of module() function, make all module functions local and return them in a table at the end</title>
    <link>http://hg.omfa.de/prosody-hg/log/5de6b93d0190/util/throttle.lua</link>
    <description><![CDATA[util.*: Remove use of module() function, make all module functions local and return them in a table at the end]]></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, 21 Feb 2015 10:36:37 +0100</pubDate>
</item>
<item>
    <title>util.throttle: floor() internal balance calculation</title>
    <link>http://hg.omfa.de/prosody-hg/log/0e9a5b63206a/util/throttle.lua</link>
    <description><![CDATA[util.throttle: floor() internal balance calculation]]></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>Mon, 09 Jul 2012 02:35:47 +0100</pubDate>
</item>
<item>
    <title>util.throttle: Fix 'outstanding' return value</title>
    <link>http://hg.omfa.de/prosody-hg/log/fc8a22936b3c/util/throttle.lua</link>
    <description><![CDATA[util.throttle: Fix 'outstanding' return value]]></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>Fri, 13 Jan 2012 23:30:32 +0000</pubDate>
</item>
<item>
    <title>util.throttle: Import setmetatable</title>
    <link>http://hg.omfa.de/prosody-hg/log/28e0bf9cf0f5/util/throttle.lua</link>
    <description><![CDATA[util.throttle: Import setmetatable]]></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>Fri, 13 Jan 2012 23:30:00 +0000</pubDate>
</item>
<item>
    <title>util.throttle: Generic module by waqas to limit something over some time</title>
    <link>http://hg.omfa.de/prosody-hg/log/851885cb332d/util/throttle.lua</link>
    <description><![CDATA[util.throttle: Generic module by waqas to limit something over some time]]></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>Mon, 29 Aug 2011 13:00:33 -0400</pubDate>
</item>

  </channel>
</rss>
