lp:~progval/limnoria/master

Created by Valentin Lorentz and last modified
Get this branch:
bzr branch lp:~progval/limnoria/master

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Valentin Lorentz
Project:
Limnoria
Status:
Mature

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at https://github.com/ProgVal/Limnoria.git.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on juju-1e3bde-prod-lp-code-import-16 and finished taking 10 seconds — see the log
Import started on juju-1e3bde-prod-lp-code-import-15 and finished taking 10 seconds — see the log
Import started on juju-1e3bde-prod-lp-code-import-14 and finished taking 10 seconds — see the log
Import started on juju-1e3bde-prod-lp-code-import-14 and finished taking 10 seconds — see the log

Recent revisions

9654. By Valentin Lorentz <email address hidden>

irclib: Catch exception from outFilter, as with inFilter

9653. By Valentin Lorentz <email address hidden>

conf: Use imports instead of sys.modules to detect module availability

`conf.supybot.databases()` may be called without any plugin supporting
sqlite3 being loaded yet, which causes `sqlite3` to be missing from
`sys.modules`; so it wouldn't be used by plugins loaded afterward.

9652. By Valentin Lorentz <email address hidden>

conf: Prioritize sqlite3 over sqlalchemy in supybot.databases

It's usually a better choice for plugins that implement both

9651. By Valentin Lorentz <email address hidden>

conf: Remove 'sqlite' module from supybot.databases

It is wholy replaced by 'sqlite3', now

9650. By PeGaSuS <email address hidden>

Fix typo in conf.py (#1501)

Fixed typo that lead to a wrong variable name being pointed out

9649. By Valentin Lorentz <email address hidden>

Web: Add overrides to support Youtube and Reddit; remove Twitter from tests.

9648. By Valentin Lorentz <email address hidden>

Fediverse: Update tests broken by previous commit

9647. By Valentin Lorentz <email address hidden>

htmlToText: Don't replace inline element tags with spaces

They are not meant to be displayed like this, so they look weird sometimes.
For example, Mastodon splits long links between spans, so the Fediverse plugin
always displayed them broken.

9646. By Valentin Lorentz <email address hidden>

Fix utils.time.iana_timezone on python < 3.9

9645. By Valentin Lorentz <email address hidden>

Misc: Make @last handle --regexp in a single process for all messages

Spawning one process for each message was a little silly, considering
there can be thousands of messages.

Plus, some instances do reach the timeout after running for a few weeks,
so we really need to fix this.

Ideally, `regexp_wrapper` should also be removed from other plugins
(Todo, Notes, ...) as they have the same issues, but this will do for
now.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.