David Precious
David Precious
I think it would be very useful to be able to blacklist nick-highlight notifications from certain nicks (and perhaps a similar option to instead accept highlights only from a specified...
I don't much like hardcoding our URLs in the ircd's source, it feels dirty, but it *would* make things clearer for users... Opinions welcome.
``` 23:16 set #channel mlock +if ##channel 23:16 -ChanServ(ChanServ@services.)- Invalid value ##channel for mode +f. ``` It'd be *nice* if it could be a bit more descriptive as to why...
At work, we were using the censoring code from Dancer1's `Dancer::Error` - but I needed to be able to customise the fields a bit, and felt dirty calling a private...
Hi, I'm trying to set up a use of pgdump-aws-lambda where it would be triggered by an SQS queue, with the params for the backup run in the queue message....
After the discussion in #30, I suggested it might be useful to provide a method to easily check if the currently-logged-in user could access a specific route, if they wanted...
In a brief test while working on D::P::SC, testing under a Dancer prefix, the login redirect 404'd. This might be down to how D::P::SC uses DPAE, need to do further...
It would be nice if we had a top-level build script that could be used to build, test, and release new versions of the shared core and D1 and D2...
PR-45 adds an offset option; need to add docs for it.
Currently, all values passed to `quick_insert` / `quick_update` are handled using placeholders, which means you can't call SQL functions - for instance: ``` database->quick_insert('log', { datetime => "DATETIME('now')", msg =>...