aboutsummaryrefslogtreecommitdiff
path: root/telegram/utils.go
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Avoid webpage preview updates being sent as message edits"Bohdan Horbeshko2023-07-211-33/+0
| | | | This reverts commit 563cb2d624598efdd3819daef00c64079d8a20e1.
* 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
|
* 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
|
* Fix avatars losing && take care of avatar changesBohdan Horbeshko2022-02-121-0/+6
|
* Revert "Fix strel ochka"Bohdan Horbeshko2022-02-091-2/+2
| | | | This reverts commit d48cb8b58682d3b9c5798913de35ae62dd20dd38.
* gofmtBohdan Horbeshko2022-02-081-3/+3
|
* Attach resource to presences to prevent unwanted behaviour of some clientsBohdan Horbeshko2022-02-081-0/+1
|
* Fix status update for users who blacklisted you or were online long time agoBohdan Horbeshko2022-02-071-12/+24
|
* The Proper Subscriptions FilterBohdan Horbeshko2022-02-061-0/+20
|
* Fix replies to non-text messagesBohdan Horbeshko2022-02-051-79/+117
|
* Support poll messagesBohdan Horbeshko2022-02-051-0/+22
|
* Support dice messagesBohdan Horbeshko2022-02-051-0/+3
|
* Support animated emoji messagesBohdan Horbeshko2022-02-051-2/+5
|
* Support contact messagesBohdan Horbeshko2022-02-051-0/+14
|
* Support venue messagesBohdan Horbeshko2022-02-051-5/+17
|
* Fix status caching and send status on subscriptionBohdan Horbeshko2022-02-051-1/+4
|
* Fix links to tiny imagesBohdan Horbeshko2022-02-041-1/+1
|