index
:
azalea-drasl.git
main
Fork of azalea that adds support for authentication over Drasl/Yggdrasil.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-12-09
fix typos in code with crate-ci/typos
mat
2023-12-09
fix broken doc links
mat
2023-12-09
add unit structs for every bool property
mat
2023-12-07
apply command in StartConfiguration
mat
2023-12-07
implement StartConfiguration packet maybe
mat
2023-12-07
1.20.4
mat
2023-12-06
use minecraft_folder_path
mat
2023-12-06
disable feaatures on azalea-chat by default and fix disabling simdnbt feature
mat
2023-12-05
don't reference version number directly in docs
mat
2023-12-05
put azalea_core::tick behind feature flag
mat
2023-12-05
thanks cargo workspaces
mat
2023-12-05
Release 0.9.0
mat
2023-12-05
upgrade deps
mat
2023-12-05
clippy
mat
2023-12-05
add 1.20.2 to readme
mat
2023-12-05
1.20.3 (#110)
mat
2023-12-05
make start return never
mat
2023-12-04
Replace Bevy's FixedUpdate with Azalea's GameTick (#119)
mat
2023-12-04
simplify boilerplate in examples
mat
2023-12-04
revert packet name to Disguised and make it more like ChatPacket::Player
mat
2023-12-04
Add masked chat type/event (#118)
Shayne Hartford
2023-12-04
fix ClientBuilder erroring, maybe
mat
2023-12-03
clippy
mat
2023-12-03
remove 'why' from readme and reword beginning of docs a little
mat
2023-12-03
make ClientBuilder use SwarmBuilder internally
mat
2023-12-03
fix warning markdown in readme
mat
2023-12-03
link azalea-viaversion in readme
mat
2023-12-03
remove debug print
mat
2023-12-03
let plugins override query responses
mat
2023-12-03
clippy
mat
2023-12-03
make it so plugins can send and receive packets during the login state
mat
2023-12-02
fix compile error when trace logs are enabled
mat
2023-12-02
make sure Startup system runs before any bots join
mat
2023-12-02
change protocol_version to an i32
mat
2023-12-02
make address an Arc<RwLock>
mat
2023-12-02
fix writing nbt
mat
2023-12-01
make address and resolved_address pub in Swarm
mat
2023-12-01
compression does not need to be async
mat
2023-12-01
rename add_with_exponential_backoff to add_and_retry_forever
mat
2023-12-01
disconnect fixes
mat
2023-12-01
addd disconnect reason (#114)
1zuna
2023-12-01
Make auto_respawn pub (#116)
veronoicc
2023-11-29
fmt
mat
2023-11-29
fix typo in auth docs
mat
2023-11-29
simplify ServerAddress serde implementations
mat
2023-11-29
serde support for 'ServerAddress' (#115)
1zuna
2023-11-29
fix trust_dns_resolver issue (#112)
1zuna
2023-11-28
slightly change Client::partial_world example
mat
2023-11-28
add Client::partial_world()
mat
2023-11-19
Replace azalea-nbt with simdnbt (#111)
mat
[next]