<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dragonfireclient.git/src/util, branch on_receive_particlespawner</title>
<subtitle>luanti cheat client
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/atom?h=on_receive_particlespawner</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/atom?h=on_receive_particlespawner'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/'/>
<updated>2022-06-05T13:20:29+00:00</updated>
<entry>
<title>Fix BSD iconv declaration</title>
<updated>2022-06-05T13:20:29+00:00</updated>
<author>
<name>savilli</name>
<email>78875209+savilli@users.noreply.github.com</email>
</author>
<published>2022-06-05T13:20:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=1f39948bc3341af99a1a2dfc39e4b4164ab56f4c'/>
<id>urn:sha1:1f39948bc3341af99a1a2dfc39e4b4164ab56f4c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Optimize JSON string (de)serialization routines</title>
<updated>2022-05-21T15:46:10+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2022-05-01T11:44:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=9ee3dc71f1bb094c04afe98832f69f2a95995340'/>
<id>urn:sha1:9ee3dc71f1bb094c04afe98832f69f2a95995340</id>
<content type='text'>
stringstreams were shown to be slow when reading/writing single characters
and there is lots of potential by having functions perform on existing
buffers whenever possible.
</content>
</entry>
<entry>
<title>Improve testSerializeJsonString unit tests</title>
<updated>2022-05-21T15:46:10+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2022-05-01T11:43:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=70dc23f996683a59dd85db74e8f15e49c4f7b9fd'/>
<id>urn:sha1:70dc23f996683a59dd85db74e8f15e49c4f7b9fd</id>
<content type='text'>
this also removes the requirement that / is escaped, there is
no reason for doing so.
</content>
</entry>
<entry>
<title>Add more Prometheus metrics (#12274)</title>
<updated>2022-05-09T19:20:58+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2022-05-09T19:20:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=f5a8593b11382b70ee969dc93b71f34fb0cad5df'/>
<id>urn:sha1:f5a8593b11382b70ee969dc93b71f34fb0cad5df</id>
<content type='text'>
</content>
</entry>
<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/dragonfire/dragonfireclient.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>Async environment for mods to do concurrent tasks (#11131)</title>
<updated>2022-05-02T18:56:06+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2022-05-02T18:55:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=e7659883cc6fca343785da2a1af3890ae273abbf'/>
<id>urn:sha1:e7659883cc6fca343785da2a1af3890ae273abbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support CSS Color Module Level 4 (#12204)</title>
<updated>2022-04-27T21:00:02+00:00</updated>
<author>
<name>Lars Müller</name>
<email>34514239+appgurueu@users.noreply.github.com</email>
</author>
<published>2022-04-27T21:00:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=fccf1e2eac691443108de8f666d611327dbfcfb3'/>
<id>urn:sha1:fccf1e2eac691443108de8f666d611327dbfcfb3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix OOB read in trim("")</title>
<updated>2022-04-08T13:55:21+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2022-01-30T03:50:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=f5e54cd39845aeeff50cdbebf625abf3c4a5b92d'/>
<id>urn:sha1:f5e54cd39845aeeff50cdbebf625abf3c4a5b92d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update directory name sanitization</title>
<updated>2022-04-08T13:55:21+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2022-02-01T02:11:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=dae6fe91a1059751a0bde504cdf41a749234ce1a'/>
<id>urn:sha1:dae6fe91a1059751a0bde504cdf41a749234ce1a</id>
<content type='text'>
Only ASCII spaces have to be handles specially, and leading spaces are
also disallowed.
</content>
</entry>
<entry>
<title>Add additional reserved directory names</title>
<updated>2022-04-08T13:55:21+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2022-01-30T03:47:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=00ebedad933244dbb866198b5769309ea011719c'/>
<id>urn:sha1:00ebedad933244dbb866198b5769309ea011719c</id>
<content type='text'>
</content>
</entry>
</feed>
