- Calgary, Alberta, Canada
- https://nu.hyperboreal.zone/
-
meow
- Joined on
2022-11-25
Remove reliance on
Mojolicious::Plugin::Renderer::WithoutCache
Look into using
Mojo::Collection
in place of Tree::Simple
for (sub)forum layout
Remove reliance on
Mojolicious::Plugin::Renderer::WithoutCache
Multiple password hashing schemes
Not use
statements, but require
statements, a keyword I didn't know existed before now.
See: https://stackoverflow.com/questions/251694/how-can-i-require-an-optional-perl-module-if-installed
Multiple password hashing schemes
I'll have to see if optional use
statements are a thing in Perl, like if you can have a use
statement activated with an if/else statement or something. This would also be useful for making…
Change subforum ID scheme to imageboard-like scheme
I guess nested subforums could still be a thing? Using 4chan as an example but more for contrast here, they have /vg/ and /vgr/ (retro gaming) but in CharmBoard they could be /vg/ and /vg/r/
The…
Change subforum ID scheme to imageboard-like scheme
30c989b3f2
mainly css to hide discord things i find annoying
1fafaf8765
CollapsibleUI conf
0a330f3379
many many changes