<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/src/network, branch clamp</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=clamp</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=clamp'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2022-05-04T18:55:01+00:00</updated>
<entry>
<title>Make logging cost free when there is no output target (#12247)</title>
<updated>2022-05-04T18:55:01+00:00</updated>
<author>
<name>paradust7</name>
<email>102263465+paradust7@users.noreply.github.com</email>
</author>
<published>2022-05-04T18:55:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=0704ca055059088bdd53e15be672e6b5663b8f50'/>
<id>urn:sha1:0704ca055059088bdd53e15be672e6b5663b8f50</id>
<content type='text'>
The logging streams now do almost no work when there is no output target for them.

For example, if LL_VERBOSE has no output targets, then `verbosestream &lt;&lt; x` will return a StreamProxy with a null target. Any further `&lt;&lt;` operations applied to it will do nothing.</content>
</entry>
<entry>
<title>Deal with compiler warnings</title>
<updated>2022-04-30T14:49:41+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2022-04-28T18:53:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=a89afe1229e327da3c397a3912b2d43d2196ea2b'/>
<id>urn:sha1:a89afe1229e327da3c397a3912b2d43d2196ea2b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up some auth packet handling related code</title>
<updated>2022-04-28T18:05:26+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2022-04-27T17:55:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=a65f6f07f3a5601207b790edcc8cc945133112f7'/>
<id>urn:sha1:a65f6f07f3a5601207b790edcc8cc945133112f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix password changing getting stuck if wrong password is entered once</title>
<updated>2022-04-28T17:55:36+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2022-04-27T17:32:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=00f71c3b9d35e1cdd5aa62491a46068358aa8b2a'/>
<id>urn:sha1:00f71c3b9d35e1cdd5aa62491a46068358aa8b2a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Apply disallow_empty_password to password changes too</title>
<updated>2022-04-28T17:55:36+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2022-04-27T17:10:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=3d2bf8fb021ea839944830e212789532ba3f0370'/>
<id>urn:sha1:3d2bf8fb021ea839944830e212789532ba3f0370</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix race condition in registration leading to duplicate create_auth calls</title>
<updated>2022-04-28T17:55:36+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2022-04-27T17:00:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=391eec9ee78fc9dfdc476ad2a8ed7755009e4a2f'/>
<id>urn:sha1:391eec9ee78fc9dfdc476ad2a8ed7755009e4a2f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Spacing fixes</title>
<updated>2022-04-08T13:55:21+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2021-12-01T23:54:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=7993909fabce4f796ca67b5a8139936667de25df'/>
<id>urn:sha1:7993909fabce4f796ca67b5a8139936667de25df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add API to control shadow intensity from the game/mod (#11944)</title>
<updated>2022-03-26T15:58:26+00:00</updated>
<author>
<name>x2048</name>
<email>codeforsmile@gmail.com</email>
</author>
<published>2022-03-26T15:58:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=0f25fa7af655b98fa401176a523f269c843d1943'/>
<id>urn:sha1:0f25fa7af655b98fa401176a523f269c843d1943</id>
<content type='text'>
* Also Disable shadows when sun/moon is hidden. Fixes #11972.</content>
</entry>
<entry>
<title>Clean up ClientReady packet handling</title>
<updated>2022-02-17T22:20:33+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2022-02-14T20:01:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=c31b3017222edd6e93bdeb02f05a3df7b6b23a1a'/>
<id>urn:sha1:c31b3017222edd6e93bdeb02f05a3df7b6b23a1a</id>
<content type='text'>
fixes #12073
</content>
</entry>
<entry>
<title>Clean up ClientInterface locking</title>
<updated>2022-02-03T10:43:51+00:00</updated>
<author>
<name>Jude Melton-Houghton</name>
<email>jwmhjwmh@gmail.com</email>
</author>
<published>2022-02-02T01:49:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=1c73902005bb5c7a40be5571bff9c232d8c69536'/>
<id>urn:sha1:1c73902005bb5c7a40be5571bff9c232d8c69536</id>
<content type='text'>
</content>
</entry>
</feed>
