<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/Skyblock-Dungeons-Guide.git/loader/src/main/java/kr, branch partynotethingy</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/Skyblock-Dungeons-Guide.git/'/>
<entry>
<title>Automatically collect Dungeons Guide stack traces with user approval. (#446)</title>
<updated>2023-11-16T09:20:14+00:00</updated>
<author>
<name>syeyoung</name>
<email>42869671+cyoung06@users.noreply.github.com</email>
</author>
<published>2023-11-16T09:20:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblock-Dungeons-Guide.git/commit/?id=24fc59daa6da3c48544d2d8aec5606a2089f64d5'/>
<id>24fc59daa6da3c48544d2d8aec5606a2089f64d5</id>
<content type='text'>
* - fix error handling, don't use throwables like amateur

Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;

* - no need for hack to stop

Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;

* - gui error handling

Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;

* - remote logging error

Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;

* - remote logging error

Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;

* - testing privacy policy

Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;

* - send traces

Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;

* - show collect diagnostic? prompt

Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;

---------

Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* - fix error handling, don't use throwables like amateur

Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;

* - no need for hack to stop

Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;

* - gui error handling

Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;

* - remote logging error

Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;

* - remote logging error

Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;

* - testing privacy policy

Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;

* - send traces

Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;

* - show collect diagnostic? prompt

Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;

---------

Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>No throwables (#436)</title>
<updated>2023-11-11T12:37:07+00:00</updated>
<author>
<name>syeyoung</name>
<email>42869671+cyoung06@users.noreply.github.com</email>
</author>
<published>2023-11-11T12:37:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblock-Dungeons-Guide.git/commit/?id=de2ea64b5127570baa61ade6fd7a63416c8b7cb9'/>
<id>de2ea64b5127570baa61ade6fd7a63416c8b7cb9</id>
<content type='text'>
* - fix error handling, don't use throwables like amateur

Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;

* - no need for hack to stop

Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;

* - gui error handling

Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;

---------

Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* - fix error handling, don't use throwables like amateur

Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;

* - no need for hack to stop

Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;

* - gui error handling

Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;

---------

Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Skyblock dungeons guide 345 (#347)</title>
<updated>2023-02-27T06:15:44+00:00</updated>
<author>
<name>syeyoung</name>
<email>42869671+cyoung06@users.noreply.github.com</email>
</author>
<published>2023-02-27T06:15:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblock-Dungeons-Guide.git/commit/?id=eaa2b8412f96b7492982810122c51c39659d011a'/>
<id>eaa2b8412f96b7492982810122c51c39659d011a</id>
<content type='text'>
* - Fix #345, DG unload incompatibility with essential due to "thePlayer" not being EntityPlayerSP but some kind of wierd player emulated by Essential
- Fix unloading error mentioned in #345, JarLoader popping ProgressBar that doesn't exist

Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;

* - Additional Checks on EntityPlayerSP

Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;

---------

Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* - Fix #345, DG unload incompatibility with essential due to "thePlayer" not being EntityPlayerSP but some kind of wierd player emulated by Essential
- Fix unloading error mentioned in #345, JarLoader popping ProgressBar that doesn't exist

Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;

* - Additional Checks on EntityPlayerSP

Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;

---------

Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>- Version up</title>
<updated>2023-02-26T17:26:34+00:00</updated>
<author>
<name>syeyoung</name>
<email>cyoung06@naver.com</email>
</author>
<published>2023-02-26T17:26:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblock-Dungeons-Guide.git/commit/?id=6b41f58518616c5be8eaadda4ca28e4895bf1399'/>
<id>6b41f58518616c5be8eaadda4ca28e4895bf1399</id>
<content type='text'>
Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>- Proper User Agent</title>
<updated>2023-02-26T17:25:50+00:00</updated>
<author>
<name>syeyoung</name>
<email>cyoung06@naver.com</email>
</author>
<published>2023-02-26T17:25:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblock-Dungeons-Guide.git/commit/?id=bd6d9e260916648d28f21b034d910c81d2c226fa'/>
<id>bd6d9e260916648d28f21b034d910c81d2c226fa</id>
<content type='text'>
Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>- Make let's encrypt fail gracefully</title>
<updated>2023-02-25T10:54:43+00:00</updated>
<author>
<name>syeyoung</name>
<email>cyoung06@naver.com</email>
</author>
<published>2023-02-25T10:54:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblock-Dungeons-Guide.git/commit/?id=28ac4a24e29a3eec1b628c6529498be1ddb39a6b'/>
<id>28ac4a24e29a3eec1b628c6529498be1ddb39a6b</id>
<content type='text'>
Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fix GuiDisplayer not working sometimes</title>
<updated>2023-02-25T10:53:41+00:00</updated>
<author>
<name>syeyoung</name>
<email>cyoung06@naver.com</email>
</author>
<published>2023-02-25T10:53:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblock-Dungeons-Guide.git/commit/?id=01dfac23ce5a888009b6a865d023a9e094726780'/>
<id>01dfac23ce5a888009b6a865d023a9e094726780</id>
<content type='text'>
Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>- reauth token</title>
<updated>2023-02-24T06:47:17+00:00</updated>
<author>
<name>syeyoung</name>
<email>cyoung06@naver.com</email>
</author>
<published>2023-02-24T06:47:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblock-Dungeons-Guide.git/commit/?id=f547a84a8d3ae0b9f34ca43caac5039899950fd1'/>
<id>f547a84a8d3ae0b9f34ca43caac5039899950fd1</id>
<content type='text'>
Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>- show the actual error &amp; null chk</title>
<updated>2023-02-24T05:40:18+00:00</updated>
<author>
<name>syeyoung</name>
<email>cyoung06@naver.com</email>
</author>
<published>2023-02-24T05:40:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblock-Dungeons-Guide.git/commit/?id=bb318751e66f123b46a6c5f06a48f9f566f7eca3'/>
<id>bb318751e66f123b46a6c5f06a48f9f566f7eca3</id>
<content type='text'>
Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>- new command</title>
<updated>2023-02-07T06:27:06+00:00</updated>
<author>
<name>syeyoung</name>
<email>cyoung06@naver.com</email>
</author>
<published>2023-02-07T06:27:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblock-Dungeons-Guide.git/commit/?id=a072361166a0e523fb9e4b53f9d378d99beb48e0'/>
<id>a072361166a0e523fb9e4b53f9d378d99beb48e0</id>
<content type='text'>
Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: syeyoung &lt;cyoung06@naver.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
