You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the first index on the list being the last message sent (chronological ordering)
Noting:
We don't currently track chat history. This would need to be implemented, taking into consideration memory usage on long-running servers.
It would probably be quite simple to tail the last n lines of the log file, however this would potentially expose command executions etc. and doesn't allow filtering.
The text was updated successfully, but these errors were encountered:
We could just store chat as a datastructure or something. Memory is okay but long-term it would probably work best in a db?
yes, that could work but it would need to be accessible by the "REST API" so that would mean that the server would have to send information to the "REST" client, aka the database so if an unauthorized person accesses it then the person could steal information causing there to be an added security measure for the "REST API" software (EX; Passwords, Pins, ECT)
Captured from Discord (thanks to @Raspberry), with minor adjustments:
tsn:
,tsi:
prefixing). Don't send this parameter to receive chat history from all playersNoting:
The text was updated successfully, but these errors were encountered: