EnderChat icon indicating copy to clipboard operation
EnderChat copied to clipboard

Pathway to 1.0

Open retrixe opened this issue 1 year ago • 0 comments

  • [ ] Replace /spawn setting
  • [ ] 1.20.5+ transfer support
  • [ ] 1.20.5+ offline mode encryption support
  • [ ] Add dialogs for URLs, commands and clipboard clicks
  • [ ] Do something about ?? 0 ID checks
  • [ ] Implement a Player class built around zustand for reactivity, to rework and replace packetHandler
  • [ ] Implement some ChatSession for 1.18 and older
  • [ ] Implement a ChatSession for 1.19+
  • [ ] Implement better refresh control (either timeout after 5s, or resolve the refresh control after 1s Promise.any(Promise.allSettled(), sleep(1000)) and cleanup remaining promises via AbortController)
  • [ ] Command history and message history(?)
  • [ ] Support receiving more types of 1.19 player chat messages, disguised chat messages, message deletions, and player chat messages in general on 1.19.1+
  • [ ] Support receiving/sending signed chat/commands on 1.19 and 1.19.1+
  • [ ] Support online mode with secure profiles (login handshake with certs if needed?)
  • [ ] Add MythicMC server and improve privacy policy (see ChatCraft's)

retrixe avatar Jan 14 '25 03:01 retrixe