Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement chat changes #1172

Closed
wants to merge 64 commits into from
Closed

Implement chat changes #1172

wants to merge 64 commits into from

Commits on Jun 9, 2022

  1. 1.19

    TheMode committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    4550b47 View commit details
    Browse the repository at this point in the history
  2. Fix system message

    Signed-off-by: TheMode <themode@outlook.fr>
    TheMode committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    2617257 View commit details
    Browse the repository at this point in the history
  3. Copy chat registry from vanilla

    Signed-off-by: TheMode <themode@outlook.fr>
    TheMode committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    19871ec View commit details
    Browse the repository at this point in the history
  4. Listener for ClientCommandChatPacket

    Signed-off-by: TheMode <themode@outlook.fr>
    TheMode committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    3bef4f8 View commit details
    Browse the repository at this point in the history
  5. Add ClientChatPreviewPacket

    Signed-off-by: TheMode <themode@outlook.fr>
    TheMode committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    ede16bd View commit details
    Browse the repository at this point in the history
  6. Add ServerDataPacket

    Signed-off-by: TheMode <themode@outlook.fr>
    TheMode committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    9ebcfe6 View commit details
    Browse the repository at this point in the history
  7. Fix ClientChatPreviewPacket

    Signed-off-by: TheMode <themode@outlook.fr>
    TheMode committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    bf602b5 View commit details
    Browse the repository at this point in the history
  8. Register temporary metadata for 1.19 entities

    Signed-off-by: TheMode <themode@outlook.fr>
    TheMode committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    d919fac View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. Configuration menu
    Copy the full SHA
    4440f39 View commit details
    Browse the repository at this point in the history
  2. use raw type id instead of ChatPosition

    Signed-off-by: TheMode <themode@outlook.fr>
    TheMode committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    cb679b5 View commit details
    Browse the repository at this point in the history
  3. Fix test compile

    Signed-off-by: TheMode <themode@outlook.fr>
    TheMode committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    2d38bef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a282c9f View commit details
    Browse the repository at this point in the history
  5. Inline expiration check

    Kebab11noel committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    d626eb0 View commit details
    Browse the repository at this point in the history
  6. Simplify validator names

    Kebab11noel committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    cb5b9d4 View commit details
    Browse the repository at this point in the history
  7. Distribute public keys

    Kebab11noel committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    8424679 View commit details
    Browse the repository at this point in the history
  8. Add convenience methods

    Kebab11noel committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    c4b5a20 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6b489b5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    960d5c8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    11ba78a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4ee6985 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ab84bd6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d0a7f45 View commit details
    Browse the repository at this point in the history
  15. Chat handling done

    Kebab11noel committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    533bb49 View commit details
    Browse the repository at this point in the history
  16. Cleanup

    Kebab11noel committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    192b6de View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2022

  1. New line

    Kebab11noel committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    b0e0da0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24c3fbf View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2022

  1. Add chat preview command

    Kebab11noel committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    74ceb81 View commit details
    Browse the repository at this point in the history
  2. Correct name

    Kebab11noel committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    29c5d1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa9ab30 View commit details
    Browse the repository at this point in the history
  4. Rename constructor param

    Kebab11noel committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    f81b310 View commit details
    Browse the repository at this point in the history
  5. Add util methods

    Kebab11noel committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    0a68dac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e770509 View commit details
    Browse the repository at this point in the history
  7. Command argument signing, TODO: Check where is it necessary to pass t…

    …he signature to the context
    Kebab11noel committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    4a04d16 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Better debug commands

    Kebab11noel committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    c3960e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2022

  1. Initial chat registry

    Kebab11noel committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    7c33dd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77b5df0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2ccf82 View commit details
    Browse the repository at this point in the history
  4. Create ObjectCache

    Kebab11noel committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    c9b2c01 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b6c277 View commit details
    Browse the repository at this point in the history
  6. Deprecate ChatPosition, extend Messenger, add CommonChatType, rename …

    …ChatMessageType to ChatPreference
    Kebab11noel committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    4c5731e View commit details
    Browse the repository at this point in the history
  7. Use nullable methods

    Kebab11noel committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    cd23975 View commit details
    Browse the repository at this point in the history
  8. Fix annotations

    Kebab11noel committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    e2b2401 View commit details
    Browse the repository at this point in the history
  9. Cleanup CommandSignTest

    Kebab11noel committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    f9eb273 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. Deprecate Player#chat

    Kebab11noel committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    5d1e3e8 View commit details
    Browse the repository at this point in the history
  2. Update getter name

    Kebab11noel committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    3923277 View commit details
    Browse the repository at this point in the history
  3. Use else get

    Kebab11noel committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    2a48916 View commit details
    Browse the repository at this point in the history
  4. Use else get

    Kebab11noel committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    4c90af5 View commit details
    Browse the repository at this point in the history
  5. Use nullable writer

    Kebab11noel committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    6145a9f View commit details
    Browse the repository at this point in the history
  6. Fix type

    Kebab11noel committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    45d1d19 View commit details
    Browse the repository at this point in the history
  7. Fix preview

    Kebab11noel committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    5175384 View commit details
    Browse the repository at this point in the history
  8. Fix ArgumentMessage

    Kebab11noel committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    418edc0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7fe4334 View commit details
    Browse the repository at this point in the history
  10. Clear preview on command

    Kebab11noel committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    47f28a3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ecff687 View commit details
    Browse the repository at this point in the history
  12. Cleanup, minor changes

    Kebab11noel committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    0cfdde0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    87dda18 View commit details
    Browse the repository at this point in the history
  14. Implement config manager

    Kebab11noel committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    61cd9d1 View commit details
    Browse the repository at this point in the history
  15. Fix tests

    Kebab11noel committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    1127a98 View commit details
    Browse the repository at this point in the history
  16. Move chat types to config

    Kebab11noel committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    908d39e View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Configuration menu
    Copy the full SHA
    aa8b798 View commit details
    Browse the repository at this point in the history
  2. Rework registry

    Kebab11noel committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    4050265 View commit details
    Browse the repository at this point in the history
  3. Improve registry design

    Kebab11noel committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    8fd6644 View commit details
    Browse the repository at this point in the history
  4. Address styling issues

    Kebab11noel committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    6f36d24 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Rework config

    Kebab11noel committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    ea3936b View commit details
    Browse the repository at this point in the history