ngoomie nu
nu pushed to main at nu/CharmBoard 2023-05-16 14:29:43 +00:00
45343a87fd Fix category and subforum listing on index + misc
nu pushed to main at nu/CharmBoard 2023-05-16 00:07:03 +00:00
e12eeebb6e Merge commit 'b7c57b277b2097675c40ae71c80abf464b540668' into HEAD
b7c57b277b Partial subforum listing on index, add some perlcritic stuff
Compare 2 commits »
nu pushed to main at nu/PDQoTD 2023-05-15 23:55:40 +00:00
58d2b38a79 small readme change
nu opened issue nu/PDQoTD#4 2023-05-14 10:23:03 +00:00
Switch to an external config file
nu pushed to main at nu/CharmBoard 2023-05-13 23:50:58 +00:00
4eec3f79c5 Largely just add POD doc
nu pushed to main at nu/dotfiles 2023-05-12 08:11:35 +00:00
3b29e09e65 uBlock filter reorganizing and one new one
3065fec63f Largely cosmetic, mildly functional awesome changes
Compare 2 commits »
nu pushed to main at nu/CharmBoard 2023-05-09 06:47:58 +00:00
cce6e230c9 Change VSCode specific settings
dc9a42f0e6 Add logout, POD documentation, various organizational things, et al
Compare 2 commits »
nu opened issue nu/CharmBoard#4 2023-05-09 05:11:34 +00:00
Extensions system
nu opened issue nu/CharmBoard#3 2023-05-09 05:01:30 +00:00
Internationalization
nu commented on issue nu/CharmBoard#2 2023-05-09 04:56:38 +00:00
Build script

For POD stripping:

There's also perltidy which does comment stripping and maybe…

nu opened issue nu/CharmBoard#2 2023-05-09 04:49:11 +00:00
Build script
nu closed issue nu/CharmBoard#1 2023-05-08 10:33:37 +00:00
Adjust control structure in CharmBoard::Controller::Auth
nu commented on issue nu/CharmBoard#1 2023-05-08 10:33:36 +00:00
Adjust control structure in CharmBoard::Controller::Auth

As of commit f0ab7713cc, both login_do and register_do use two try/catch blocks, making this problem solved!

nu pushed to main at nu/CharmBoard 2023-05-08 10:32:21 +00:00
f0ab7713cc Finish improving Auth.pm control structure; fix other minor mistakes
nu commented on issue nu/CharmBoard#1 2023-05-08 04:26:46 +00:00
Adjust control structure in CharmBoard::Controller::Auth

And now with commit 07977292fe I've fixed this specifically for login_do, but I used a try/catch control structure instead of given/when. Still unsure what I should be doing for registration_do

nu pushed to main at nu/CharmBoard 2023-05-08 04:22:47 +00:00
07977292fe Prettify `login_do` action and remove one session per user limit
c4f02ec4b6 `thread_id` in `posts` table should not autoincrement
Compare 2 commits »
nu opened issue nu/CharmBoard#1 2023-05-07 15:13:20 +00:00
Adjust control structure in CharmBoard::Controller::Auth
nu pushed to main at nu/CharmBoard 2023-05-07 14:51:17 +00:00
e12849508e Implement login, fix more formatting
nu commented on issue nu/dotfiles#3 2023-05-02 00:48:32 +00:00
collapse awesome configs back into a smaller amount of files

binding/* can probably be merged into just one binding.lua file imo without causing issues with organization, as long as the resultant file gets commented properly

main/rules.lua and…

nu commented on issue nu/dotfiles#4 2023-05-02 00:41:59 +00:00
awesome config is ignoring layout settings

also my guess is that this is related to the modularization (see: issue #3) because i don't see anything wrong with the syntax the way it is atm, and awesome doesn't throw any errors either