-
Notifications
You must be signed in to change notification settings - Fork 49
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
Merge develop
withmaster
#364
Open
examknow
wants to merge
119
commits into
master
Choose a base branch
from
develop
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… webhooks until restart
None Webhook with Left Beef
add ban-enforce-max config option
dt is a naive datetime object, so its timezone is assumed to be the system timezone. However, the actual timezone from the API is UTC. Therefore, we need to set tzinfo before doing the calculation. See the note at https://docs.python.org/3/library/datetime.html#datetime.datetime.timestamp for more info. Ideally this would be fixed in tweepy, but there's a report of this on forums from 7 years ago so let's just fix it in BitBot. This bug found by an anonymous contributor. Thank you 😺!
[Tweets] Fix tweet age calc for TZ!=UTC
Change example pronouns to neutral pronouns
Example: `14.8km/h/9.2mi/h` → `14.8km/h (9.2mi/h)`
Bump lxml from 4.6.3 to 4.6.5
Add AS/hostname/buffer lookup to geoip, implement IPinfo command
don't run filters/replaces on assured lines
ducks.py: do not accept `,bef` or `,trap` if ducks are disabled
modules/youtube.py: add api exception handling
Honor url shortener preferences for git modules
Dark-Feather RSS Feed Parsing
* Update config.md added -c option to the how to run the bot. Without it I'm sure a ton of people had troubles with module loading and just gave up. * Update config.md making -c a clearer option? * Update docs/help/config.md Co-authored-by: David Schultz <me@zpld.me> Co-authored-by: David Schultz <me@zpld.me>
- suds-jurko seems to be stalled, with the last release in Jan 24, 2014 - suds seems to actively mantained again, with the last release in Jun 28, 2022 - I'm putting version 1.0.0 as the minimum, which was released on Dec 05, 2021
To be moved to `bitbot-modules`
Fix proxy_set_header Host $port to $server_port
oddly, wolfram|alpha's returned input string can sometimes contain newlines, especially when asking for distances between locations. previously this caused bitbot's output to get cut off, sending the remaining section to ,more
* Bump requests from 2.22.0 to 2.31.0 (#365) Bumps [requests](https://github.com/psf/requests) from 2.22.0 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.22.0...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tornado from 6.0.3 to 6.3.2 Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.0.3 to 6.3.2. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](tornadoweb/tornado@v6.0.3...v6.3.2) --- updated-dependencies: - dependency-name: tornado dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Schultz <me@zpld.me>
…ace (#370) * rss: Simplify entry formatting * Use format_token_replace * Apply suggestions * add `rss-format` config migration --------- Co-authored-by: David Schultz <me@zpld.me>
This pattern best reflects the custom formats currently in use
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We'll want to come up with some release notes and make a new release tag as well.