Commit graph

218 commits

Author SHA1 Message Date
Bohdan Horbeshko a74e2bcb7d Mute/unmute whole chats with no arguments 2024-05-05 13:16:38 -04:00
Bohdan Horbeshko a3f6d5f774 Support nativeedits for rawmessages=false 2024-04-27 00:31:21 -04:00
Bohdan Horbeshko 2459b14948 Version 1.9.2 2024-04-11 22:24:22 -04:00
Bohdan Horbeshko f15e44436b Use carbons for non-native edits too 2024-04-11 20:59:49 -04:00
Bohdan Horbeshko a36856b768 Fix filtering content updates for outgoing messages 2024-04-11 20:37:51 -04:00
Bohdan Horbeshko b499992148 Fix missing read markers in other XMPP clients than the message sender 2024-04-10 22:17:58 -04:00
Bohdan Horbeshko 67c38823f2 Avoid broken state on a failed logout attempt 2024-03-29 07:35:06 -04:00
Bohdan Horbeshko f56e6ac187 Eliminate edit echos for outgoing messages 2024-01-31 09:27:18 -05:00
Bohdan Horbeshko 20e6d2558e Version 1.9.0 2024-01-29 05:00:42 -05:00
Bohdan Horbeshko ea004b7f7c Reflect Telegram edits natively by nativeedits option 2024-01-29 04:28:15 -05:00
Bohdan Horbeshko 599cf16cdb Request and send to Telegram XEP-0333 displayed markers by "receipts" option 2024-01-27 06:13:45 -05:00
Bohdan Horbeshko e37c428c67 XEP-0333 read markers for outgoing messages 2024-01-26 21:02:47 -05:00
Bohdan Horbeshko b9b6ba14a4 Fix stuck logout 2024-01-24 18:54:25 -05:00
Bohdan Horbeshko b40ccf4a4d Fix presences sent with no resource 2024-01-24 18:52:40 -05:00
Bohdan Horbeshko 4532748c84 Support chosen quotes in replies and replies from other chats 2024-01-10 14:30:00 -05:00
Bohdan Horbeshko f2807779aa Fix ending braces for PreCode 2023-11-16 08:44:26 -05:00
Bohdan Horbeshko 705cfc1d49 gofmt 2023-11-16 08:06:21 -05:00
Bohdan Horbeshko dcb802358b Fix tests 2023-11-16 08:05:23 -05:00
Bohdan Horbeshko 6bd8379114 Support blockquotes in formatter 2023-11-15 19:38:45 -05:00
Bohdan Horbeshko 576acba0d1 Migrate to TDLib 1.8.21 2023-11-11 16:10:23 -05:00
Bohdan Horbeshko 67b8ad57f0 Fix reply length for hrunicode messages 2023-10-29 08:52:33 -04:00
Bohdan Horbeshko 282a6fc21b Hotfix: prevent lockup on login 2023-08-31 18:24:30 -04:00
Bohdan Horbeshko 4588170d1e Harden the authorizer access to prevent crashes 2023-08-31 17:26:35 -04:00
Bohdan Horbeshko aa561c5be6 Version 1.8.0 2023-08-28 10:20:50 -04:00
Bohdan Horbeshko 20994e2995 In-Band Registration (XEP-0077) 2023-08-28 10:16:57 -04:00
Bohdan Horbeshko 8ba7596ab5 Merge branch 'master' into dev 2023-08-26 08:59:14 -04:00
Bohdan Horbeshko 9377d7a155 Save/read unavailable presence type in cache 2023-08-06 20:04:49 -04:00
Bohdan Horbeshko c03ccfdfb7 Support urn:xmpp:privilege:2 2023-08-02 17:08:06 -04:00
Bohdan Horbeshko 608f675512 Revert sending carbons for outgoing messages to other resources (they duplicate what clients already send to each other) 2023-08-02 16:41:18 -04:00
Bohdan Horbeshko 3c917c1698 Carbons in group chats 2023-08-02 13:53:34 -04:00
Bohdan Horbeshko 131f6eba38 Use previews only instead of TGS stickers 2023-07-31 22:00:58 -04:00
Bohdan Horbeshko a595d9db0a Version 1.7.0 2023-07-31 21:37:05 -04:00
Bohdan Horbeshko ef831fc972 Migrate to TDLib 1.8.14 (multiple usernames support) 2023-07-31 21:25:24 -04:00
Bohdan Horbeshko 748366ad6a Avoid webpage preview updates being sent as message edits (by hash matching) 2023-07-22 10:46:35 -04:00
Bohdan Horbeshko eadef987be Revert "Avoid webpage preview updates being sent as message edits"
This reverts commit 563cb2d624.
2023-07-21 07:45:44 -04:00
Bohdan Horbeshko 563cb2d624 Avoid webpage preview updates being sent as message edits 2023-07-16 08:19:11 -04:00
Bohdan Horbeshko e954c73bd2 Do not ack with edited message to the XEP-0308 sender resource 2023-07-15 21:38:10 -04:00
Bohdan Horbeshko 959dc061ff Send carbons for outgoing messages to other resources 2023-07-08 23:52:30 -04:00
Bohdan Horbeshko 30b3fd1615 Force update nicknames via PubSub and presences on reconnect 2023-06-30 09:54:39 -04:00
Bohdan Horbeshko f8ad8c0204 Update chat title in chats cache 2023-06-30 08:48:36 -04:00
Bohdan Horbeshko 739fc4110a Fix a crash by auth commands when online 2023-06-16 00:44:48 -04:00
Bohdan Horbeshko fdd867cf7a Add /cancelauth command 2023-06-16 00:34:49 -04:00
Bohdan Horbeshko 00f1417cb2 Version 1.6.0 2023-06-08 13:33:22 -04:00
Bohdan Horbeshko 79fc0ddbe5 Set origin id, if available, to replies bridged from Telegram 2023-06-08 13:27:40 -04:00
Bohdan Horbeshko 7215d11d79 XEP-0308 message editing 2023-06-05 04:22:13 -04:00
Bohdan Horbeshko a5c90340ad Refactor ProcessOutgoingMessage 2023-06-03 20:25:00 -04:00
Bohdan Horbeshko 9a84e9a8b6 Store message ids in Badger DB 2023-06-03 00:20:03 -04:00
Bohdan Horbeshko 8663a29e15 Add /vcard command 2023-06-01 16:37:38 -04:00
Bohdan Horbeshko 0a2c4e09d9 Add hideids configuration option 2023-03-18 20:13:00 -04:00
Bohdan Horbeshko 22b46c71ce gofmt 2023-03-18 17:47:08 -04:00