Remove obsolete Python server implementation and templates
- Removed templates/ directory (no longer needed with embedded HTML) - Removed wssshd.py (Python server entry point) - Removed wsssd/ directory (entire Python server implementation) - Project now uses only wssshd2/ C implementation - Cleaner codebase with single server implementation - Reduced maintenance overhead and confusion
Showing
templates/base.html
deleted
100644 → 0
templates/index.html
deleted
100644 → 0
templates/login.html
deleted
100644 → 0
This diff is collapsed.
templates/users.html
deleted
100644 → 0
wsssd/__init__.py
deleted
100644 → 0
wsssd/__main__.py
deleted
100644 → 0
wsssd/config.py
deleted
100644 → 0
wsssd/server.py
deleted
100644 → 0
This diff is collapsed.
wsssd/terminal.py
deleted
100644 → 0
wsssd/tunnel.py
deleted
100644 → 0
wsssd/web.py
deleted
100644 → 0
This diff is collapsed.
wsssd/websocket.py
deleted
100644 → 0
This diff is collapsed.
wssshd.py
deleted
100644 → 0
Please
register
or
sign in
to comment