Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hkanynetx/python-websocket-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Pithikos/python-websocket-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 6 files changed
  • 3 contributors

Commits on Nov 27, 2021

  1. Configuration menu
    Copy the full SHA
    2f97a44 View commit details
    Browse the repository at this point in the history
  2. Bump release

    Pithikos committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    b58b4c2 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'development'

    Pithikos committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    fb4b2ee View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Update server.py

    MuRongBAD authored Dec 3, 2021
    Configuration menu
    Copy the full SHA
    530c0eb View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Configuration menu
    Copy the full SHA
    dd31e76 View commit details
    Browse the repository at this point in the history
  2. Bump up version

    Pithikos committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    b1cc12e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'development'

    Pithikos committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    e96c622 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2021

  1. Configuration menu
    Copy the full SHA
    edd0e20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    531624a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96a5a85 View commit details
    Browse the repository at this point in the history
  4. Bump version

    Pithikos committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    3b86061 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'development'

    Pithikos committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    896a0f7 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. Merge pull request Pithikos#98 from MuRongPIG/MuRongPIG-patch-1

    Update server.py
    Pithikos authored Jan 26, 2022
    Configuration menu
    Copy the full SHA
    56af8ae View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2025

  1. Updated WebSocketHandler ssl to work with Python 3.12+

    Replaced ssl.wrap_socket() with the new ssl.SSLContext approach in WebSocketHandler __init__ as Python 3.12+ no longer supports the ssl.wrap_socket() function.
    MaelkMark authored Apr 3, 2025
    Configuration menu
    Copy the full SHA
    fb81db1 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2025

  1. Merge pull request Pithikos#123 from MaelkMark/patch-2

    Updated WebSocketHandler ssl to work with Python 3.12+
    Pithikos authored Oct 7, 2025
    Configuration menu
    Copy the full SHA
    d478e0f View commit details
    Browse the repository at this point in the history
Loading