Age | Commit message (Collapse) | Author |
|
* Starting to remove api key mentions from NEU
* remove api key error popup
* ooops
---------
Co-authored-by: nopo <nopotheemail@gmail.com>
|
|
try catch crash
|
|
* fixed things with 5 in museum
* fix level crash
|
|
* maybe fix the backup repo not working sometimes
* change wording
|
|
|
|
* 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
|
|
|
|
|
|
|
|
Co-authored-by: nopo <nopotheemail@gmail.com>
|
|
|
|
|
|
* made Display donation status false
* Added a command to set api key
|
|
|
|
|
|
Co-authored-by: nea <nea@nea.moe>
|
|
|
|
* Add variables to calculator
* Fix unary minus for variables
|
|
|
|
|
|
Co-authored-by: Lulonaut <lulonaut@tutanota.de>
|
|
|
|
|
|
|
|
* Removed the neu ah.
* make compile
* make command say its removed
* just what i wanted, an empty file
---------
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Co-authored-by: nopo <nopotheemail@gmail.com>
|
|
DungeonNPCProfitOverlay: make use of ItemResolutionQuerys id by name resolvers
|
|
* Fix Soopy Networth
* Add api cache clear command
|
|
|
|
|
|
|
|
|
|
|
|
|
|
change neustats back to only using modname instead of full path
|
|
This is needed because the generated data was too long for https://hst.sh/
Also adds a "copyToClipboard" extension function for String
The HastebinUploader.java class is now no longer needed
|
|
|
|
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
|
|
|
|
Co-authored-by: nea <romangraef@gmail.com>
Co-authored-by: nea <nea@nea.moe>
Co-authored-by: Roman / Linnea Gräf <roman.graef@gmail.com>
Co-authored-by: nopo <nopotheemail@gmail.com>
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
|
|
Co-authored-by: Vixid <52578495+Vixid1@users.noreply.github.com>
|
|
|
|
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
|
|
|
|
Show magical power at accessory bag in skyblock menu.
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
|
|
Co-authored-by: Lulonaut <lulonaut@tutanota.de>
|
|
* Added Sky Mall to Dwarven Overlay.
* Made SkyBlockTime a data object.
* Added color to names and display item per different perk variant.
* Added daySuffix support for days greater 10.
* Data classes have a copy method already.
* Green color does not work.
* Fixed a bug in monthName.
* Add Unit Tests and make use of Instant
* Fixed Sky Mall overlay showing in crystal hollows.
* 11st
12nd
13rd
---------
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Co-authored-by: nea <nea@nea.moe>
Co-authored-by: nopo <nopotheemail@gmail.com>
|
|
* Rename .java to .kt
* hotm rework.
* Moved class to kotlin directory.
* Removed debug.
* Support for maxed out levels.
* Fun fact of the day: Developer waste more time on the name of a variable than actual coding.
* default is 0
---------
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
|
|
`CacheResult` should in theory have either a `file != null` a `future !=
null` or be `disposed`. Apparently this invariant of `CacheResult` is
either being violated somewhere, or the `synchronized` blocks arent as
synchronized as id hoped they were. In fact, `dispose()` does not even
delete the file, so i can really only see this happening because the
first `synchronized` block that writes the file and the second
`synchronized` block that reads from the file hold the same lock.
I have no idea how this would happen, but hopefully this fixes it (since
the dispose didn't have a threading issue reported so far, i feel more
confident leaving the .deleteOnExit in there, but I'm also wrapping any
potential IOExceptions during access, because I am just so confused how
the internal state was broken.
|
|
* ApiUtil: Add cache with per request timeout and per class histogram
* MinionHelper: Only load minion helper data when needed
* Api: Make api response processing more async.
* Lower cache for /pv to 30 seconds and rename cacheDuration to max age
* Disk cache for the API
|
|
* Print api errors in console.
* No reason not to just append.
* Censor API Key
---------
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Co-authored-by: nea <nea@nea.moe>
|