aboutsummaryrefslogtreecommitdiff
path: root/telegram
Commit message (Collapse)AuthorAgeFilesLines
* Do not ack with edited message to the XEP-0308 sender resourceBohdan Horbeshko2023-07-162-16/+40
|
* Send carbons for outgoing messages to other resourcesBohdan Horbeshko2023-07-094-36/+79
|
* Force update nicknames via PubSub and presences on reconnectBohdan Horbeshko2023-06-301-0/+15
|
* Update chat title in chats cacheBohdan Horbeshko2023-06-301-1/+6
|
* Fix a crash by auth commands when onlineBohdan Horbeshko2023-06-161-1/+5
|
* Add /cancelauth commandBohdan Horbeshko2023-06-162-6/+34
|
* Version 1.6.0v1.6.0Bohdan Horbeshko2023-06-083-8/+8
|
* Set origin id, if available, to replies bridged from TelegramBohdan Horbeshko2023-06-081-1/+5
|
* XEP-0308 message editingBohdan Horbeshko2023-06-052-17/+27
|
* Refactor ProcessOutgoingMessageBohdan Horbeshko2023-06-042-71/+54
|
* Store message ids in Badger DBBohdan Horbeshko2023-06-032-5/+10
|
* Add /vcard commandBohdan Horbeshko2023-06-012-21/+128
|
* Add `hideids` configuration optionBohdan Horbeshko2023-03-191-19/+38
|
* gofmtBohdan Horbeshko2023-03-193-9/+9
|
* Simulate carbonsBohdan Horbeshko2023-03-193-4/+77
|
* Convert XEP-0461 replies to TelegramBohdan Horbeshko2023-03-152-8/+12
|
* Fix testsBohdan Horbeshko2023-03-081-6/+42
|
* Cut fallback quotes outBohdan Horbeshko2023-03-081-9/+28
|
* Show XEP-0461 replies from TelegramBohdan Horbeshko2023-03-055-52/+123
|
* Assign IDs from Telegram to XMPP messagesBohdan Horbeshko2023-03-044-10/+21
|
* Fix crash on loginBohdan Horbeshko2023-01-232-6/+7
|
* Separate labels for OOB messagesBohdan Horbeshko2023-01-181-1/+8
|
* Make OOB compatible with RawMessagesBohdan Horbeshko2023-01-161-17/+17
|
* OOBBohdan Horbeshko2023-01-162-11/+24
|
* Make commands not bound to a certain chat available as transport commands tooBohdan Horbeshko2022-08-151-66/+102
|
* Registration supportBohdan Horbeshko2022-08-152-12/+36
|
* Update the nickname in existing subscriptions on re-subscriptionBohdan Horbeshko2022-07-011-0/+2
|
* gofmtBohdan Horbeshko2022-06-301-1/+2
|
* Update the contact nickname when a chat title has changedBohdan Horbeshko2022-06-301-0/+17
|
* 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
|
* Support /join @publicgroup syntaxBohdan Horbeshko2022-06-221-7/+25
|
* Affect the delete icon with the asciiarrows optionBohdan Horbeshko2022-06-221-1/+7
|
* Always send XMPP messages with a resourceBohdan Horbeshko2022-05-262-8/+1
|
* Implement robust history fetchingBohdan Horbeshko2022-05-181-8/+16
|
* Re-upload files to Telegram instead of exposing a XEP-0363 linkBohdan Horbeshko2022-05-152-3/+101
|
* Release the authorization lock on client initialization errorBohdan Horbeshko2022-05-141-0/+1
|
* gofmtv1.2.0Bohdan Horbeshko2022-04-012-7/+7
|
* Timezones are expected to ignore DSTBohdan Horbeshko2022-04-011-1/+1
|
* 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-152-33/+113
|
* Check for nil entity typesBohdan Horbeshko2022-03-141-2/+2
|
* Fix entity sortingBohdan Horbeshko2022-03-131-2/+2
|
* Add /forward commandBohdan Horbeshko2022-03-123-49/+85
|
* Clasp directives to the following span as required by XEP-0393Bohdan Horbeshko2022-03-122-1/+130
|
* Correction: XEP-0393 actually allows preformatted spansBohdan Horbeshko2022-03-121-1/+0
|
* Add strikethrough formattingBohdan Horbeshko2022-03-112-0/+32
|
* Wrap inline code in single backticksBohdan Horbeshko2022-03-112-6/+30
|
* Merge adjacent formatting entities of same kindBohdan Horbeshko2022-03-114-10/+139
|