<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/Vencord.git/src/api/DataStore, branch gitkeepuserplugins</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Vencord.git/'/>
<entry>
<title>chore: transition to shorter license headers (#6)</title>
<updated>2023-08-10T00:17:49+00:00</updated>
<author>
<name>Rini</name>
<email>rini@rinici.de</email>
</author>
<published>2023-08-10T00:17:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Vencord.git/commit/?id=8b6c8bc0ecedfea82370a253050657e5ca9d48f1'/>
<id>8b6c8bc0ecedfea82370a253050657e5ca9d48f1</id>
<content type='text'>
Transition from the GPL jumpscare to a more concise header:

	/*
     * Vencord, a Discord client mod
	 * Copyright (c) 2023 Vendicated and contributors
     *
	 * SPDX-License-Identifier: GPL-3.0
     */

Old files still keep the old headers, while eslint will now autofix the new header

Reviewed-on: https://codeberg.org/Ven/cord/pulls/6
Co-authored-by: Rini &lt;rini@rinici.de&gt;
Co-committed-by: Rini &lt;rini@rinici.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Transition from the GPL jumpscare to a more concise header:

	/*
     * Vencord, a Discord client mod
	 * Copyright (c) 2023 Vendicated and contributors
     *
	 * SPDX-License-Identifier: GPL-3.0
     */

Old files still keep the old headers, while eslint will now autofix the new header

Reviewed-on: https://codeberg.org/Ven/cord/pulls/6
Co-authored-by: Rini &lt;rini@rinici.de&gt;
Co-committed-by: Rini &lt;rini@rinici.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Windows: Patch host updater to reinject (#138)</title>
<updated>2022-10-22T16:17:02+00:00</updated>
<author>
<name>Ven</name>
<email>vendicated@riseup.net</email>
</author>
<published>2022-10-22T16:17:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Vencord.git/commit/?id=a7dbd73547104540218d4699fcf643fca727d2fc'/>
<id>a7dbd73547104540218d4699fcf643fca727d2fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add license headers</title>
<updated>2022-10-21T23:17:14+00:00</updated>
<author>
<name>Vendicated</name>
<email>vendicated@riseup.net</email>
</author>
<published>2022-10-21T23:17:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Vencord.git/commit/?id=f92f3f1a5e2aba1ea6d765fd06b8a76217186085'/>
<id>f92f3f1a5e2aba1ea6d765fd06b8a76217186085</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>legal: Make esbuild generate &amp; link licensing information</title>
<updated>2022-10-20T18:23:14+00:00</updated>
<author>
<name>Vendicated</name>
<email>vendicated@riseup.net</email>
</author>
<published>2022-10-20T17:21:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Vencord.git/commit/?id=c80ed1b824b9f0b8aab8103cbde5e9b1f2c951c1'/>
<id>c80ed1b824b9f0b8aab8103cbde5e9b1f2c951c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add DataStore (IndexedDB wrapper)</title>
<updated>2022-10-20T18:23:14+00:00</updated>
<author>
<name>Vendicated</name>
<email>vendicated@riseup.net</email>
</author>
<published>2022-10-20T16:15:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Vencord.git/commit/?id=50047dd3c22c9b3754684e4d21f7aeeff25dbd79'/>
<id>50047dd3c22c9b3754684e4d21f7aeeff25dbd79</id>
<content type='text'>
An alternative to the synchronous Settings API to work around storage
limitations of localStorage and allow  storing of arbitrarily large
data in form of most Javascript DataTypes,
see https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm#supported_types
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
An alternative to the synchronous Settings API to work around storage
limitations of localStorage and allow  storing of arbitrarily large
data in form of most Javascript DataTypes,
see https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm#supported_types
</pre>
</div>
</content>
</entry>
</feed>
