Commit Graph

94 Commits

Author SHA1 Message Date
rjindael ecb3ff1acb
chore: mild cleanup 2023-12-02 21:20:06 -08:00
rjindael 81446f9286
fix: bug fixes 2023-12-02 21:18:27 -08:00
rjindael c1545761f6
fix: bootstrapper stuff 2023-10-01 18:04:33 -07:00
rjindael c1a2035866
feat: final touches and bug fixes 2023-10-01 03:42:31 -07:00
rjindael c6867e2243
nit(docs): markdown semantics 2023-09-22 18:22:34 -07:00
rjindael 0f1f6af1b9
chore(ci): remove ci temporarily 2023-09-22 18:22:00 -07:00
rjindael 9954b5db61
fix: use new Web.IsConnected determination 2023-09-10 02:38:23 -07:00
rj 48b320c054
Merge pull request #6 from kiseki-lol/dependabot/github_actions/actions/checkout-4
chore(deps): bump actions/checkout from 3 to 4
2023-09-10 02:32:31 -07:00
rjindael bc55ce7e83
fix: add Kiseki.Launcher.Models to Usings 2023-09-10 02:32:05 -07:00
rjindael 9e4cb6bfce
feat: overhaul Web with new arbiter code 2023-09-10 02:31:23 -07:00
rjindael 1e0648a005
feat: global usings among common Launcher project 2023-09-10 02:31:14 -07:00
rjindael 3c604085f7
feat: switch from kiseki.lol -> kiseki.loc on dbg 2023-09-10 02:26:00 -07:00
rjindael c3e922856c
chore: rename Helpers -> Utilities 2023-09-10 02:24:23 -07:00
dependabot[bot] 09c0f024b4
chore(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 05:27:17 +00:00
rjindael d99a44304f
chore: unify code w/ arbiter by adding WebResponse 2023-08-02 23:06:41 -07:00
rjindael ed517513d6
nit: styling 2023-08-02 20:21:29 -07:00
rj b8a3609007
nit(docs): remove prerequisite until full proper documentation is written 2023-08-02 20:09:42 -07:00
rjindael 2cd2ff2da9
fix: fix blocking client download task 2023-08-02 18:37:49 -07:00
rjindael 8faf7ddfc5
feat: launch client, autoupdate client, etc. 2023-08-02 18:36:40 -07:00
rjindael e500ef0d26
feat: launcher auto-updating 2023-08-02 16:50:17 -07:00
rjindael 813537af75
chore: move initialization error out of Bootstrapper::Initialize 2023-08-02 16:11:24 -07:00
rjindael 98f1786bbb
gitignore: ignore license 2023-08-02 16:09:46 -07:00
rjindael f693b6da5e
feat: add GitHubRelease model 2023-08-02 03:14:22 -07:00
rjindael fe816fd2b6
fix: bootstrapper dry run fix 2023-08-02 03:09:03 -07:00
rjindael c82a34f9a4
docs: add runtime requirement 2023-08-02 02:22:54 -07:00
rjindael e9eb99407a
nit: typo 2023-08-02 02:21:47 -07:00
rjindael 929cce9856
feat(ci): add back proper dependency installation 2023-08-02 02:17:49 -07:00
rjindael 9b2d9707a9
feat/chore: shortcuts, additional refactoring 2023-08-02 02:15:22 -07:00
rjindael 0350e39eca
fix: various bugs 2023-08-02 01:57:40 -07:00
rjindael d34d14343d
chore: tidy up project 2023-08-02 01:42:56 -07:00
rjindael 10c2103762
chore: refactor project, bug fixes 2023-08-02 01:20:34 -07:00
rjindael 8dba3ab782
chore: ILauncher -> IBootstrapper 2023-08-01 23:29:20 -07:00
rjindael d93db964d9
feat/fix: installation and numerous fixes 2023-08-01 23:27:15 -07:00
rjindael 4f4f1b9cb5
feat: add back Http tasks (and implement them properly this time) 2023-08-01 23:02:12 -07:00
rjindael 7890fa380a
feat: add uninstall code 2023-08-01 22:59:28 -07:00
rjindael f68ce87cb5
fix(license): failsafes 2023-08-01 22:08:04 -07:00
rjindael 64d200c0b9
feat: refactor maintenance authentication, part 2 2023-08-01 21:47:56 -07:00
rjindael a5c94ba800
fix(web): fix infinite loop T_T 2023-08-01 21:28:25 -07:00
rjindael c48216c540
feat: refactor maintenance authentication 2023-08-01 21:25:23 -07:00
rjindael f759602120
feat(ci): bring back 10s builds 😢 2023-07-31 05:43:04 -07:00
rjindael 1ed03a2a79
feat: remove giant dependency 2023-07-31 05:41:06 -07:00
rjindael a36eac87fc
nit: clean up constants 2023-07-31 05:35:38 -07:00
rjindael 23a362d40e
fix(web): maintenance debounce 2023-07-31 05:31:31 -07:00
rjindael 8b61281f01
fix(ci): fix gh vars 2023-07-31 05:25:15 -07:00
rjindael 3601fd59c1
feat(ci): release/debug builds, etc. 2023-07-31 05:21:48 -07:00
rjindael 7ff48ba26b
feat(ci): restore dependencies and properly build 2023-07-31 05:14:49 -07:00
rjindael 5f9b5278e5
nit(dependabot): whitespace 2023-07-31 05:11:22 -07:00
rjindael e0f0b79af3
nit(ci): better artifact naming 2023-07-31 05:09:58 -07:00
rjindael 676a6e010c
nit: move MessageBox out of launcher core 2023-07-31 05:04:23 -07:00
rjindael 3d00a4b0ba
feat: remove license xor obf 2023-07-31 05:01:42 -07:00