zxc23 / dcss-scoreboard

A bundle of scripts to create a scoreboard website for the roguelike game Dungeon Crawl Stone Soup..
9 stars 5 forks source link

FR: Case-agnostic URLs #11

Closed isloat closed 7 years ago

isloat commented 7 years ago

https://scoreboard.crawl.develz.org/players/Brannock.html https://scoreboard.crawl.develz.org/players/brannock.html

alexjurkiewicz commented 7 years ago

On one hand this wouldn't be too hard, since player names are restricted to ascii letters/numbers and a few symbols. On the other hand, it requires Lua to run on every request: https://dodwell.us/rewrite-uri-to-lowercase-using-nginxperl-nginxlua-or-apache.html And where would users get upper-case URLs from? Manually entering them?

isloat commented 7 years ago

Already replied in irc, but leaving here for recording: my bookmarks were old and updating them fixes the issue. Probably a corner case, I don't suspect many other people having similar issues.

alexjurkiewicz commented 7 years ago

Closing issue. It would be nice for player names to be case agnostic but there's no good approach to this yet.