Closed int-72h closed 2 years ago
Howdy, recently found out about Toast due to it's use in the OpenFortress sourcemod. I was wondering how a toast client goes about determining if local files differ from latest. Does it just hash the local file? If so, wouldn't that take a long time? Perhaps a better system could be implemented, such as a file that lists what version each local file is on?
Howdy, recently found out about Toast due to it's use in the OpenFortress sourcemod. I was wondering how a toast client goes about determining if local files differ from latest. Does it just hash the local file? If so, wouldn't that take a long time? Perhaps a better system could be implemented, such as a file that lists what version each local file is on?
This was the initial approach. This todo list is a bit out of date. On the client I believe no hashing is done, and on the toaster we're using md5's which are quite fast.
AKA the todo list.