Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adopt clock features used by core into core #2467

Open
dgw opened this issue Jun 8, 2023 · 0 comments
Open

Adopt clock features used by core into core #2467

dgw opened this issue Jun 8, 2023 · 0 comments
Labels
Core/Plugin Handling Housekeeping Code cleanup, removal of deprecated stuff, etc.
Milestone

Comments

@dgw
Copy link
Member

dgw commented Jun 8, 2023

User/channel time zone/format preferences shouldn't live in a plugin. Those preferences are used by core API features, most notably the tools.time subpackage, and many other first- & third-party plugins rely on them to correctly format their output.

The functions to set/get/clear time zone & time format preferences for both users and channels probably should live in coretasks.

As I wrote in my do-something-about-this-someday text note: "[These clock features that couple to core API functions] are almost as bad as when disabling [the url plugin] broke the @url decorator."


I think I'd like to split up coretasks and compartmentalize protocol handling from always-available core commands like .blocks and the time-preference stuff I'm proposing to adopt here, but that's a separate discussion.

@dgw dgw added Housekeeping Code cleanup, removal of deprecated stuff, etc. Needs Triage Issues that need to be reviewed and categorized labels Jun 8, 2023
@dgw dgw mentioned this issue Jun 8, 2023
40 tasks
@dgw dgw added this to the 8.1.0 milestone Apr 11, 2024
@dgw dgw added Core/Plugin Handling and removed Needs Triage Issues that need to be reviewed and categorized labels Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Core/Plugin Handling Housekeeping Code cleanup, removal of deprecated stuff, etc.
Projects
None yet
Development

No branches or pull requests

1 participant