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

Release v1.1 #22

Merged
merged 20 commits into from
May 12, 2022
Merged

Release v1.1 #22

merged 20 commits into from
May 12, 2022

Conversation

khoben
Copy link
Owner

@khoben khoben commented May 12, 2022

No description provided.

*Introduce message filters*
*InMemoryDatabase*
*Init thru dependency injection and base classes*
*Update README*
- Decrease `MAX_CAPACITY` to 100
- Keep only `free_factor * capacity` items on overflow
- Move app lib to app/telemirror
- UrlFilter: add blacklist
- Run from app/main.py
- Move `/app/` content to parent directory 
- MessageFilters: 
    * Improve `MessageFilter`s class names
    * Rename `GroupFilter` to `SequenceMessageFilter`
    * Add  `filter_mention` flag to `UrlMessageFilter`
    * Fix `MessageEntityTextUrl` entity filter
    * Add docs
- Mirroring:
    * Do not update if message has `edit_hide` flag
- Config:
    * Rename `settings` to `config`
    * Parse `REMOVE_URLS_WHITELIST` and `REMOVE_URLS_LIST` 
     as `set`
    * Fix default values for `REMOVE_URLS_WHITELIST` and `REMOVE_URLS_LIST`
- Update login.py with `MirrorTelegramClient`
@khoben khoben merged commit 548a65f into master May 12, 2022
phanirithvij pushed a commit to phanirithvij/telemirror that referenced this pull request Apr 22, 2024
- Move `/app/` content to parent directory
- MessageFilters:
    * Improve `MessageFilter`s class names
    * Rename `GroupFilter` to `SequenceMessageFilter`
    * Add  `filter_mention` flag to `UrlMessageFilter`
    * Fix `MessageEntityTextUrl` entity filter
    * Add docs
- Mirroring:
    * Do not update if message has `edit_hide` flag
- Config:
    * Rename `settings` to `config`
    * Parse `REMOVE_URLS_WHITELIST` and `REMOVE_URLS_LIST` as `set`
    * Fix default values for `REMOVE_URLS_WHITELIST` and `REMOVE_URLS_LIST`
- Update login.py with `MirrorTelegramClient`
- Rename `.bash` to `set_heroku_env.bash`
- Rename `images` to `README.md-images`
- Bump `cryptg` to 0.3.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant