Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Lynchburg Server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lynchburg
Lynchburg Server
Commits
27fb1897df4a17b399fe18fddf313af2e62f9972
Select Git revision
0 results
lynchburg-server
modules
Author
Search by author
Any Author
authors
0 authors
Apr 22, 2020
Added /game/roles API
· 957c1e94
Nils G.
authored
4 years ago
957c1e94
Add handling of different websocket packet types and split websocket handling into own include
· 34c41196
Nils G.
authored
4 years ago
34c41196
Use real host in websocket send in case we rely on ssl certificates
· de7e28fa
Nils G.
authored
4 years ago
de7e28fa
Use the same protocol to send websocket packets as we do to serve the website
· bb2045b7
Nils G.
authored
4 years ago
bb2045b7
Use secure websocket (wss) when the page is accesse by https
· 2699f792
Nils G.
authored
4 years ago
2699f792
Always send websocket messages to localhost server-side
· 22b5b14e
Nils G.
authored
4 years ago
22b5b14e
Move websocket API into seperate python module
· abc3ec16
Nils G.
authored
4 years ago
abc3ec16
Add websockets to game to retrieve changes in the room without refresh or ajax
· 759a39fb
Nils G.
authored
4 years ago
759a39fb
Apr 15, 2020
Removed unused code
· 2b995c2d
Nils G.
authored
4 years ago
2b995c2d
Apr 13, 2020
Return tuple of None in COOKIE_GET
· 4c7b9e63
Nils G.
authored
4 years ago
4c7b9e63
Save user id and user hash as cookie
· 1893efbd
Nils G.
authored
4 years ago
1893efbd
Set cookie with user id and hash on room enter
· ad19eb88
Nils G.
authored
4 years ago
ad19eb88
Prvent user with the same user name to enter the same room
· bce61e2f
Nils G.
authored
4 years ago
bce61e2f
Added first WebClient page
· 1d3ed4d2
Nils G.
authored
4 years ago
1d3ed4d2
Apr 10, 2020
Add git meta to debug index
· 1fce0bc5
Nils G.
authored
4 years ago
1fce0bc5
Added closed flag to rooms and http status code response 410 GONE
· eda5874e
Nils G.
authored
4 years ago
eda5874e
Added Player table and read it in the /room/status API
· 4ddd55f1
Nils G.
authored
4 years ago
4ddd55f1
Add API for /room/status
· 96c75d8a
Nils G.
authored
4 years ago
96c75d8a
Added Room db table and finalized /room/create
· 0da4b944
Nils G.
authored
4 years ago
0da4b944
Basic test server API listening to /room/create
· 2dc3142d
Nils G.
authored
4 years ago
2dc3142d
Apr 01, 2020
Initial commit 2020-04-01
· f925f55d
Nils G.
authored
4 years ago
f925f55d
Loading