Commit Graph

546 Commits

Author SHA1 Message Date
Tulir Asokan 53dec19878 login: increase buffer for QR renewal 2026-04-10 22:58:16 +03:00
Tulir Asokan a5b1927acb handletelegram: don't sync empty reactions on new messages 2026-04-10 20:33:31 +03:00
Tulir Asokan 0988de1267 tomatrix: consistently add extensions for all files 2026-04-10 20:19:16 +03:00
Tulir Asokan 5c1975808a tomatrix: add extension to unnamed documents from telegram 2026-04-10 20:01:30 +03:00
Tulir Asokan 634cec5ba9 tomatrix: avoid multipart messages 2026-04-10 14:43:37 +03:00
Tulir Asokan 506e13f6b8 commands: remove extra dots 2026-04-10 13:21:29 +03:00
Tulir Asokan e55e596d68 commands/join: allow different invite hash lengths 2026-04-10 13:20:48 +03:00
Tulir Asokan 11495e6e7e client: fix handling mentions of non-logged-in users 2026-04-09 23:32:34 +03:00
Tulir Asokan 60e3cf9c01 gotd/tgerr: reduce default flood wait max duration 2026-04-08 00:41:22 +03:00
Tulir Asokan cc32d48fea backfill: add support for forward backfilling more than 100 messages 2026-04-08 00:41:22 +03:00
Tulir Asokan 117c5cd0ce tomatrix: always add extension for photos 2026-04-06 18:00:08 +03:00
Tulir Asokan 41f2166feb tomatrix: fix adding per-message profile for channel messages 2026-04-06 00:38:31 +03:00
Tulir Asokan 92fdf7b8e9 all: fix inconsistent method receiver names 2026-04-05 21:22:22 +03:00
Tulir Asokan f13af2ef54 userinfo: add missing changed condition 2026-04-05 21:20:51 +03:00
Tulir Asokan 0172a5733b tomatrix: add support for partial quotes 2026-04-04 22:37:22 +03:00
Tulir Asokan c3216f1e4d commands/join: include chat name in response 2026-04-03 23:41:34 +03:00
Tulir Asokan 0bee8da0f8 commands: add join group command 2026-04-03 21:59:32 +03:00
Tulir Asokan 795b27275f startchat: allow username links when starting DMs 2026-04-03 21:51:56 +03:00
Tulir Asokan cbff082e4d config: re-add displayname template
Fixes #1057
2026-04-03 15:09:36 +03:00
Tulir Asokan e7099d26f3 handletelegram: set dont_render_edited flag 2026-04-03 01:42:20 +03:00
Tulir Asokan 8b68fdce79 handlematrix: fix delete chat error messages 2026-04-03 00:46:09 +03:00
Tulir Asokan 1dc01bcffd handlematrix: ignore more updates in send response 2026-04-03 00:46:09 +03:00
Tulir Asokan dbab7f0ee4 commands: add upgrade command 2026-04-03 00:46:09 +03:00
Tulir Asokan 835afb0100 matrixfmt,telegramfmt: correctly bridge mentions of other logged-in users 2026-04-02 23:57:27 +03:00
Tulir Asokan 693ced7dea handletelegram: add workaround for instantly deleted messages 2026-04-02 23:53:06 +03:00
Tulir Asokan b6c7b0e78b chatinfo: always bridge own power level in channels 2026-04-02 00:51:47 +03:00
Tulir Asokan 3b939f423a handletelegram: don't refetch channel info if the event already contains it 2026-04-02 00:51:47 +03:00
Tulir Asokan f4555782cf handlematrix: fetch sponsored messages in channels after read receipt 2026-04-02 00:51:47 +03:00
Tulir Asokan a44cc41933 tomatrix: bridge live photos as videos 2026-04-01 21:22:58 +03:00
Tulir Asokan 770b3b8d8c gotd: update to layer 224 2026-04-01 21:08:49 +03:00
Tulir Asokan f7b220f711 reactions: handle reactions sent by channels 2026-03-30 23:15:47 +03:00
Tulir Asokan e37619e826 reactions: deduplicate reaction sync code 2026-03-30 23:06:01 +03:00
Tulir Asokan 0dc5045b00 handletelegram: don't sync reactions on channel message edit 2026-03-30 22:57:43 +03:00
Tulir Asokan c8c5c7d272 matrixfmt: fix bridging code blocks 2026-03-30 21:28:55 +03:00
Tulir Asokan c358222ab4 store: fix telegram_file migration delete query on sqlite 2026-03-30 20:57:48 +03:00
Tulir Asokan fdebeb9ca8 handletelegram: avoid redundant getCustomEmojiDocuments calls 2026-03-30 18:06:28 +03:00
Tulir Asokan bd6d40cad0 handlematrix: also read edit responses properly 2026-03-30 17:58:35 +03:00
Tulir Asokan 358318c734 commands/imagepack: use double puppet for fetching matrix packs 2026-03-30 17:41:22 +03:00
Tulir Asokan a0323a5233 handletelegram: handle UpdateMessageReactions 2026-03-30 17:20:19 +03:00
Tulir Asokan 3500590f11 handlematrix: fix reading send response 2026-03-30 17:05:42 +03:00
Tulir Asokan 011894f7b4 store: add support for slightly older postgres versions 2026-03-30 16:44:08 +03:00
Tulir Asokan af9ce963a9 userinfo: sync ghost info for non-broadcast channels too 2026-03-30 14:42:58 +03:00
Tulir Asokan 606bf92ab1 commands/imagepack: catch both errors
(why are there two with the same description?)
2026-03-30 12:58:06 +03:00
Tulir Asokan 9b7ee5e2c3 commands/imagepack: fail when reaching pack size limit 2026-03-29 22:33:02 +03:00
Tulir Asokan e4195fadb4 commands/imagepack: add missing image/gif import 2026-03-29 22:20:21 +03:00
Tulir Asokan 7cf65b6f6a commands/imagepack: always use decoded dimensions 2026-03-29 22:15:28 +03:00
Tulir Asokan a5a3b9f380 commands/imagepack: deduplicate mxcs in same pack 2026-03-29 22:12:33 +03:00
Tulir Asokan 58d99a806a commands/imagepack: also ignore re-encoding errors 2026-03-29 22:06:56 +03:00
Tulir Asokan acf716c031 commands/imagepack: add duration length for animated emojis 2026-03-29 22:03:06 +03:00
Tulir Asokan 8de8170619 commands/imagepack: ignore images that fail to be added to pack 2026-03-29 22:03:03 +03:00