wings/server
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
..
backup Add some missing error handling, fix a few typos 2020-07-15 13:11:12 -06:00
archiver.go Update all of the old UUID refs to new 2020-07-19 17:53:41 -07:00
backup.go Update everything expect transfers & sftp to not use zap 2020-06-13 10:40:26 -07:00
collection.go Add support for modifying daemon configuration on-the-fly 2020-04-11 16:17:46 -07:00
config_parser.go Use NumCPU and not GOMAXPROCS 2020-07-31 21:31:53 -07:00
configuration.go Refactor environment handling logic to separate a server from the environment handler itself 2020-08-10 21:38:42 -07:00
console.go Refactor environment handling logic to separate a server from the environment handler itself 2020-08-10 21:38:42 -07:00
crash.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
errors.go Don't freak out if the server doesn't exist on the remote 2019-12-16 20:47:35 -08:00
events.go Refactor environment handling logic to separate a server from the environment handler itself 2020-08-10 21:38:42 -07:00
filesystem_darwin.go Add support for listing a directory's contents 2019-04-07 14:45:23 -07:00
filesystem_linux.go Add support for listing a directory's contents 2019-04-07 14:45:23 -07:00
filesystem_unarchive.go Fix 500 errors on file routes when accessing a file that doesn't exist 2020-07-31 16:01:32 -06:00
filesystem_walker.go Use NumCPU and not GOMAXPROCS 2020-07-31 21:31:53 -07:00
filesystem_windows.go Add support for listing a directory's contents 2019-04-07 14:45:23 -07:00
filesystem.go Dependency updates 2020-08-06 18:55:29 -07:00
install.go Fix servers getting marked as Stopping when they should be Offline 2020-08-04 17:19:13 -06:00
listeners.go Refactor environment handling logic to separate a server from the environment handler itself 2020-08-10 21:38:42 -07:00
loader.go Refactor environment handling logic to separate a server from the environment handler itself 2020-08-10 21:38:42 -07:00
mounts.go Refactor environment handling logic to separate a server from the environment handler itself 2020-08-10 21:38:42 -07:00
power.go Refactor environment handling logic to separate a server from the environment handler itself 2020-08-10 21:38:42 -07:00
process.go Misc mutex locking things to avoid data races 2020-07-18 16:03:25 -07:00
resources.go Address some race conditions 2020-07-19 17:46:39 -07:00
server.go Refactor environment handling logic to separate a server from the environment handler itself 2020-08-10 21:38:42 -07:00
state.go Update all of the old UUID refs to new 2020-07-19 17:53:41 -07:00
update.go Refactor environment handling logic to separate a server from the environment handler itself 2020-08-10 21:38:42 -07:00