dgw

Results 632 comments of dgw

Well, with #1993 merged, the ambitious full implementation of this idea can get knocked out of 7.1.

The `@url` decorator was never intended to obey the `url` plugin's `exclude` option(s). This is working as intended. Put another way, the default `!` is a _title exclusion_ character only,...

Sounds good. Tentatively planned for 8.1 instead of 8.0 so the other maintainers don't bite my head off. 😅 @half-duplex helpfully took a survey of other users, with 100% (N...

@edk0 Defining which account properties are mutable *is* a protocol concern, as it informs which properties are suitable for use in different situations by clients (e.g. bots). If an account...

Everything for 7.0 is done (or at least in a PR that'll be merged soon). Punting the rest to 7.1, per plan.

Assuming we continue with moving `sopel.module` to `sopel.plugin` and drop `module` in 9.0 as suggested above, removing support for `sopel_modules.*` plugins at the same time would make sense. Old plugins...

Self-assigned as reminder to take care of "Audit documentation and code comments for references to "modules" that actually refer to "plugins" and update them". Once that's done, the rest of...

And we're done with the 7.x stuff. Moving to the next milestone.

Put back in 8.0: It's probably prudent to have deprecation warnings on `sopel.module` stuff before yanking the rug out in 9.0.

Huh, while I was messing around with doing it myself, you opened a PR. I'll take it.