<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/NotEnoughUpdates.git/src/main/kotlin/io, branch fixraintimer</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/NotEnoughUpdates.git/'/>
<entry>
<title>Starting to remove api key mentions from NEU (#781)</title>
<updated>2023-08-05T13:18:16+00:00</updated>
<author>
<name>jani270</name>
<email>69345714+jani270@users.noreply.github.com</email>
</author>
<published>2023-08-05T13:18:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/NotEnoughUpdates.git/commit/?id=286d07910e7df7dc5bd0d22f8df3f53361a010c8'/>
<id>286d07910e7df7dc5bd0d22f8df3f53361a010c8</id>
<content type='text'>
* Starting to remove api key mentions from NEU

* remove api key error popup

* ooops

---------

Co-authored-by: nopo &lt;nopotheemail@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Starting to remove api key mentions from NEU

* remove api key error popup

* ooops

---------

Co-authored-by: nopo &lt;nopotheemail@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Fix crash with invalid meusum data (#789)</title>
<updated>2023-08-05T13:15:48+00:00</updated>
<author>
<name>NopoTheGamer</name>
<email>40329022+NopoTheGamer@users.noreply.github.com</email>
</author>
<published>2023-08-05T13:15:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/NotEnoughUpdates.git/commit/?id=3c9e4c7c1874bee803ad8c241fff83fd5588cda8'/>
<id>3c9e4c7c1874bee803ad8c241fff83fd5588cda8</id>
<content type='text'>
try catch crash</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
try catch crash</pre>
</div>
</content>
</entry>
<entry>
<title>Made a texture display for sets with 5 items (#792)</title>
<updated>2023-08-05T13:12:32+00:00</updated>
<author>
<name>CalMWolfs</name>
<email>94038482+CalMWolfs@users.noreply.github.com</email>
</author>
<published>2023-08-05T13:12:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/NotEnoughUpdates.git/commit/?id=42c0ffec59967355e94aefecf9e269a47b2a7b19'/>
<id>42c0ffec59967355e94aefecf9e269a47b2a7b19</id>
<content type='text'>
* fixed things with 5 in museum

* fix level crash</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fixed things with 5 in museum

* fix level crash</pre>
</div>
</content>
</entry>
<entry>
<title>Some changes to the backup repo (#796)</title>
<updated>2023-08-05T13:11:39+00:00</updated>
<author>
<name>CalMWolfs</name>
<email>94038482+CalMWolfs@users.noreply.github.com</email>
</author>
<published>2023-08-05T13:11:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/NotEnoughUpdates.git/commit/?id=0ee93d0237f29f7ee296fd694c260dba58a92a67'/>
<id>0ee93d0237f29f7ee296fd694c260dba58a92a67</id>
<content type='text'>
* maybe fix the backup repo not working sometimes

* change wording</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* maybe fix the backup repo not working sometimes

* change wording</pre>
</div>
</content>
</entry>
<entry>
<title>Removing join command and dungeon preset (#800)</title>
<updated>2023-08-05T13:09:31+00:00</updated>
<author>
<name>jani270</name>
<email>69345714+jani270@users.noreply.github.com</email>
</author>
<published>2023-08-05T13:09:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/NotEnoughUpdates.git/commit/?id=2a78a5da01b361968770a54e4712a19c18c7feef'/>
<id>2a78a5da01b361968770a54e4712a19c18c7feef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use ursa-minor as API proxy (#762)</title>
<updated>2023-07-21T07:28:48+00:00</updated>
<author>
<name>Roman / Linnea Gräf</name>
<email>roman.graef@gmail.com</email>
</author>
<published>2023-07-21T07:28:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/NotEnoughUpdates.git/commit/?id=34835697e889799e2b4e97c3bbf0ea73c04d5a64'/>
<id>34835697e889799e2b4e97c3bbf0ea73c04d5a64</id>
<content type='text'>
* Use ursa-minor as API proxy

* Allow setting a ursa server url

* Make client aware of x-ursa-expires

* Make profile data syncer work using legacy api

* Add better header support

* Add manual call functionality

* Improve callUrsa to allow for raw strings

* Save tokens better and add logs on http failure status codes

* Remove API key requirement for PV

* Make museum in pv also use ursa</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use ursa-minor as API proxy

* Allow setting a ursa server url

* Make client aware of x-ursa-expires

* Make profile data syncer work using legacy api

* Add better header support

* Add manual call functionality

* Improve callUrsa to allow for raw strings

* Save tokens better and add logs on http failure status codes

* Remove API key requirement for PV

* Make museum in pv also use ursa</pre>
</div>
</content>
</entry>
<entry>
<title>added lowest bin url to /neustats repo (#774)</title>
<updated>2023-07-20T16:04:10+00:00</updated>
<author>
<name>NopoTheGamer</name>
<email>40329022+NopoTheGamer@users.noreply.github.com</email>
</author>
<published>2023-07-20T16:04:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/NotEnoughUpdates.git/commit/?id=21f0a0cf7e373daca6ef2405ef9e05d1b625e0b8'/>
<id>21f0a0cf7e373daca6ef2405ef9e05d1b625e0b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add free rift infusion to timer (#766)</title>
<updated>2023-07-17T10:10:07+00:00</updated>
<author>
<name>Roman / Linnea Gräf</name>
<email>roman.graef@gmail.com</email>
</author>
<published>2023-07-17T10:10:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/NotEnoughUpdates.git/commit/?id=d3302012f6907a9a9ba5e175644c349443b36eab'/>
<id>d3302012f6907a9a9ba5e175644c349443b36eab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding /neustats repo (#748)</title>
<updated>2023-07-06T15:22:04+00:00</updated>
<author>
<name>CalMWolfs</name>
<email>94038482+CalMWolfs@users.noreply.github.com</email>
</author>
<published>2023-07-06T15:22:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/NotEnoughUpdates.git/commit/?id=5f4281f7d17a4b9e940f9d2d43ec1a4494744d30'/>
<id>5f4281f7d17a4b9e940f9d2d43ec1a4494744d30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Storage Overlay use /backpack (#740)</title>
<updated>2023-07-05T23:58:39+00:00</updated>
<author>
<name>IRONM00N</name>
<email>64110067+IRONM00N@users.noreply.github.com</email>
</author>
<published>2023-07-05T23:58:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/NotEnoughUpdates.git/commit/?id=c70115a608712e770265c8bc6762a082674e7a68'/>
<id>c70115a608712e770265c8bc6762a082674e7a68</id>
<content type='text'>
Co-authored-by: nopo &lt;nopotheemail@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: nopo &lt;nopotheemail@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
