kanarip
07-20-2004, 10:26 AM
Hello there,
Recently an update in hlds_l fixed a 'bug'. From the Changelog:
Changed 'exec' command no longer allows ".." or "\\" or ":" in the filename.
This 'bugfix' has some undocumented features:
It disallows filenames matching *.*.*
It disallows filenames matching *-*
It disallows spaces in the filename (which you can't escape since a single backslash isn't allowed either, and an extra backslash to escape the second is stripped)
I'm glad I didn't forget to read the Changelog when my servers crashed (yes, all of them have configurations with dots and dashes, since I'm running 1.3, 1.5 and 1.6 :P)
Recently an update in hlds_l fixed a 'bug'. From the Changelog:
Changed 'exec' command no longer allows ".." or "\\" or ":" in the filename.
This 'bugfix' has some undocumented features:
It disallows filenames matching *.*.*
It disallows filenames matching *-*
It disallows spaces in the filename (which you can't escape since a single backslash isn't allowed either, and an extra backslash to escape the second is stripped)
I'm glad I didn't forget to read the Changelog when my servers crashed (yes, all of them have configurations with dots and dashes, since I'm running 1.3, 1.5 and 1.6 :P)