| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 10 days | azalea-brigadier now allows commands to return a Result | mat | |
| 10 days | change panicking functions in Client and EntityRef to return an AzaleaResult ↵ | mat | |
| instead | |||
| 2026-03-28 | re-export azalea-chat from azalea, and rename azalea::chat to client_chat | mat | |
| 2026-03-28 | add StartClientOpts::new_with_appexit_rx | mat | |
| 2026-03-20 | optimize pathfinder swarms and write perf guide | mat | |
| 2026-03-18 | merge logic for the three move_entity packets | mat | |
| 2026-01-16 | better pathfinder swimming and other tweaks | mat | |
| 2025-12-28 | Implement `EntityRef` (#299) | mat | |
| * start implementing EntityRef struct * use EntityRef and impl more functions for it * fix doctests * typo * slightly reword some docs * update changelog | |||
| 2025-12-28 | move Event and auto_reconnect to the azalea crate | mat | |
| 2025-12-27 | Move Client struct to azalea crate (#297) | mat | |
| * move the Client struct out of azalea-client into azalea * actually add client impls in azalea | |||
| 2025-12-22 | move JoinOpts to a separate module | mat | |
| 2025-12-14 | cleanup azalea crate, move client/swarm builders into separate modules | mat | |
| 2025-12-15 | sort derives with cargo sort-derives | mat | |
| might add to ci later, unsure how to do it without adding significant friction for contributors though | |||
| 2025-12-12 | Delete `StartError` and `JoinError` (#296) | mat | |
| * delete StartError and JoinError * update changelog | |||
| 2025-12-12 | Refactor azalea-registry (#294) | mat | |
| * move registries in azalea-registry into separate modules * rename Item and Block to ItemKind and BlockKind * remove 'extra' registries from azalea-registry * hide deprecated items from docs * use DamageKindKey instead of Identifier when parsing registries * store tag entries as a Vec instead of a HashSet * sort tag values by protocol id * update changelog | |||
| 2025-12-11 | Add options to request Mojang sessionserver with a proxy (#293) | mat | |
| * add options to request mojang sessionserver with a socks5 proxy * update changelog * rename auth_proxy to sessionserver_proxy | |||
| 2025-12-11 | Run handler function in a Tokio LocalSet (#295) | mat | |
| * Run handler function in a Tokio LocalSet * remove tokio flavor=current_thread from examples * update changelog | |||
| 2025-11-21 | refactor resolve_address | mat | |
| 2025-11-13 | rename ResourceLocation to Identifier ahead of mojmap changes | mat | |
| 2025-10-12 | upgrade deps and clean up lots of doc comments | mat | |
| 2025-09-28 | update deps | mat | |
| 2025-09-26 | don't re-export azalea::bot::*, and some doc improvements | mat | |
| 2025-08-23 | handle AppExit event | mat | |
| 2025-06-26 | let chains are stabilized | mat | |
| 2025-06-14 | add note about current_thread to azalea readme | mat | |
| 2025-05-30 | more formatting fixes | mat | |
| 2025-05-30 | formatting: merge imports | mat | |
| 2025-05-07 | better docs for disabling plugins | mat | |
| 2025-05-02 | Add AutoReconnectPlugin (#221) | mat | |
| * add AutoReconnectPlugin * merge main * start simplifying swarm internals * fix Swarm::into_iter, handler functions, DisconnectEvent, and add some more docs * add ClientBuilder/SwarmBuilder::reconnect_after * fix a doctest * reword SwarmEvent::Disconnect doc * better behavior when we try to join twice * reconnect on ConnectionFailedEvent too * autoreconnect is less breaking now | |||
| 2025-05-02 | make ClientBuilder/SwarmBuilder Send | mat | |
| 2025-02-22 | update to rust edition 2024 | mat | |
| 2025-02-14 | remove stabilized trait_upcasting feature gates | mat | |
| 2024-12-23 | lift requirement on anyhow for handler function | mat | |
| 2024-10-26 | group imports with rustfmt | mat | |
| 2024-07-05 | upgrade to simdnbt 0.6 (#160) | mat | |
| 2024-04-20 | socks5 support (#113) | mat | |
| 2024-04-09 | add functions to ClientBuilder and SwarmBuilder for custom addresses | mat | |
| 2024-02-24 | add Display for Vec3, add SimulationSet, and add EntityChunkPos component | mat | |
| 2023-12-05 | make start return never | mat | |
| 2023-12-04 | fix ClientBuilder erroring, maybe | mat | |
| 2023-12-03 | make ClientBuilder use SwarmBuilder internally | mat | |
| 2023-12-03 | let plugins override query responses | mat | |
| 2023-12-02 | make sure Startup system runs before any bots join | mat | |
| 2023-12-01 | Make auto_respawn pub (#116) | veronoicc | |
| 2023-10-26 | remove some more #![feature]s | mat | |
| 2023-10-21 | async_fn_in_trait stabilized | mat | |
| 2023-10-10 | start adding mining to pathfinder | mat | |
| 2023-10-07 | split pathfinder execution into multiple systems (and fix some bugs) | mat | |
| 2023-10-01 | organize azalea_core and re-export it from azalea | mat | |
| 2023-09-18 | fix entities not always being despawned after merge | mat | |
