dgw

Results 632 comments of dgw

First you need to know whether the site still actively serves the suspicious redirect, which might require the help of your hosting admin. If it doesn't, chances are the link...

I did a quick audit of the plugins you linked (well, the ones that didn't just point to the homepage of yourls.org) and didn't find very much JavaScript. Normally, the...

There's your suspicious JavaScript right at the top of the HTML on `lmoperative.com`, before even the `` root element: ```html if(window.location.hash.length > 0) window.location.href = window.location.origin + '/' + window.location.hash.replace("#","");...

Update: I submitted a domain abuse report to Namecheap, the registrar for `lmoperative.com`, linking back to this thread where we investigated it.

Sopel already uses `TimedRotatingFileHandler` to get a new log file each day. It's just not configured to delete old logs, ever, so they build up indefinitely. Our main instance has...

> it tends to be messy and never really satisfactory What's "messy and never really satisfactory" is defaulting to fill up the user's entire disk if left alone for long...

> I can, begrudgingly, accept a config option to use [TimedRotatingFileHandler](https://docs.python.org/3/library/logging.handlers.html#logging.handlers.TimedRotatingFileHandler)'s `backupCount` option. So my original suggestion from May, then? 😁 > The [`TimedRotatingFileHandler`](https://docs.python.org/3/library/logging.handlers.html#timedrotatingfilehandler)'s `backupCount` option would be a simple...

Did some bisecting, with `git bisect good d84ffb277a13f459f9a600f8a625612b6f809ac2` (where Sopel _does_ still respond to multiple links in the same message from a non-admin user) and `git bisect bad master`. Bisecting...

Had a good chat about this with @Exirel just now, and I think we're on the way to solving this. Things did indeed get a little muddled during development of...