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

Realtime WebSockets Event Server #261

Open
wants to merge 19 commits into
base: develop
Choose a base branch
from

Commits on Feb 26, 2024

  1. first phases of RTWS server

    anon committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    2105bb7 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Broadcasting working

    anon committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    18de005 View commit details
    Browse the repository at this point in the history
  2. Cleanup code

    anon committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    5e97580 View commit details
    Browse the repository at this point in the history
  3. cleanup

    anon committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    adab3be View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    3043bc2 View commit details
    Browse the repository at this point in the history
  2. cleanup

    anon committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    230249a View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. fixed ping executors

    anon committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    a20bfdf View commit details
    Browse the repository at this point in the history
  2. Added connection limits to Settings

    anon committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    3528c15 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. removed debug code

    anon committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    db46092 View commit details
    Browse the repository at this point in the history
  2. cleanup

    anon committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    da8f05f View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. fixed PHASES

    anon committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    742bfdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2905bc2 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. changed hashtable to hashmap

    anon committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    0e57a8c View commit details
    Browse the repository at this point in the history
  2. synchronized added to clientDisconnected

    anon committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    22e9d51 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    2680e4d View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. added a overload test written in JS

    DecryptingElectrons committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    d77e14f View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Merge pull request #23 from xspanger3770/develop

    Dev merge from upstream
    DecryptingElectrons authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    e89c51e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #24 from DecryptingElectrons/dev

    Keep feature branch up to date with upstream dev branch
    DecryptingElectrons authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    1ad1ceb View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. added debugging example

    DecryptingElectrons committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    5e93918 View commit details
    Browse the repository at this point in the history