<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/COFL.git/src/main/java/de/torui/coflsky/network, branch main</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/COFL.git/'/>
<entry>
<title>fix string format</title>
<updated>2023-10-31T18:39:24+00:00</updated>
<author>
<name>Äkwav</name>
<email>ekwav@coflnet.com</email>
</author>
<published>2023-10-31T18:39:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/COFL.git/commit/?id=47ccf8c71f55c2223c535188ed6113f4a79aea2f'/>
<id>47ccf8c71f55c2223c535188ed6113f4a79aea2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix #107</title>
<updated>2023-10-31T18:22:18+00:00</updated>
<author>
<name>Äkwav</name>
<email>ekwav@coflnet.com</email>
</author>
<published>2023-10-31T18:22:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/COFL.git/commit/?id=520f960cd6f17c1eb6f3d4c29ca2aeaaf31c2d9c'/>
<id>520f960cd6f17c1eb6f3d4c29ca2aeaaf31c2d9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed issue #81 (#82)</title>
<updated>2023-01-18T22:27:35+00:00</updated>
<author>
<name>Abhiram555</name>
<email>63419731+Sasuke449@users.noreply.github.com</email>
</author>
<published>2023-01-18T22:27:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/COFL.git/commit/?id=2297be65c50d36916e6efc690ad297a149590e1f'/>
<id>2297be65c50d36916e6efc690ad297a149590e1f</id>
<content type='text'>
* Remove the useless relocation in gradle

* Implement the getMods command

* Update src/main/java/de/torui/coflsky/commands/models/ModListData.java

Co-authored-by: Äkwav &lt;16632490+Ekwav@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove the useless relocation in gradle

* Implement the getMods command

* Update src/main/java/de/torui/coflsky/commands/models/ModListData.java

Co-authored-by: Äkwav &lt;16632490+Ekwav@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>fix chestname missing from updates</title>
<updated>2022-10-11T20:43:16+00:00</updated>
<author>
<name>Äkwav</name>
<email>ekwav@coflnet.com</email>
</author>
<published>2022-10-11T20:43:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/COFL.git/commit/?id=050d8da158b6bac386d7bfa43871938afc4d0dca'/>
<id>050d8da158b6bac386d7bfa43871938afc4d0dca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixes #68 &amp; fixes #67</title>
<updated>2022-09-30T16:03:39+00:00</updated>
<author>
<name>Äkwav</name>
<email>ekwav@coflnet.com</email>
</author>
<published>2022-09-30T16:03:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/COFL.git/commit/?id=3e2d251438e421c202bd49953467af47acfb4702'/>
<id>3e2d251438e421c202bd49953467af47acfb4702</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>initial implementation (#38)</title>
<updated>2022-05-21T14:11:01+00:00</updated>
<author>
<name>Torui</name>
<email>44932079+ToruiDev@users.noreply.github.com</email>
</author>
<published>2022-05-21T14:11:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/COFL.git/commit/?id=b9b1294882b68e2d85aec0c1d28570f5d68359b9'/>
<id>b9b1294882b68e2d85aec0c1d28570f5d68359b9</id>
<content type='text'>
* rewrite everything

* Add replace and insert methods for tooltips

* Add sleep bcz hypixel doesnt want a prefilled chest

* Commit requested changes

* Fix messed up item stacks for stackables

* Move handlers to handlers package

* Empty hashmap on gui close

* merge conflixt fix

* Fix index out of bound exception

* Fix bcz forge

* fix messed slot assigns when there is empoty inventory slot

* Make tooltips respect mod settings

* Fix typo

* save tab contents

* optimise description loading &amp; fix tab

Co-authored-by: HackedOS &lt;63157139+HackedOS@users.noreply.github.com&gt;
Co-authored-by: Äkwav &lt;xekwavx@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* rewrite everything

* Add replace and insert methods for tooltips

* Add sleep bcz hypixel doesnt want a prefilled chest

* Commit requested changes

* Fix messed up item stacks for stackables

* Move handlers to handlers package

* Empty hashmap on gui close

* merge conflixt fix

* Fix index out of bound exception

* Fix bcz forge

* fix messed slot assigns when there is empoty inventory slot

* Make tooltips respect mod settings

* Fix typo

* save tab contents

* optimise description loading &amp; fix tab

Co-authored-by: HackedOS &lt;63157139+HackedOS@users.noreply.github.com&gt;
Co-authored-by: Äkwav &lt;xekwavx@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Feature/countdown (#54)</title>
<updated>2022-04-11T22:02:21+00:00</updated>
<author>
<name>Äkwav</name>
<email>16632490+Ekwav@users.noreply.github.com</email>
</author>
<published>2022-04-11T22:02:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/COFL.git/commit/?id=e3aedc3ffea344fbdda63aeb8a3fae8af9b1e681'/>
<id>e3aedc3ffea344fbdda63aeb8a3fae8af9b1e681</id>
<content type='text'>
* v1

* fixes #20

* code review comments

* update version

* fix aliases</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* v1

* fixes #20

* code review comments

* update version

* fix aliases</pre>
</div>
</content>
</entry>
<entry>
<title>fix reconnect</title>
<updated>2022-03-23T16:40:59+00:00</updated>
<author>
<name>Äkwav</name>
<email>xekwavx@gmail.com</email>
</author>
<published>2022-03-23T16:40:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/COFL.git/commit/?id=e8569cb30684fdbffdfdfc619912a2ba8c232512'/>
<id>e8569cb30684fdbffdfdfc619912a2ba8c232512</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature/support new flips (#47)</title>
<updated>2022-01-24T19:00:02+00:00</updated>
<author>
<name>Torui</name>
<email>44932079+ToruiDev@users.noreply.github.com</email>
</author>
<published>2022-01-24T19:00:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/COFL.git/commit/?id=1caa3e1840e51800200458b776712f38b470d772'/>
<id>1caa3e1840e51800200458b776712f38b470d772</id>
<content type='text'>
* added rudimentary support for the new flips

* Keypress

* send "clicked" command

* maybe fix the ConcurrentModificationException

* add synchronized to relevant pieces of code

* premature optimization

* change timings to 50 seconds

* switched to config file

* workaround for #48

* change debounce mechanism

* cofl track

* fix #49

* fix command not getting data serialized

* .

* add id on claim

* unset hotkey

* Apply suggestions from code review

remove tab from empty line

Co-authored-by: Äkwav &lt;16632490+Ekwav@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* added rudimentary support for the new flips

* Keypress

* send "clicked" command

* maybe fix the ConcurrentModificationException

* add synchronized to relevant pieces of code

* premature optimization

* change timings to 50 seconds

* switched to config file

* workaround for #48

* change debounce mechanism

* cofl track

* fix #49

* fix command not getting data serialized

* .

* add id on claim

* unset hotkey

* Apply suggestions from code review

remove tab from empty line

Co-authored-by: Äkwav &lt;16632490+Ekwav@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>initial fix, needs testing!</title>
<updated>2021-12-28T15:15:54+00:00</updated>
<author>
<name>Florian Rinke</name>
<email>develop@torui.de</email>
</author>
<published>2021-12-28T15:15:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/COFL.git/commit/?id=33d340a59b18361fcd18e73e34f5eced5641655f'/>
<id>33d340a59b18361fcd18e73e34f5eced5641655f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
