aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/webui/handlers
Commit message (Collapse)AuthorAgeFilesLines
* webui: Rename "FG21simWSHandler" to "WSHandler"Aaron LI2016-11-152-2/+2
|
* webui: Save connected WebSocket clients and allow broadcastAaron LI2016-11-151-11/+19
|
* webui: Split "handers/configs.py" from "handlers/websocket.py"Aaron LI2016-11-152-246/+268
| | | | Split "ConfigsHandler" from "FG21simWSHandler" as "handlers/configs.py"
* webui: Place handlers under the directory "hnadlers/"Aaron LI2016-11-154-0/+773
|
* webui: Implement login support (password authentication)Aaron LI2016-11-153-0/+75
|
* webui: To support password authenticationAaron LI2016-11-151-0/+19
Move the "IndexHandler" to separate module located at the "handlers/" directory.