- Do something in case fxserver's tcp/http endpoint dies for more than 5 minutes
- Let admins change their password
- Create a init.cfg for the fxserver to execute containing all txAdmin commands
- Improve server log page
- Remove del in favour of fs-extra.emptyDir https://github.com/jprichardson/node-fs-extra/blob/master/docs/emptyDir.md
- Remove figlet (also from the login page)
- Remove pretty-ms
- Improve CSS of the log pages on mobile, they look too tiny
v1.0.5
- adapt admin-add
- adapt config-tester
- adapt main
- write setup
- prevent starting with null as options
- make settings page
- create config vault component
- settings page validate fxserver paths
- settings page save the new settings
- settings page for the other scopes
- fxrunner detect the endpoint ports
- rewrite README, Troubleshooting Guide
v1.1.0
- Make fxserver output buffer class and integrate
- download server log button/endpoint
- add buffer size to the dashboard
v1.2.0
- parse the schedule times
- send message to chat
- announcements channel in discord config page
- announce discord autorestarts and when the server is started/restarted
v1.3.0
- create admin page template
- use the admin data inside the template
- admin add/edit/delete html/js/endpoints
v1.4.0
- create methods to evaluate permission and apply to all endpoints
- write doc text for the permissions
v1.5.0
- resource injection
- error handler to remove the old txAdminClient
v1.6.0
- temp intercom endpoint
- make txAdminClient report it's alive
- prevent auto restarter from killing a working server
- normalize paths when saving the settings
v1.7.0 BETA Release
- ???
- make 80% of all pages html/css (in php)
- remake webUtils templating
- port all pages to node
- Complete full status page
- Complete admin log page
- Complete live console page
- Fix login page + add username
- Autenticate every console message
- Fix xss from fxserver to browser
- Implement 500ms buffer for the live console broadcast
- Re-add login name to all logging functions
- Clean webUtils
- Adapt getStatus endpoint and integrate
- Make dashboard functionalities work
- Player modal endpoints
- Execute cmd buffer modal
- Code fxserver beta resource
- Apply the new resource commands to the player modal
- Server restart/stop
confirm modalwith kickall - Update available notice box (and move the checkUpdates method)
- Make player history chart work
More:
- escape message in txaBroadcast and txaSendDM
- Rewrite readme with note about permission and the resource & trocar 'server' por 'server01'
- Solve the FIXME: comments
- ping padding only removing one 'x', fix the regex
- add version o the page footer (txAdmin vXXX build with...)
- write extensions 'soon' page
- include the resource and related docs
- bump version
- Improve the README.
- Get the correct PID through pidtree (should we get only the correct fxserver's pid, or sum all the processes? This code usually takes about 40MB so it might be significant enough to include)
- Put the configuration into a json and set default values
- Write the admin log component (or part of another?)
- Separate the web routes
- Add a simple rate limiter (MUST)
- Write some documentation
- Automatically check for updates (MUST)
- Auto restart on schedule (for the unstable servers out there)
- Auto restart if the monitor fails X times in the last Y seconds
- Better error handling for the discord module
- Add hitch detection
- Add txAdmin_version fxserver svar
And more...
- Console verbosity settings?
- Fix what happens when you stop or start a server that is already running.
- Add the config file to the arguments so we can run multiple servers in the same installation folder only be specifying it in runtime like
npm start server01.json
- Protect the log with password. For now I will just disable IP logging.
- Add discord integration
- Separate the DANGER ZONE commands into a separate tab with confirmation dialog?
- Write a simple
manage_admins.js
script to help with the process. The current/getHash?pwd=xxx
is counterintuitive at best. - Add machine performance data to the panel. Or not, perhaps that's a little too much into Grafana's land.
- Configurable discord bot static responses. This should be a separate file like the admins one.
- Improve fxRunner/actions responses. Currently it's only 'Done'.
- Add a
more info
tab and include some config variables, and the complete PID breakdown - FXServer artifact/build auto updater??? (rejected)
- Automagically send messages in discord when starting/stopping/restarting the server
- We have data, we should plot it into a graph...