aboutsummaryrefslogtreecommitdiff
path: root/telegram/utils.go
Commit message (Expand)AuthorAgeFilesLines
* Version 1.9.0v1.9.0Bohdan Horbeshko2024-01-291-1/+1
* Reflect Telegram edits natively by nativeedits optionBohdan Horbeshko2024-01-291-5/+24
* Request and send to Telegram XEP-0333 displayed markers by "receipts" optionBohdan Horbeshko2024-01-271-7/+14
* XEP-0333 read markers for outgoing messagesBohdan Horbeshko2024-01-271-4/+23
* Fix stuck logoutBohdan Horbeshko2024-01-251-3/+3
* Fix presences sent with no resourceBohdan Horbeshko2024-01-251-22/+11
* Support chosen quotes in replies and replies from other chatsBohdan Horbeshko2024-01-101-71/+144
* Support blockquotes in formatterBohdan Horbeshko2023-11-161-10/+10
* Migrate to TDLib 1.8.21Bohdan Horbeshko2023-11-121-19/+25
* Fix reply length for hrunicode messagesv1.8.3Bohdan Horbeshko2023-10-291-3/+4
* Version 1.8.0v1.8.0Bohdan Horbeshko2023-08-281-4/+4
* Merge branch 'master' into devBohdan Horbeshko2023-08-261-17/+40
|\
| * Save/read unavailable presence type in cachev1.7.5Bohdan Horbeshko2023-08-071-4/+36
| * Support urn:xmpp:privilege:2v1.7.4Bohdan Horbeshko2023-08-031-2/+2
| * Revert sending carbons for outgoing messages to other resources (they duplica...v1.7.3Bohdan Horbeshko2023-08-021-8/+3
* | Carbons in group chatsBohdan Horbeshko2023-08-021-10/+8
|/
* Use previews only instead of TGS stickersv1.7.1Bohdan Horbeshko2023-08-011-1/+1
* Migrate to TDLib 1.8.14 (multiple usernames support)Bohdan Horbeshko2023-08-011-19/+61
* Avoid webpage preview updates being sent as message edits (by hash matching)Bohdan Horbeshko2023-07-221-0/+57
* Revert "Avoid webpage preview updates being sent as message edits"Bohdan Horbeshko2023-07-211-33/+0
* Avoid webpage preview updates being sent as message editsBohdan Horbeshko2023-07-161-0/+33
* Do not ack with edited message to the XEP-0308 sender resourceBohdan Horbeshko2023-07-161-14/+19
* Send carbons for outgoing messages to other resourcesBohdan Horbeshko2023-07-091-21/+53
* Force update nicknames via PubSub and presences on reconnectBohdan Horbeshko2023-06-301-0/+15
* Version 1.6.0v1.6.0Bohdan Horbeshko2023-06-081-6/+6
* Set origin id, if available, to replies bridged from TelegramBohdan Horbeshko2023-06-081-1/+5
* XEP-0308 message editingBohdan Horbeshko2023-06-051-17/+22
* Refactor ProcessOutgoingMessageBohdan Horbeshko2023-06-041-68/+51
* Store message ids in Badger DBBohdan Horbeshko2023-06-031-2/+7
* Add /vcard commandBohdan Horbeshko2023-06-011-21/+108
* Add `hideids` configuration optionBohdan Horbeshko2023-03-191-19/+38
* gofmtBohdan Horbeshko2023-03-191-4/+4
* Simulate carbonsBohdan Horbeshko2023-03-191-3/+71
* Convert XEP-0461 replies to TelegramBohdan Horbeshko2023-03-151-5/+9
* Cut fallback quotes outBohdan Horbeshko2023-03-081-9/+28
* Show XEP-0461 replies from TelegramBohdan Horbeshko2023-03-051-41/+58
* Assign IDs from Telegram to XMPP messagesBohdan Horbeshko2023-03-041-3/+11
* Separate labels for OOB messagesBohdan Horbeshko2023-01-181-1/+8
* Make OOB compatible with RawMessagesBohdan Horbeshko2023-01-161-17/+17
* OOBBohdan Horbeshko2023-01-161-9/+16
* Update the nickname in existing subscriptions on re-subscriptionBohdan Horbeshko2022-07-011-0/+2
* gofmtBohdan Horbeshko2022-06-301-1/+2
* Retrieve Bio / Description for vCard desc / noteBohdan Horbeshko2022-06-291-0/+41
* Same robust file retrieval for calculating avatar SHA1 and Base64Bohdan Horbeshko2022-06-251-8/+25
* Always send XMPP messages with a resourceBohdan Horbeshko2022-05-261-1/+1
* Re-upload files to Telegram instead of exposing a XEP-0363 linkBohdan Horbeshko2022-05-151-3/+63
* gofmtv1.2.0Bohdan Horbeshko2022-04-011-2/+2
* Limit the file storage by an optional quotaBohdan Horbeshko2022-04-011-0/+26
* Improve logging for file download processBohdan Horbeshko2022-03-201-0/+2
* Fetch previews for filesBohdan Horbeshko2022-03-151-24/+65