Commit Graph

49 Commits

Author SHA1 Message Date
dependabot[bot] 07a25cae78 build(deps): bump clap from 4.6.0 to 4.6.1
Bumps [clap](https://github.com/clap-rs/clap) from 4.6.0 to 4.6.1.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.6.0...clap_complete-v4.6.1)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-02 01:07:03 +00:00
ErrorNoInternet 7d1996306c feat: add proper nix flake 2026-04-13 19:23:33 -04:00
ErrorNoInternet 63cfc7c9c0 build(deps)!: update azalea and fix ecs changes 2026-04-13 16:59:53 -04:00
ErrorNoInternet 505b1a26af build(deps)!: update azalea and refactor go_to 2025-04-16 02:14:19 -04:00
ErrorNoInternet 7cf7254dce chore(deps): update everything 2025-04-12 12:29:52 -04:00
ErrorNoInternet 49a4400246 chore(deps): update for azalea entity deindexing fix 2025-03-27 21:22:10 -04:00
ErrorNoInternet 1dc6519d0c chore(deps): update everything
Should work on 1.21.5 now.
2025-03-26 17:39:03 -04:00
ErrorNoInternet 65c4654e72 chore(deps): enable all features on tokio 2025-03-25 16:41:25 -04:00
ErrorNoInternet c8aec76075 chore(deps): update azalea 2025-03-20 22:33:54 -04:00
ErrorNoInternet e7133ecc5f chore(deps): update everything 2025-03-19 18:22:35 -04:00
ErrorNoInternet e3cdf4260e refactor: bring azalea-hax crate in-tree 2025-03-18 17:53:50 -04:00
ErrorNoInternet c2c9ca609e chore(deps): enable anyhow feature on matrix-sdk 2025-03-18 17:53:41 -04:00
ErrorNoInternet ee82685b4e fix(matrix): properly handle sessions 2025-03-15 23:44:44 -04:00
ErrorNoInternet e70b8eca84 feat: add matrix support 2025-03-15 15:08:54 -04:00
ErrorNoInternet 3400541a79 feat(client): add AntiKnockback component from azalea-hax 2025-03-13 20:54:16 -04:00
ErrorNoInternet e1683f41c6 refactor: get rid of smallvec
Doesn't seem to be doing much.
2025-03-13 19:57:28 -04:00
ErrorNoInternet 90512d631d feat: finish replay recording automatically on exit
Lint / Cargo.toml (push) Has been cancelled
Lint / Rust (push) Has been cancelled
Build / errornowatcher (push) Has been cancelled
2025-03-11 20:18:58 -04:00
ErrorNoInternet 0fbd632c59 chore(deps): switch to git for built for pedantic clippy fix 2025-03-11 18:46:08 -04:00
ErrorNoInternet 8ad28a43c2 chore(deps): use native rust deflate implementation 2025-03-11 17:33:23 -04:00
ErrorNoInternet 6600edabe6 feat: add feature for mimalloc 2025-03-11 17:33:23 -04:00
ErrorNoInternet b2d8618bba perf: slightly optimize Vec usage 2025-03-11 17:33:22 -04:00
ErrorNoInternet caec5fa7f8 feat: add replaymod compatible recorder 2025-03-10 18:41:26 -04:00
ErrorNoInternet 4d3947c4ef feat: expose build information 2025-03-06 19:31:13 -05:00
ErrorNoInternet c4454fe217 feat: add support for NoChatReports encryption 2025-03-06 13:17:01 -05:00
ErrorNoInternet f572aaf958 feat: add console-subscriber feature 2025-02-27 20:22:53 -05:00
ErrorNoInternet 31ccd370eb chore(deps): downgrade some dependencies
Azalea seems to have stopped working properly after the update; some
events are not being received.

This partially backs out commit 5533d852b2.
2025-02-27 19:21:32 -05:00
ErrorNoInternet 5533d852b2 chore(deps): update dependencies 2025-02-27 07:48:14 -05:00
ErrorNoInternet 247612fad0 refactor: use a RwLock for event listeners 2025-02-24 16:56:10 -05:00
ErrorNoInternet 168ac1bb46 feat: switch to luajit for more features 2025-02-23 15:32:34 -05:00
ErrorNoInternet b1dbfa6110 feat: add file logging via LOG_FILE environment variable 2025-02-23 15:20:15 -05:00
ErrorNoInternet 9b9ccfd2b9 chore(cargo): update dependencies 2025-02-22 12:53:00 -05:00
ErrorNoInternet 2e1736af25 refactor: clean up locking and convert to async 2025-02-16 15:43:27 -05:00
ErrorNoInternet 645483c98f refactor: clean up and restructure 2025-02-16 15:12:16 -05:00
ErrorNoInternet 5752e94ad2 feat: run http server to receive commands 2025-02-16 01:08:50 -05:00
ErrorNoInternet a937db0be6 feat: add basic logging 2025-02-16 01:08:50 -05:00
ErrorNoInternet 4fa508ec81 feat: start work on 0.2.0 2025-02-16 01:08:49 -05:00
ErrorNoInternet eb803635ec Update dependencies 2023-02-04 18:32:46 +08:00
ErrorNoInternet c1f3e6234e Update dependencies 2023-01-28 22:58:09 +08:00
ErrorNoInternet 27146341a6 Add Matrix dependencies 2023-01-28 19:10:46 +08:00
ErrorNoInternet 2428f4717f Add Matrix support (part 1) 2023-01-27 19:58:30 +08:00
ErrorNoInternet b187252902 Add dependencies 2023-01-17 16:24:28 +08:00
ErrorNoInternet abb4e93f0d Update dependencies 2023-01-13 17:31:12 +08:00
ErrorNoInternet faa0c12607 Add scripting system (part 2) 2023-01-13 16:23:00 +08:00
ErrorNoInternet 3507acd42d Add scripting system (part 1) 2023-01-13 16:19:19 +08:00
ErrorNoInternet 98474c5216 Add jump and interact commands 2023-01-13 15:20:33 +08:00
ErrorNoInternet 0f9efc1f9e Add dependencies 2023-01-09 11:12:28 +08:00
ErrorNoInternet cbe6c96ca1 Add bad pathfinding 2023-01-08 18:30:36 +08:00
ErrorNoInternet 01ee13a1dc Add more dependencies 2023-01-07 21:07:09 +08:00
ErrorNoInternet d2f2606864 Add dependencies 2023-01-07 20:15:31 +08:00