Fixes for use off of tilde.chat/tildeverse #2

Merged
ben merged 1 commits from kindrobot/tooter:smol-fixes into master 2022-06-14 20:59:44 +00:00
Contributor
  • correctly parses channels from config per config.example.yaml
  • sets TLS to None in case of no TLS
    • on tilde.town we commonly connect to localhost w/o ssl
    • for ircrobots (and/or it's dependencies) TLS must be none (not
      false) or else it will assume SSL/TLS
  • adds some instrumentation for failure modes when tooting

I am not a python expert, so please feel free to comment or fix.

- correctly parses channels from config per config.example.yaml - sets TLS to None in case of no TLS - on tilde.town we commonly connect to localhost w/o ssl - for ircrobots (and/or it's dependencies) TLS must be none (not false) or else it will assume SSL/TLS - adds some instrumentation for failure modes when tooting I am not a python expert, so please feel free to comment or fix.
kindrobot added 1 commit 2022-06-14 20:50:55 +00:00
2e242aea1e Fixes for use off of tilde.chat/tildeverse
- correctly parses channels from config per config.example.yaml
- sets TLS to None in case of no TLS
  - on tilde.town we commonly connect to localhost w/o ssl
  - for ircrobots (and/or it's dependencies) TLS must be none (not
    false) or else it will assume SSL/TLS

I am not a python expert, so please feel free to comment or fix.
ben merged commit 8aa6eadb39 into master 2022-06-14 20:59:44 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ben/tooter#2
No description provided.