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

logging: don't log if opt_in_channels is empty or channel not in it #7

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Dec 20, 2020

  1. logging: don't log is opt_in_channels is empty and channel not in array

    Add an opt_in_channels config which blocks logging if the array is not empty and the channel is not in it. Assumes if array is empty that logging should happen everywhere.
    RhinosF1 authored Dec 20, 2020
    Configuration menu
    Copy the full SHA
    05b5a54 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2020

  1. make this more sane

    RhinosF1 authored Dec 21, 2020
    Configuration menu
    Copy the full SHA
    12099b3 View commit details
    Browse the repository at this point in the history
  2. Update __init__.py

    RhinosF1 authored Dec 21, 2020
    Configuration menu
    Copy the full SHA
    dc0f55a View commit details
    Browse the repository at this point in the history
  3. fix

    RhinosF1 authored Dec 21, 2020
    Configuration menu
    Copy the full SHA
    9fbcd9b View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Update sopel_modules/chanlogs/__init__.py

    Co-authored-by: dgw <[email protected]>
    RhinosF1 and dgw authored Jan 29, 2021
    Configuration menu
    Copy the full SHA
    530a9b6 View commit details
    Browse the repository at this point in the history
  2. Update sopel_modules/chanlogs/__init__.py

    Co-authored-by: dgw <[email protected]>
    RhinosF1 and dgw authored Jan 29, 2021
    Configuration menu
    Copy the full SHA
    70897af View commit details
    Browse the repository at this point in the history
  3. Update sopel_modules/chanlogs/__init__.py

    Co-authored-by: dgw <[email protected]>
    RhinosF1 and dgw authored Jan 29, 2021
    Configuration menu
    Copy the full SHA
    d9fc0a1 View commit details
    Browse the repository at this point in the history
  4. Update sopel_modules/chanlogs/__init__.py

    Co-authored-by: dgw <[email protected]>
    RhinosF1 and dgw authored Jan 29, 2021
    Configuration menu
    Copy the full SHA
    5519459 View commit details
    Browse the repository at this point in the history