wings/router
Dane Everitt cc52954a2a
Refactor environment handling logic to separate a server from the environment handler itself
This change makes the environment handling logic execute independent of the server itself and should make it much easier for people to contribute changes and additional environment handlers down the road without polluting the server object even more.

There is still a lot of work to do on this front to make things easier to work with, and there are some questionable design decisions at play I'm sure.

Welcome to additional modifications and cleanup to make this code easier to reason about and work with.
2020-08-10 21:38:42 -07:00
..
tokens Merge develop into feature/file-uploads 2020-07-31 16:31:06 -06:00
websocket Refactor environment handling logic to separate a server from the environment handler itself 2020-08-10 21:38:42 -07:00
error.go Change filewalker implementation to use a pool 2020-07-16 21:51:31 -07:00
middleware.go Add the ability to define additional allowed origins 2020-07-31 16:19:09 -06:00
router_download.go Break out the backup functions of the daemon in prep for S3 support 2020-04-13 22:01:07 -07:00
router_server_backup.go Update everything expect transfers & sftp to not use zap 2020-06-13 10:40:26 -07:00
router_server_files.go Merge branch 'develop' of https://github.com/pterodactyl/wings into develop 2020-08-01 16:53:28 -07:00
router_server_ws.go Don't block websocket from handling another message when a long running proccess is triggered 2020-07-18 16:45:10 -07:00
router_server.go Refactor power handling logic to be more robust and able to handle spam clicking and duplicate power actions 2020-08-01 15:20:39 -07:00
router_system.go Sync server state with Panel before performing installation to ensure information is up to date 2020-06-30 20:56:55 -07:00
router_transfer.go Update all of the old UUID refs to new 2020-07-19 17:53:41 -07:00
router.go Merge develop into feature/file-uploads 2020-07-31 16:31:06 -06:00