aboutsummaryrefslogtreecommitdiff
path: root/telegram/utils.go
Commit message (Expand)AuthorAgeFilesLines
* Send memberlist on MUC join, suppress PM statuses for MUC JIDsBohdan Horbeshko2023-09-181-0/+55
* Merge branch 'master' into mucBohdan Horbeshko2023-09-171-156/+561
|\
| * 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
* | Extended room disco infoBohdan Horbeshko2022-07-091-3/+32
* | Basic room disco infoBohdan Horbeshko2022-07-081-5/+8
* | Respond to disco with conference identity and groups listBohdan Horbeshko2022-07-081-0/+24
|/
* 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
* Add /forward commandBohdan Horbeshko2022-03-121-0/+53
* Merge adjacent formatting entities of same kindBohdan Horbeshko2022-03-111-7/+7
* Move downloaded files to a permanent locationBohdan Horbeshko2022-03-091-24/+59
* Support ! prefix for commands in addition to /Bohdan Horbeshko2022-02-141-1/+1
* Add an asciiarrows option (for clients that do not support Unicode ones)v1.1.2Bohdan Horbeshko2022-02-141-3/+11