Commit Graph

4 Commits

Author SHA1 Message Date
Alex Bristow
d92d5bd420 update flux (#10172) 2026-01-14 10:27:47 -08:00
Alex Bristow
c714e7f305 update flux to v1.2 (#10089)
- Updated Discord URL formats for desktop
- Fixed GoogleSheetParser okhttpclient injection and request
- Added text wrapping to announcements content
2026-01-06 00:43:33 -05:00
riktenx
877c3cd886 update flux (#10054) 2026-01-03 14:33:01 -05:00
Alex Bristow
97e58ffec6 add flux (#9403)
* Create Flux

This is a plugin I have written for my clan that was inspired by the clan events plugin. It is almost entirely just UI and swing components being updated in the plugin panel. There are two external READ only calls. One is to the google sheets API which is where our clan admins control the plugin config (only a few values for dynamic events). One is to Wiseoldman.net. No data is being written outside of the config file. 

There is a login message sent, clan ranks checked for my specific clan only, and some interaction with the Overlay class for automatic event password displaying for active events in WOM. Outside of that, it is only Javaswing in the PluginPanel class using the Card layout to display information.

* Update commit reference in flux plugin

changed log.info lines to log.debug

* Update commit reference in flux plugin

refactor from JSON to GSON

* Update flux

* Update commit reference in flux plugin

* Update Flux plugin repository commit hash
2026-01-03 14:26:50 -05:00