Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ehForwarderBot/efb-telegram-master
base: v2.2.4
Choose a base ref
...
head repository: ehForwarderBot/efb-telegram-master
compare: v2.3.0
Choose a head ref
  • 16 commits
  • 37 files changed
  • 4 contributors

Commits on Aug 15, 2021

  1. fix: "Database is locked" (#110)

    * fix: use SqliteQueueDatabase
    
    See: https://www.reddit.com/r/learnpython/comments/ab0z3n/sqlite_database_locked_how_to_use_sqlite_with/
    
    Fixes #6
    
    * fix: add types-setuptools as tests_require
    
    * fix: don't set journal_mode to OFF when creating table
    
    SqliteQueueDatabase requires journal_mode to be WAL
    whtsky committed Aug 15, 2021
    Copy the full SHA
    7ecc45e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    099a7b7 View commit details
    Browse the repository at this point in the history
  3. ci: fix dependency script

    blueset committed Aug 15, 2021
    Copy the full SHA
    37f93da View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2021

  1. Update bot_manager.py (#113)

    remove bot.set_webhook
    JamzumSum committed Nov 20, 2021
    Copy the full SHA
    10d6d42 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4ba2d01 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. feat: support for custom Telegram API endpoints and local Tglib Bot A…

    …PI client mode (fixes #116)
    blueset committed Jan 17, 2022
    Copy the full SHA
    cdda04a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    84eee51 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2022

  1. fix: typo

    blueset committed Jan 22, 2022
    Copy the full SHA
    36a0421 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2022

  1. Copy the full SHA
    80e3720 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Copy the full SHA
    56e8d21 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e08cdd1 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    cb57bfd View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2261b45 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. ci: fix mypy tests

    blueset committed May 24, 2022
    Copy the full SHA
    931d295 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f3f31f9 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    785e9f1 View commit details
    Browse the repository at this point in the history