<feed xmlns='http://www.w3.org/2005/Atom'>
<title>spacebarchat/server-ts.git/src/api, branch dev/rory/versioned-api</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://cgit.rory.gay/spacebarchat/server-ts.git/atom?h=dev%2Frory%2Fversioned-api</id>
<link rel='self' href='http://cgit.rory.gay/spacebarchat/server-ts.git/atom?h=dev%2Frory%2Fversioned-api'/>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/'/>
<updated>2023-01-14T17:39:04Z</updated>
<entry>
<title>Clean up imports</title>
<updated>2023-01-14T17:39:04Z</updated>
<author>
<name>TheArcaneBrony</name>
<email>myrainbowdash949@gmail.com</email>
</author>
<published>2023-01-14T17:39:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=45432dd9c87ff398de1faf5a0083c366a2ea391b'/>
<id>urn:sha1:45432dd9c87ff398de1faf5a0083c366a2ea391b</id>
<content type='text'>
Signed-off-by: TheArcaneBrony &lt;myrainbowdash949@gmail.com&gt;
</content>
</entry>
<entry>
<title>var -&gt; let</title>
<updated>2023-01-14T12:33:24Z</updated>
<author>
<name>TheArcaneBrony</name>
<email>myrainbowdash949@gmail.com</email>
</author>
<published>2023-01-14T12:33:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=32b93c857f89283f276be5ae2e39c9d11c87fece'/>
<id>urn:sha1:32b93c857f89283f276be5ae2e39c9d11c87fece</id>
<content type='text'>
Signed-off-by: TheArcaneBrony &lt;myrainbowdash949@gmail.com&gt;
</content>
</entry>
<entry>
<title>Move isTextChannel to channel</title>
<updated>2023-01-14T12:25:16Z</updated>
<author>
<name>TheArcaneBrony</name>
<email>myrainbowdash949@gmail.com</email>
</author>
<published>2023-01-14T12:25:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=b3657f2cc89bd67d1879f2a5f6589bb1cd11ff08'/>
<id>urn:sha1:b3657f2cc89bd67d1879f2a5f6589bb1cd11ff08</id>
<content type='text'>
Signed-off-by: TheArcaneBrony &lt;myrainbowdash949@gmail.com&gt;
</content>
</entry>
<entry>
<title>Move rest of endpoints that return nothing into v0</title>
<updated>2023-01-14T12:14:52Z</updated>
<author>
<name>TheArcaneBrony</name>
<email>myrainbowdash949@gmail.com</email>
</author>
<published>2023-01-14T12:14:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=909a71ff898927ab837b87dea6ef52ee72e10555'/>
<id>urn:sha1:909a71ff898927ab837b87dea6ef52ee72e10555</id>
<content type='text'>
Signed-off-by: TheArcaneBrony &lt;myrainbowdash949@gmail.com&gt;
</content>
</entry>
<entry>
<title>Move endpoints to respective versions, split out non implemented routes</title>
<updated>2023-01-14T12:08:48Z</updated>
<author>
<name>TheArcaneBrony</name>
<email>myrainbowdash949@gmail.com</email>
</author>
<published>2023-01-14T12:08:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=66df10d6b02cb1bed437665bc293dbcd5b9c73ff'/>
<id>urn:sha1:66df10d6b02cb1bed437665bc293dbcd5b9c73ff</id>
<content type='text'>
Signed-off-by: TheArcaneBrony &lt;myrainbowdash949@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add /users/:id/delete (#926)</title>
<updated>2023-01-14T08:15:35Z</updated>
<author>
<name>Erkin Alp Güney</name>
<email>erkinalp9035@gmail.com</email>
</author>
<published>2023-01-14T08:15:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=27dbeba821a597e033dfa1c20c51bcae48589016'/>
<id>urn:sha1:27dbeba821a597e033dfa1c20c51bcae48589016</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Dev/post refactor fixes (#927)</title>
<updated>2023-01-12T12:46:36Z</updated>
<author>
<name>TheArcaneBrony</name>
<email>myrainbowdash949@gmail.com</email>
</author>
<published>2023-01-12T12:46:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=1e1ba96a3c81377d709af4c79d505ce2ed7df939'/>
<id>urn:sha1:1e1ba96a3c81377d709af4c79d505ce2ed7df939</id>
<content type='text'>
* Re-introduce outgoing message logging

Signed-off-by: TheArcaneBrony &lt;myrainbowdash949@gmail.com&gt;

* Websocket dumping

* Sentry user count on API

* Generate session ID upon opening websocket, fix gateway dumps

* Async file io in src/gateway/events/Message.ts

Signed-off-by: TheArcaneBrony &lt;myrainbowdash949@gmail.com&gt;

* Async file io in src/util/util/Config.ts

Signed-off-by: TheArcaneBrony &lt;myrainbowdash949@gmail.com&gt;

* Make pre-commit hook executable

Signed-off-by: TheArcaneBrony &lt;myrainbowdash949@gmail.com&gt;

* Fixed sync file io in src/util/util/Config.ts

Signed-off-by: TheArcaneBrony &lt;myrainbowdash949@gmail.com&gt;

* Fixed missing await call in src/util/util/AutoUpdate.ts

Signed-off-by: TheArcaneBrony &lt;myrainbowdash949@gmail.com&gt;

* Add comment to src/gateway/events/Connection.ts

Signed-off-by: TheArcaneBrony &lt;myrainbowdash949@gmail.com&gt;

* Clean up gateway dumping code

Signed-off-by: TheArcaneBrony &lt;myrainbowdash949@gmail.com&gt;
Co-authored-by: Madeline &lt;46743919+MaddyUnderStars@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Add back include_url param to reg tokens</title>
<updated>2023-01-10T07:08:31Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2023-01-10T07:08:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=30ec479e2591769a490c23a772ba26997d57c23c'/>
<id>urn:sha1:30ec479e2591769a490c23a772ba26997d57c23c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move sentry init to util. use sentry in each module, not just bundle</title>
<updated>2023-01-10T02:20:37Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2023-01-10T02:19:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=6755f1392df4742192417eec98d0dc5fa360087e'/>
<id>urn:sha1:6755f1392df4742192417eec98d0dc5fa360087e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prettier</title>
<updated>2023-01-05T06:16:55Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2023-01-05T06:12:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=a3f2f997a3ddfafdff19bd8911f7b610326c02d8'/>
<id>urn:sha1:a3f2f997a3ddfafdff19bd8911f7b610326c02d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #922 from MaddyUnderStars/maddy/bodyParserPatch</title>
<updated>2023-01-02T09:37:25Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2023-01-02T09:37:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=b70f8fcf097269226f1c0d7bc6a393b0bd89432c'/>
<id>urn:sha1:b70f8fcf097269226f1c0d7bc6a393b0bd89432c</id>
<content type='text'>
Patch body-parser to use json-bigint, like gateway</content>
</entry>
<entry>
<title>Use adjusted email in /auth/login</title>
<updated>2023-01-02T02:18:07Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2023-01-02T02:17:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=e38025581d18b9a76fc54b3f6668e3acf4cf8bda'/>
<id>urn:sha1:e38025581d18b9a76fc54b3f6668e3acf4cf8bda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Don't let users undisable their accounts"</title>
<updated>2023-01-01T03:20:41Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2023-01-01T03:20:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=82f76ba07b60262ff64a0bc17641f06a5c9d9cad'/>
<id>urn:sha1:82f76ba07b60262ff64a0bc17641f06a5c9d9cad</id>
<content type='text'>
This reverts commit 52840f4f9806d1caa6fa21733e961275dd3d7547.
</content>
</entry>
<entry>
<title>Don't let users undisable their accounts</title>
<updated>2023-01-01T01:59:45Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2023-01-01T01:59:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=52840f4f9806d1caa6fa21733e961275dd3d7547'/>
<id>urn:sha1:52840f4f9806d1caa6fa21733e961275dd3d7547</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Profile themes and pronouns</title>
<updated>2022-12-31T06:51:57Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-12-31T06:25:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=0fe03771ce2a03915c266a0d4d34f2c11b229123'/>
<id>urn:sha1:0fe03771ce2a03915c266a0d4d34f2c11b229123</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix new roles having duplicate positions</title>
<updated>2022-12-30T07:07:56Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-12-30T07:07:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=17e93b7daa16de7bc787544d59a3eb1bb4affce4'/>
<id>urn:sha1:17e93b7daa16de7bc787544d59a3eb1bb4affce4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>OAuth2 authorize bot flow</title>
<updated>2022-12-24T07:55:14Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-12-24T07:55:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=91010235b92ad4bf16f0377a70dc3b862641b8ee'/>
<id>urn:sha1:91010235b92ad4bf16f0377a70dc3b862641b8ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix creating bot accounts</title>
<updated>2022-12-24T05:28:00Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-12-24T05:28:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=ac8ac9ada0bf5725ddbffbf4ecdd26068ce0b334'/>
<id>urn:sha1:ac8ac9ada0bf5725ddbffbf4ecdd26068ce0b334</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename limits_rate_disabled -&gt; limits_rate_enabled and remove limits_guilds_hideOfflineMember</title>
<updated>2022-12-22T10:01:29Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-12-22T10:01:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=18c6d11fc1a148cf0c494b1475ae7c653688eee5'/>
<id>urn:sha1:18c6d11fc1a148cf0c494b1475ae7c653688eee5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix redirect when test client disabled</title>
<updated>2022-12-22T01:13:13Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-12-22T01:13:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=b47b6de10252946f3079b4aae5fba013cb6f27bf'/>
<id>urn:sha1:b47b6de10252946f3079b4aae5fba013cb6f27bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Disable test client by default</title>
<updated>2022-12-21T08:52:08Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-12-21T08:52:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=22fb62673a6341c86bf3550880caba86cb69ca97'/>
<id>urn:sha1:22fb62673a6341c86bf3550880caba86cb69ca97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set default cdn endpoints so that local testing works</title>
<updated>2022-12-21T04:37:16Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-12-21T04:37:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=30e65415e431e396c0092d8efad3aa82aa0a8307'/>
<id>urn:sha1:30e65415e431e396c0092d8efad3aa82aa0a8307</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the roles bug</title>
<updated>2022-12-21T04:17:06Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-12-21T04:17:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=b96d851646b0acd9ad0df140823042582ecd1274'/>
<id>urn:sha1:b96d851646b0acd9ad0df140823042582ecd1274</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reg tokens bypass other restrictions</title>
<updated>2022-12-19T11:23:31Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-12-19T11:19:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=0957917ba2ff78307341922adb83e6e25c8623ec'/>
<id>urn:sha1:0957917ba2ff78307341922adb83e6e25c8623ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Message rate limiting</title>
<updated>2022-12-19T11:17:06Z</updated>
<author>
<name>TheArcaneBrony</name>
<email>myrainbowdash949@gmail.com</email>
</author>
<published>2022-09-18T12:09:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=47b999efec8b90b2e4f858c6bedb92e6ef81c8da'/>
<id>urn:sha1:47b999efec8b90b2e4f858c6bedb92e6ef81c8da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Registration tokens</title>
<updated>2022-12-19T11:04:52Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-12-19T11:03:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=9e36eff11d308a06667ed725746fbf0d11f9212d'/>
<id>urn:sha1:9e36eff11d308a06667ed725746fbf0d11f9212d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add register ratelimit</title>
<updated>2022-12-19T09:57:43Z</updated>
<author>
<name>TheArcaneBrony</name>
<email>myrainbowdash949@gmail.com</email>
</author>
<published>2022-09-17T13:31:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=565e7885dc1134c77e44b18ef80b7db600c4049a'/>
<id>urn:sha1:565e7885dc1134c77e44b18ef80b7db600c4049a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>flags related rights and stats api</title>
<updated>2022-12-19T09:49:38Z</updated>
<author>
<name>Erkin Alp Güney</name>
<email>erkinalp9035@gmail.com</email>
</author>
<published>2022-08-23T20:11:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=3844d8a40bb0e38d57953a2bc91a0cfee5c68637'/>
<id>urn:sha1:3844d8a40bb0e38d57953a2bc91a0cfee5c68637</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix user profile not displaying correctly</title>
<updated>2022-12-19T09:43:54Z</updated>
<author>
<name>Puyodead1</name>
<email>puyodead@protonmail.com</email>
</author>
<published>2022-09-01T15:05:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=697cfb1f58817d860e6d38b02e4c50ffe3a0d6c5'/>
<id>urn:sha1:697cfb1f58817d860e6d38b02e4c50ffe3a0d6c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>implement guild profiles and fix user profiles</title>
<updated>2022-12-19T09:37:59Z</updated>
<author>
<name>Puyodead1</name>
<email>puyodead@protonmail.com</email>
</author>
<published>2022-08-29T15:11:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=2f70be7f83df836e7616eb0e1fec6b75cb12631c'/>
<id>urn:sha1:2f70be7f83df836e7616eb0e1fec6b75cb12631c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace deprecated property</title>
<updated>2022-12-19T08:32:39Z</updated>
<author>
<name>TheArcaneBrony</name>
<email>myrainbowdash949@gmail.com</email>
</author>
<published>2022-08-12T10:46:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=f13082da57bee4e4c9aa6c40ab06f717ee58b8c0'/>
<id>urn:sha1:f13082da57bee4e4c9aa6c40ab06f717ee58b8c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Create webhooks</title>
<updated>2022-12-19T08:31:23Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-12-19T07:36:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=3c7efd650324736a7a555ec1e1c6e1c1cf82b3a3'/>
<id>urn:sha1:3c7efd650324736a7a555ec1e1c6e1c1cf82b3a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move UserSettings to own entity</title>
<updated>2022-12-19T06:52:44Z</updated>
<author>
<name>TheArcaneBrony</name>
<email>myrainbowdash949@gmail.com</email>
</author>
<published>2022-08-11T23:46:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=20359e7b9f453f62b8f251f19aa89ec236c082da'/>
<id>urn:sha1:20359e7b9f453f62b8f251f19aa89ec236c082da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add additional config</title>
<updated>2022-12-19T05:51:24Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-12-19T05:51:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=518fc966c9156f27124c595d8b371394b8f9b4a3'/>
<id>urn:sha1:518fc966c9156f27124c595d8b371394b8f9b4a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Invalidate tokens on password change</title>
<updated>2022-12-18T12:51:42Z</updated>
<author>
<name>ChrisChrome</name>
<email>christophercookman@gmail.com</email>
</author>
<published>2022-08-11T01:11:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=a6bb8ef23cf9773c1ce81e4c1b7c7de2f084c290'/>
<id>urn:sha1:a6bb8ef23cf9773c1ce81e4c1b7c7de2f084c290</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make teams nullable</title>
<updated>2022-12-18T12:48:17Z</updated>
<author>
<name>TheArcaneBrony</name>
<email>myrainbowdash949@gmail.com</email>
</author>
<published>2022-08-10T14:07:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=30d0c1bd213f224d57e0c9d27dceac4b5b93d6c1'/>
<id>urn:sha1:30d0c1bd213f224d57e0c9d27dceac4b5b93d6c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor applications</title>
<updated>2022-12-18T12:45:29Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-12-18T12:45:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=970e67fe6505015dc55f41e365e1ad2d2876d215'/>
<id>urn:sha1:970e67fe6505015dc55f41e365e1ad2d2876d215</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Whoops</title>
<updated>2022-12-18T11:44:17Z</updated>
<author>
<name>ChrisChrome</name>
<email>christophercookman@gmail.com</email>
</author>
<published>2022-08-10T10:50:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=b9bd5c5ac48b00f84da5e7f1a258f16fffd9dbd6'/>
<id>urn:sha1:b9bd5c5ac48b00f84da5e7f1a258f16fffd9dbd6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Whoops, missed one</title>
<updated>2022-12-18T11:44:11Z</updated>
<author>
<name>ChrisChrome</name>
<email>christophercookman@gmail.com</email>
</author>
<published>2022-08-10T10:35:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=8650120ebcafc40917148c87fc01235698290a7c'/>
<id>urn:sha1:8650120ebcafc40917148c87fc01235698290a7c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>I'm probably forgetting a lot of things, but hey, it works</title>
<updated>2022-12-18T11:43:55Z</updated>
<author>
<name>ChrisChrome</name>
<email>christophercookman@gmail.com</email>
</author>
<published>2022-08-10T10:29:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=e5be59a72d20de6f4906f2bbbe7615bcfaf4ba86'/>
<id>urn:sha1:e5be59a72d20de6f4906f2bbbe7615bcfaf4ba86</id>
<content type='text'>
</content>
</entry>
<entry>
<title>It works now... I guess</title>
<updated>2022-12-18T11:43:14Z</updated>
<author>
<name>ChrisChrome</name>
<email>christophercookman@gmail.com</email>
</author>
<published>2022-08-10T09:52:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=577e9e89e24a8a35f100704b46b30291eaa830a9'/>
<id>urn:sha1:577e9e89e24a8a35f100704b46b30291eaa830a9</id>
<content type='text'>
Co-authored-by: TheArcaneBrony &lt;myrainbowdash949@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add basic developer panel functionality - doesn't work yet</title>
<updated>2022-12-18T11:40:25Z</updated>
<author>
<name>ChrisChrome</name>
<email>christophercookman@gmail.com</email>
</author>
<published>2022-08-10T08:53:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=1cadcda249875f5c7a6b1c921701b564af99e3e2'/>
<id>urn:sha1:1cadcda249875f5c7a6b1c921701b564af99e3e2</id>
<content type='text'>
&gt;
&gt;
&gt; Co-authored-by: TheArcaneBrony &lt;myrainbowdash949@gmail.com&gt;
</content>
</entry>
<entry>
<title>Remove some old test logs that expose info to console</title>
<updated>2022-12-18T11:26:06Z</updated>
<author>
<name>TheArcaneBrony</name>
<email>myrainbowdash949@gmail.com</email>
</author>
<published>2022-08-08T21:23:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=46c072333bc8d3a34637ea1d0cb254262c399591'/>
<id>urn:sha1:46c072333bc8d3a34637ea1d0cb254262c399591</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove todo line that has been implemented.</title>
<updated>2022-12-18T11:24:11Z</updated>
<author>
<name>TheArcaneBrony</name>
<email>myrainbowdash949@gmail.com</email>
</author>
<published>2022-08-08T20:51:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=9a094da14dfd809dd25aa9094269f5cc9ee931ba'/>
<id>urn:sha1:9a094da14dfd809dd25aa9094269f5cc9ee931ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactored testclient</title>
<updated>2022-12-18T06:48:04Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-12-18T06:37:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=a786c2317c935f5d3f9a0043a2b90028c0be595d'/>
<id>urn:sha1:a786c2317c935f5d3f9a0043a2b90028c0be595d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove /policies/instance/stats</title>
<updated>2022-12-17T08:42:40Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-12-17T08:42:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=6084833cb7866114eba37380159d0bce2c8ecd2c'/>
<id>urn:sha1:6084833cb7866114eba37380159d0bce2c8ecd2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove Discord oauth login support</title>
<updated>2022-12-17T08:41:49Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-12-17T08:41:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=9e1b6a675bbff83622821951340455265ff28d9c'/>
<id>urn:sha1:9e1b6a675bbff83622821951340455265ff28d9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove `sharp` dep</title>
<updated>2022-12-17T07:46:44Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-12-17T07:46:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=3b5be3cc41e4f2befa9cc9621625684512ebe6f2'/>
<id>urn:sha1:3b5be3cc41e4f2befa9cc9621625684512ebe6f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove bad banned words implementation</title>
<updated>2022-12-17T07:45:42Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-12-17T07:45:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=77fa7ac886ac96ab02a014b64fb155250599a790'/>
<id>urn:sha1:77fa7ac886ac96ab02a014b64fb155250599a790</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove /api/-/monitorz</title>
<updated>2022-12-17T07:32:46Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-12-17T07:32:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=bf64200c8775f7530299c6f67c8d72491d5ec936'/>
<id>urn:sha1:bf64200c8775f7530299c6f67c8d72491d5ec936</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Premium tier 0 SKU from staging</title>
<updated>2022-12-17T06:44:30Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-12-17T06:38:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=9974b1a08ebff67d815bdce26a8fbb5e028b1a09'/>
<id>urn:sha1:9974b1a08ebff67d815bdce26a8fbb5e028b1a09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove Slowcord demo user restrictions</title>
<updated>2022-12-17T06:32:10Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-12-17T06:32:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=7cca5d32af7829e326a87845deb256bc161b1835'/>
<id>urn:sha1:7cca5d32af7829e326a87845deb256bc161b1835</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Only allow specific server features to be edited</title>
<updated>2022-12-05T09:02:34Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-12-05T08:50:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=fde54949308a14f07daee01d9d6898543147e4b5'/>
<id>urn:sha1:fde54949308a14f07daee01d9d6898543147e4b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix private messages being returned when no channel_id provided in search</title>
<updated>2022-12-05T08:29:50Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-12-05T08:29:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=561fcb654f8029eebaa2975afee9826192594447'/>
<id>urn:sha1:561fcb654f8029eebaa2975afee9826192594447</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix bug allowing any member from kicking any member instance-wide</title>
<updated>2022-12-05T08:16:40Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-12-05T08:16:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=b68ac6a54d01962f1ebdba31b07d41ed7fa04c7a'/>
<id>urn:sha1:b68ac6a54d01962f1ebdba31b07d41ed7fa04c7a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix prune</title>
<updated>2022-12-03T11:58:29Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-12-03T11:58:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=cf95510eb91bc89a7d0a282ad27916f3ea213b7e'/>
<id>urn:sha1:cf95510eb91bc89a7d0a282ad27916f3ea213b7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix 404 handler</title>
<updated>2022-11-05T10:59:12Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-11-05T10:59:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=ef2d739965a6887021b796140c0c7543b1587d63'/>
<id>urn:sha1:ef2d739965a6887021b796140c0c7543b1587d63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix message patching sending old message rather than updated one</title>
<updated>2022-10-31T04:09:52Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-10-31T04:09:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=97445fc399dc39c663a21625b3d9dfd1d6bd1438'/>
<id>urn:sha1:97445fc399dc39c663a21625b3d9dfd1d6bd1438</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow running api, cdn, gateway separately</title>
<updated>2022-10-31T02:17:21Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-10-31T02:16:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=9a7a43a725adcf1b409f494e587bc2aa453c64ef'/>
<id>urn:sha1:9a7a43a725adcf1b409f494e587bc2aa453c64ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix user settings not saving properly and guild folders</title>
<updated>2022-10-28T08:23:02Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-10-28T08:23:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=4c58a8bc249856a3e3b0af02ac086226a9308ddc'/>
<id>urn:sha1:4c58a8bc249856a3e3b0af02ac086226a9308ddc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lol</title>
<updated>2022-10-28T05:06:02Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-10-28T05:06:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=a75af3d9ffb9fd1598f692a49e5574b38e358e84'/>
<id>urn:sha1:a75af3d9ffb9fd1598f692a49e5574b38e358e84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move src-slowcord to own repo https://github.com/MaddyUnderStars/slowcord-services</title>
<updated>2022-10-28T04:25:58Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-10-28T04:25:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=8d93693a38f55c442372cac8f76211f27a752d0b'/>
<id>urn:sha1:8d93693a38f55c442372cac8f76211f27a752d0b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix bad user validation</title>
<updated>2022-10-27T12:12:48Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-10-27T12:12:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=1edcd2752a8ce8af298fdf1febcda5a423982e71'/>
<id>urn:sha1:1edcd2752a8ce8af298fdf1febcda5a423982e71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make /stop route not ugly as hell</title>
<updated>2022-10-26T08:50:51Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-10-26T08:50:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=48e114945e1b9d26edfeae8c49b19beed2dcd73b'/>
<id>urn:sha1:48e114945e1b9d26edfeae8c49b19beed2dcd73b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix fix for twitter embeds from yesterday</title>
<updated>2022-10-25T00:00:01Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-10-25T00:00:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=c84cdf0d2a1b43a0008c7c4ecfc8574c539872cd'/>
<id>urn:sha1:c84cdf0d2a1b43a0008c7c4ecfc8574c539872cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move message auto mod to the api route instead of a @beforeinsert/update method</title>
<updated>2022-10-24T23:58:36Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-10-24T23:58:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=8d2a2ba12e65192782b3f90e66365f8265c1b5d7'/>
<id>urn:sha1:8d2a2ba12e65192782b3f90e66365f8265c1b5d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix tweets with only video breaking embeds</title>
<updated>2022-10-24T08:53:14Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-10-24T08:53:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=6d7909a02c3b30af1fe84823bcc412120d81d0f0'/>
<id>urn:sha1:6d7909a02c3b30af1fe84823bcc412120d81d0f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Forgot some schemas + only generate schemas in util/schemas + add setup script</title>
<updated>2022-10-24T08:46:33Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-10-24T08:46:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=c96d2e9bd885f927c12b6bb711301091e51e5477'/>
<id>urn:sha1:c96d2e9bd885f927c12b6bb711301091e51e5477</id>
<content type='text'>
</content>
</entry>
<entry>
<title>TestClient middleware will now add cache misses to file for generate:client script to fetch. Also patch discord icon top left</title>
<updated>2022-10-24T05:50:53Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-10-24T05:50:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=0f9951bb0e70f9e6e2c4fdfc2bc51b6f93cd429e'/>
<id>urn:sha1:0f9951bb0e70f9e6e2c4fdfc2bc51b6f93cd429e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change android and ios client downloads to use /download endpoint, update Release entity to suck less</title>
<updated>2022-10-24T03:35:08Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-10-24T03:35:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=fc2ccc0b25ac1e31ef2a1cacbcc190d7debef7c2'/>
<id>urn:sha1:fc2ccc0b25ac1e31ef2a1cacbcc190d7debef7c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove self_edit_guilds, was dumb</title>
<updated>2022-10-07T09:07:35Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-10-07T09:06:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=67a8c0d445183caa03a1b00b27a799787d28c5f0'/>
<id>urn:sha1:67a8c0d445183caa03a1b00b27a799787d28c5f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix self_edit_guilds right</title>
<updated>2022-10-07T09:02:48Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-10-07T09:02:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=9340753ca0f504ac7e95bb054b69caa689137a14'/>
<id>urn:sha1:9340753ca0f504ac7e95bb054b69caa689137a14</id>
<content type='text'>
</content>
</entry>
<entry>
<title>embed fail</title>
<updated>2022-10-05T05:10:24Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-10-05T05:10:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=c47068b186439c8b00bb83e79d825527dad5b8ad'/>
<id>urn:sha1:c47068b186439c8b00bb83e79d825527dad5b8ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Check nonce in Message send</title>
<updated>2022-10-04T14:30:37Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-10-04T14:17:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=f35c8a1f49b8dab56a3ca3ae4a9dd677f3bfc43e'/>
<id>urn:sha1:f35c8a1f49b8dab56a3ca3ae4a9dd677f3bfc43e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>capture exception in sentry for embed processing</title>
<updated>2022-10-04T04:43:01Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-10-04T04:43:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=63c0fbf62c5f7c9ffba4c366da60b71f047917b0'/>
<id>urn:sha1:63c0fbf62c5f7c9ffba4c366da60b71f047917b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Embed cache</title>
<updated>2022-10-03T12:50:34Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-10-03T12:50:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=83ed2c8fdd7ca27bce7c0bedc09aad41fa69f2f7'/>
<id>urn:sha1:83ed2c8fdd7ca27bce7c0bedc09aad41fa69f2f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Twitter embeds</title>
<updated>2022-10-03T12:38:53Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-10-03T12:38:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=e8815f1fd595858e85f1c41df9f4cbe51f968760'/>
<id>urn:sha1:e8815f1fd595858e85f1c41df9f4cbe51f968760</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make imagor optional</title>
<updated>2022-10-02T11:25:47Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-10-02T11:25:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=40620daa4e522a9355e7567fa47cf9dac04fb5e6'/>
<id>urn:sha1:40620daa4e522a9355e7567fa47cf9dac04fb5e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use imagor for image resizing</title>
<updated>2022-10-02T04:28:03Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-10-02T04:28:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=0daea86092411969caa2fe2b195ab995edc584c5'/>
<id>urn:sha1:0daea86092411969caa2fe2b195ab995edc584c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More embed improvements</title>
<updated>2022-10-02T03:41:10Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-10-02T03:41:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=7585881536e6e9743cbb6a99ea747009daf08733'/>
<id>urn:sha1:7585881536e6e9743cbb6a99ea747009daf08733</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Slightly better embeds</title>
<updated>2022-10-01T05:59:30Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-10-01T05:35:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=7faf6e75614f4c2818f4f30a0014ee97d4244bfb'/>
<id>urn:sha1:7faf6e75614f4c2818f4f30a0014ee97d4244bfb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Better embed handling</title>
<updated>2022-10-01T04:44:32Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-10-01T04:44:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=aef662521c1e6a607f6c4848f7c6af96da8900b6'/>
<id>urn:sha1:aef662521c1e6a607f6c4848f7c6af96da8900b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split MANAGE_GUILDS right into MANAGE_GUILDS for instance-wide control and SELF_EDIT_GUILDS for control over guilds you own or have perms to edit</title>
<updated>2022-09-30T03:32:48Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-09-30T03:32:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=9886f19d79861e326ba242dee481ed9b91da6994'/>
<id>urn:sha1:9886f19d79861e326ba242dee481ed9b91da6994</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix fetching members for roles in POST message</title>
<updated>2022-09-29T11:29:54Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-09-29T11:27:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=e7b702924497edb1da01857c8bcd02f2cfa7eda1'/>
<id>urn:sha1:e7b702924497edb1da01857c8bcd02f2cfa7eda1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prevent URL embedding and mentions when in codeblock</title>
<updated>2022-09-29T05:53:13Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-09-29T05:46:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=19f3e9b5542676e6a7dfb979143a4dd2988a5cb6'/>
<id>urn:sha1:19f3e9b5542676e6a7dfb979143a4dd2988a5cb6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update read state on message create</title>
<updated>2022-09-29T05:30:11Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-09-29T05:26:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=dc61a497ffdd7718786f1a48ae8adb1c61f34394'/>
<id>urn:sha1:dc61a497ffdd7718786f1a48ae8adb1c61f34394</id>
<content type='text'>
</content>
</entry>
<entry>
<title>whoops</title>
<updated>2022-09-28T07:11:10Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-09-28T07:11:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=44c3ea24cbc509cb79b5a75a58a6a0a3e29dc6fb'/>
<id>urn:sha1:44c3ea24cbc509cb79b5a75a58a6a0a3e29dc6fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Discovery splashes + fix guild icons disappearing on settings change</title>
<updated>2022-09-28T07:07:36Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-09-28T07:07:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=52414c0e7bcaae99d74f5eae0815b4c3fa0f6c52'/>
<id>urn:sha1:52414c0e7bcaae99d74f5eae0815b4c3fa0f6c52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix user guild settings</title>
<updated>2022-09-28T06:39:26Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-09-28T06:39:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=419df470a4bb0008d4751a8813164b7b8d4e8554'/>
<id>urn:sha1:419df470a4bb0008d4751a8813164b7b8d4e8554</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Missed some schemas</title>
<updated>2022-09-28T06:39:05Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-09-28T06:39:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=1bde83635c8ab8d751d44c60876ac47eb828ccc0'/>
<id>urn:sha1:1bde83635c8ab8d751d44c60876ac47eb828ccc0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix message editing</title>
<updated>2022-09-27T13:02:43Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-09-27T13:02:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=a2ca9667e2aa56a1cae3d3631b94f7f2543e0669'/>
<id>urn:sha1:a2ca9667e2aa56a1cae3d3631b94f7f2543e0669</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prettier</title>
<updated>2022-09-26T12:41:21Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-09-26T12:29:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=dbaf39237ae3a41b6b1ac6a6cd3486129599b815'/>
<id>urn:sha1:dbaf39237ae3a41b6b1ac6a6cd3486129599b815</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move schemas to /src/util/schemas</title>
<updated>2022-09-26T12:08:14Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-09-26T12:08:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=1f416b972c6aa0cd4fc43a5790da56f8da21e82c'/>
<id>urn:sha1:1f416b972c6aa0cd4fc43a5790da56f8da21e82c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add generate:client script</title>
<updated>2022-09-26T10:33:57Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-09-26T10:33:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=e700ab1e65c02e5100bf06ba4ec80ff022f3024a'/>
<id>urn:sha1:e700ab1e65c02e5100bf06ba4ec80ff022f3024a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rearrange assets a bit, fix anything that uses assets folder</title>
<updated>2022-09-26T02:57:36Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-09-26T02:53:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=fa89b18d95f1639ec600716a2f715d2ab038c770'/>
<id>urn:sha1:fa89b18d95f1639ec600716a2f715d2ab038c770</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add logout endpoint</title>
<updated>2022-09-26T02:42:14Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-09-26T02:42:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=b85a8bcdfc5c3d029906b60738498c60ed521c26'/>
<id>urn:sha1:b85a8bcdfc5c3d029906b60738498c60ed521c26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor to mono-repo + upgrade packages</title>
<updated>2022-09-25T13:35:18Z</updated>
<author>
<name>Madeline</name>
<email>46743919+MaddyUnderStars@users.noreply.github.com</email>
</author>
<published>2022-09-25T08:24:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/spacebarchat/server-ts.git/commit/?id=0d23eaba09a4878520bf346af4cead90d76829fc'/>
<id>urn:sha1:0d23eaba09a4878520bf346af4cead90d76829fc</id>
<content type='text'>
</content>
</entry>
</feed>
