Commit graph

109 commits

Author SHA1 Message Date
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 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 aa561c5be6 Version 1.8.0 2023-08-28 10:20:50 -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 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 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
Bohdan Horbeshko 42ed16bf9e Simulate carbons 2023-03-18 17:43:11 -04:00
Bohdan Horbeshko 90807b2d9e Convert XEP-0461 replies to Telegram 2023-03-14 17:16:02 -04:00
Bohdan Horbeshko b1135b070b Cut fallback quotes out 2023-03-08 07:51:19 -05:00
Bohdan Horbeshko 4a5b83dff5 Show XEP-0461 replies from Telegram 2023-03-05 03:00:53 -05:00
Bohdan Horbeshko 6e32c62f8d Assign IDs from Telegram to XMPP messages 2023-03-03 21:41:45 -05:00
Bohdan Horbeshko d3c6360e3c Separate labels for OOB messages 2023-01-17 21:57:38 -05:00
Bohdan Horbeshko 559d6443e5 Make OOB compatible with RawMessages 2023-01-16 08:02:41 -05:00
Bohdan Horbeshko b3b53b6145 OOB 2023-01-15 20:35:13 -05:00
Bohdan Horbeshko 710a88cd7d Update the nickname in existing subscriptions on re-subscription 2022-06-30 17:22:44 -04:00
Bohdan Horbeshko e2edbe37ea gofmt 2022-06-29 20:33:51 -04:00
Bohdan Horbeshko 38ffdb9e47 Retrieve Bio / Description for vCard desc / note 2022-06-29 09:56:27 -04:00
Bohdan Horbeshko 493c49cde5 Same robust file retrieval for calculating avatar SHA1 and Base64 2022-06-25 16:58:15 -04:00
Bohdan Horbeshko 70841a2bea Always send XMPP messages with a resource 2022-05-26 07:14:38 -04:00
Bohdan Horbeshko b78779dad0 Re-upload files to Telegram instead of exposing a XEP-0363 link 2022-05-15 12:59:54 -04:00
Bohdan Horbeshko 86cbbcb8bd gofmt 2022-04-01 12:35:54 -04:00
Bohdan Horbeshko 17afd3f8c7 Limit the file storage by an optional quota 2022-03-31 21:42:12 -04:00
Bohdan Horbeshko 5c238db1da Improve logging for file download process 2022-03-19 19:53:20 -04:00
Bohdan Horbeshko 976abf68ce Fetch previews for files 2022-03-14 17:57:03 -04:00
Bohdan Horbeshko 022a12ce31 Add /forward command 2022-03-12 12:25:53 -05:00
Bohdan Horbeshko f6e62fe1fd Merge adjacent formatting entities of same kind 2022-03-11 11:12:36 -05:00
Bohdan Horbeshko 699d75552a Move downloaded files to a permanent location 2022-03-09 14:15:56 -05:00
Bohdan Horbeshko 72b336a5f5 Support ! prefix for commands in addition to / 2022-02-13 20:45:11 -05:00