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

Websockets protocol #34

Merged
merged 29 commits into from
Dec 17, 2023
Merged

Websockets protocol #34

merged 29 commits into from
Dec 17, 2023

Commits on Dec 9, 2023

  1. Add websocket frame

    roxblnfk committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    8f70ba6 View commit details
    Browse the repository at this point in the history
  2. Fix connection closing

    roxblnfk committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    1a4ba72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea1c238 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37075a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61b32d8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3d6acdb View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Add event storage, add frame mapper to convert to event; fix Websocke…

    …t protocol (use frame mask to encode the message payload)
    roxblnfk committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    f47b3ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2866627 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    598129d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5904ef0 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    e4bda25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fe59be View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Add simple router

    roxblnfk committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    296d608 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9502d57 View commit details
    Browse the repository at this point in the history
  3. Add Router comments

    roxblnfk committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    04c331a View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    ea65f68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    966b704 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6aead78 View commit details
    Browse the repository at this point in the history
  4. Add mapper for HTTP dumps

    roxblnfk committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    5047486 View commit details
    Browse the repository at this point in the history
  5. Hotfix

    roxblnfk committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    35a4785 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. Add SMTP Frame->Event mapper

    roxblnfk committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    5e0bc1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bc24ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48a1d13 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be62b67 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into websockets

    # Conflicts:
    #	src/Info.php
    roxblnfk committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    0c05597 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f3312ff View commit details
    Browse the repository at this point in the history
  7. Update frontend files

    roxblnfk committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    5a568e1 View commit details
    Browse the repository at this point in the history
  8. Fix Frontend psalm issues

    roxblnfk committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    f36f535 View commit details
    Browse the repository at this point in the history
  9. Fix psalm issues

    roxblnfk committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    ab03603 View commit details
    Browse the repository at this point in the history