wings/server
DaneEveritt 59fbd2bcea
Add initial niaeve implementation of SFTP logging
This will end up flooding the activity logs due to the way SFTP works, we'll need to have an intermediate step in Wings that batches events every 10 seconds or so and submits them as a single "event" for activity.
2022-07-09 19:37:42 -04:00
..
backup archive: keep timestamps when extracting 2021-09-01 09:54:41 -06:00
filesystem Better archive detection logic; try to use reflection as last ditch effort if unmatched 2022-05-30 18:42:31 -04:00
activity.go Add initial niaeve implementation of SFTP logging 2022-07-09 19:37:42 -04:00
backup.go Fix logic for context based environment stopping 2022-01-31 19:09:08 -05:00
config_parser.go Add additional debug points to server start process 2022-01-31 19:30:07 -05:00
configuration.go Simplify logic when creating a new installer; no longer requires an entire server object be passed. 2021-08-29 14:08:01 -07:00
console_test.go run gofumpt 2022-02-23 15:02:19 -07:00
console.go Rewrite console throttling logic; drop complex timer usage and use a very simple throttle 2022-01-30 19:31:04 -05:00
crash.go organize imports with gopls format 2021-01-10 01:22:39 +00:00
errors.go run gofumpt 2021-11-15 10:37:56 -07:00
events.go run gofumpt 2022-02-23 15:02:19 -07:00
install.go Support a custom tmp directory location 2022-02-13 11:59:53 -05:00
listeners.go Fix panic conditions 2022-02-05 12:11:00 -05:00
manager.go Rewrite console throttling logic; drop complex timer usage and use a very simple throttle 2022-01-30 19:31:04 -05:00
mounts.go break everything 2021-08-02 15:07:00 -06:00
power_test.go Rewrite console throttling logic; drop complex timer usage and use a very simple throttle 2022-01-30 19:31:04 -05:00
power.go Add additional debug points to server start process 2022-01-31 19:30:07 -05:00
resources.go Cleanup logic for updating stats to avoid calling mutex outside of file 2022-01-30 11:55:59 -05:00
server.go Move the sink pool to be a shared tool 2022-02-02 19:16:34 -05:00
update.go Fix logic for context based environment stopping 2022-01-31 19:09:08 -05:00
websockets.go Close websocket connections and allow the client to re-connect on send errors; ref pterodactyl/panel#3596 2021-10-24 16:14:00 -07:00