|
elcome to MUGS ⚄♠♞🏹 (Multi-User Gaming Services)! | github.com/Raku-MUGS | This channel is logged for historical purposes; access coming soon. | v0.1.2 has been released! (github.com/Raku-MUGS/MUGS/blob/mai...v0.1.2.md) Set by japhb on 26 May 2021. |
|||
| lizmat | logs until 18 May are now accessible at logs.liz.nl/mugs/index.html | 10:35 | |
|
16:09
lizmat left
16:23
lizmat joined
16:26
LizBot joined
|
|||
| @japhb | Thanks lizmat! | 18:22 | |
| ... and now I can see that I lost the first letter of the topic accidentally, oops. :-P | |||
| japhb | Welcome to MUGS ⚄♠♞🏹 (Multi-User Gaming Services)! | github.com/Raku-MUGS | This channel is logged for historical purposes; logs at logs.liz.nl/mugs/index.html | v0.1.2 has been released! (github.com/Raku-MUGS/MUGS/blob/mai...v0.1.2.md) | 18:23 | |
| @japhb | lizmat: Idea for logs display system: Make 'index.html' optional, so logs.liz.nl/mugs/ will work (or even without the final '/' too) | 18:24 | |
| lizmat | hmmm. I thought it already did | 19:57 | |
| lemme check | |||
| logs.liz.nl/mugs works | 19:59 | ||
| logs.liz.nl/mugs/ does not .... hhmmm | |||
| @japhb | Ah, I tried the second one first | ||
| lizmat | shouldn't this route be enough? | 20:00 | |
| get -> CHANNEL $channel { | |||
| redirect "/$channel/index.html", :permanent | |||
| } | |||
| @japhb | Maybe you need a `get -> CHANNEL $channel, '' {` as well? | 20:01 | |
| lizmat | hmmmm lemme try | ||
| apparently, ok, should be in the next "release", today or tomorrow | 20:03 | ||
| @japhb | :-) | 20:04 | |
| lizmat | feels like a buglet to me | 20:05 | |
| @japhb | Hmmm. They *are* technically different URLs, but at the same time it feels like the most common case is that people are going to want that to Just Work. | 22:54 | |