2022-01-15 20:10:12 by Nia Alarie | Files touched by this commit (1) |
Log message:
mautrix-telegram: Unbreak pkgsrc tree.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-12-30 14:05:42 by Adam Ciarcinski | Files touched by this commit (125) |
Log message:
Forget about Python 3.6
|
2021-10-26 12:05:29 by Nia Alarie | Files touched by this commit (146) |
Log message:
chat: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 15:23:36 by Nia Alarie | Files touched by this commit (146) |
Log message:
chat: Remove SHA1 hashes for distfiles
|
2021-09-14 22:01:48 by Jonathan Schleifer | Files touched by this commit (3) | |
Log message:
Update chat/mautrix-telegram to 0.10.1
v0.10.0-rc1
Deprecation warning
v0.10 is the last release that is guaranteed to support SQLite. A future release \
will likely switch away from SQLAlchemy and only support Postgres.
Added
* Support for multiple pins from/to Telegram.
* Option to resolve redirects when joining invite links, for people who use \
custom URLs as invite links (#559).
* Command to update about section in Telegram profile info (#375, thanks to \
@MadhuranS in #599).
* Own read marker/unread status from Telegram is now synced to Matrix after \
backfilling.
* Support for showing the individual slots in slot_machine dice rolls from \
Telegram.
Improved
* Improved invite link regex to allow joining with less precise invite links \
(#554, #555).
* Invite links can be customized with the --uses=<amount> and \
--expire=<delta> flags for !tg invite-link.
* Read receipts where the target message is unknown will now cause the chat to \
be marked as fully read instead of the read receipt event being ignored.
* WebP stickers are now sent as-is without converting to png.
* Default power levels in rooms now allow enabling encryption with PL 50 if \
e2be is enabled in config (#471, thanks to @Rafaeltheraven in #550).
* Updated Docker image to Alpine 3.13 and removed all edge repo stuff.
Fixed
* Matrix->Telegram location message bridging no longer flips the coordinates.
* Fixed some user displaynames constantly changing between contact/non-contact \
names and other similar cases (#533)
v0.10.0
Deprecation warning
v0.10 is the last release that is guaranteed to support SQLite. A future release \
will likely switch away from SQLAlchemy and only support Postgres. See the docs \
for Postgres migration instructions.
Changes since v0.10.0-rc1
* Added options to bridge archive, pin and mute status from Telegram to Matrix.
* Added custom fields in Matrix events indicating Telegram gifs.
* Allowed zero-width joiners in displaynames so things like multi-part emoji \
would work correctly.
* Fixed Telegram->Matrix typing notifications.
v0.10.1
N.B. Docker images have moved from dock.mau.dev/tulir/mautrix-telegram to \
dock.mau.dev/mautrix/telegram. New versions are only available at the new path.
Added
* Warning when bridging existing room if bridge bot doesn't have redaction \
permissions.
* Custom flag to invite events that will be auto-accepted using double puppeting.
* Custom flags for animated stickers (same as what gifs already had).
Improved
* Updated to Telethon 1.22.
* Updated Docker image to Alpine 3.14.
Fixed
* Fixed Bridging Matrix location messages with additional flags in geo_uri.
* Editing encrypted messages will no longer add an asterisk on Telegram (#623).
* Matrix typing notifications won't be echoed back for double puppeted users \
anymore (#631).
* AuthKeyDuplicatedError is now handled properly instead of making the user \
get stuck.
* Fixed public_portals setting not being respected on room creation.
|
2021-07-14 10:29:19 by Thomas Klausner | Files touched by this commit (3) |
Log message:
*: remove upper bounds on py-ruamel-yaml
These might not build now, but at least pbulks will run
|
2020-12-04 21:45:51 by Nia Alarie | Files touched by this commit (456) |
Log message:
Revbump packages with a runtime Python dep but no version prefix.
For the Python 3.8 default switch.
|
2020-11-25 09:00:19 by Nia Alarie | Files touched by this commit (1) |
Log message:
mautrix-telegram: Add py-test-runner to TOOL_DEPENDS
In a normal build this is detected by setup.py as missing and pulled
with pip or easy_install, however this fails in a restricted pbulk
setup with no internet access.
|
2020-11-19 02:24:23 by Jonathan Schleifer | Files touched by this commit (1) |
Log message:
chat/mautrix-telegram: Add a few optional dependencies
These are optional, but for very commonly used features. So not really optional.
|