offsides
offsides
Code and tests to support making qr// Regexps Readonly using ReadonlyX as mentioned in issue #38
When using compiled regexps (qr//), ReadonlyX doesn't work. If you try to assign the return from qr// to a new Readonly::Scalar it sets the value to undef, and if you...
I have a configuration object that should only be modified by internal modules, but occasionally needs to be read via external pieces of the process. I think the answer is...
## Describe the bug I have an event handler set up to restart a service when a particular check fails. It doesn't actually execute, no matter what I've tried. When...
### What I Did I have triggers for RNTO which pass the old filename (%w) and the new one (%f), both of which used to be reported as the full...
### What I Did My mod_sftp server section has looging configured as this: ``` ExtendedLog /var/log/proftpd/proftpd.log ALL,!SSH customs ``` ### What I Expected/Wanted I want to exclude the READ and...
I would like to be able to specify an alternate default sort order for different pages. For example, when looking at most pages, I prefer to sort by hostname. But...
Change the SFTP READ and WRITE commands to READFILE and WRITEFILE so that they no longer clash with the command classes READ and WRITE (per https://github.com/proftpd/proftpd/issues/1813). This allows SFTP read/write...
### Describe the bug When exporting a view with a union statement, there is no space between the word 'union' and the token before it. While this isn't a problem...
Got a weird one, but it looks like it might be a chroot issue. Client is connecting usng Control-M/EM MFT as their software. When they log in, instead of issuing...