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
957c1e9450df5a41b129fd9abf54852ae7e44948
Select Git revision
Branches
1
master
default
protected
1 result
lynchburg-server
controllers
Author
Search by author
Any Author
authors
Nick Thomas Scherz
schern8r
Nils G.
nilsg
Patrick Gerk
gerkpaba
3 authors
Apr 22, 2020
Added /game/roles API
· 957c1e94
Nils G.
authored
4 years ago
957c1e94
Store roles definition as base64 in database. Decode in JS.
· 3d7efc7f
Nils G.
authored
4 years ago
3d7efc7f
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
Prevent joining a game which has already started
· 8fcd630a
Nils G.
authored
4 years ago
8fcd630a
Initial creation of API /game/start
· 6af73cca
Nils G.
authored
4 years ago
6af73cca
Apr 15, 2020
Add a few comments
· def71bd4
Nils G.
authored
4 years ago
def71bd4
Sanitize room code and user name server-side
· bcedf120
Nils G.
authored
4 years ago
bcedf120
Apr 14, 2020
Debug renderer
· bf7ca5a4
Nils G.
authored
4 years ago
bf7ca5a4
Convert input in login form to uppercase
· 93f73e17
Nils G.
authored
4 years ago
93f73e17
Added ability to set info text via controller
· f55602b2
Nils G.
authored
4 years ago
f55602b2
Load main content dynamically via AJAX requests. (Split default/index into multiple views)
· 1f1a3a01
Nils G.
authored
4 years ago
1f1a3a01
Apr 13, 2020
Save user id and user hash as cookie
· 1893efbd
Nils G.
authored
4 years ago
1893efbd
Respect player_max when creating new players
· 9dd12c77
Nils G.
authored
4 years ago
9dd12c77
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
Minor fixes to debug window
· f5ac4e0e
Nils G.
authored
4 years ago
f5ac4e0e
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
Added in-browser protocol debug tool
· 5408a63a
Nils G.
authored
4 years ago
5408a63a
Basic test server API listening to /room/create
· 2dc3142d
Nils G.
authored
4 years ago
2dc3142d
Added meta table which parses git commit and date
· 6c7794d1
Nils G.
authored
4 years ago
6c7794d1
Apr 01, 2020
Initial commit 2020-04-01
· f925f55d
Nils G.
authored
4 years ago
f925f55d
Loading