aboutsummaryrefslogtreecommitdiff
path: root/telegram
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into adhocBohdan Horbeshko2024-05-102-46/+71
|\
| * Mute/unmute whole chats with no argumentsv1.9.4Bohdan Horbeshko2024-05-052-47/+64
| |
* | Merge branch 'master' into adhocBohdan Horbeshko2024-04-284-88/+123
|\|
| * Support nativeedits for rawmessages=falsev1.9.3Bohdan Horbeshko2024-04-274-53/+88
| |
| * Version 1.9.2v1.9.2Bohdan Horbeshko2024-04-121-1/+1
| |
| * Use carbons for non-native edits tooBohdan Horbeshko2024-04-121-9/+10
| |
| * Fix filtering content updates for outgoing messagesBohdan Horbeshko2024-04-121-0/+2
| |
| * Fix missing read markers in other XMPP clients than the message senderBohdan Horbeshko2024-04-111-23/+21
| |
| * Avoid broken state on a failed logout attemptBohdan Horbeshko2024-03-291-5/+4
| |
* | Show command execution success statusBohdan Horbeshko2024-02-182-131/+135
| |
* | Fix crashes in commands due to not found contactsBohdan Horbeshko2024-02-181-0/+27
| |
* | Show member dropdowns in chat administration formsBohdan Horbeshko2024-02-183-42/+119
| |
* | Filter available commands by chat typeBohdan Horbeshko2024-02-152-55/+118
| |
* | Stable command order in help and Ad-Hoc listBohdan Horbeshko2024-02-111-1/+18
| |
* | Ad-Hoc support for chat commandsBohdan Horbeshko2024-02-101-64/+10
| |
* | Form support for transport Ad-Hoc commands with argumentsBohdan Horbeshko2024-02-031-7/+14
| |
* | Declaratively specify optional and required command argumentsBohdan Horbeshko2024-02-011-62/+71
| |
* | Merge branch 'master' into adhocBohdan Horbeshko2024-01-311-2/+10
|\|
| * Eliminate edit echos for outgoing messagesv1.9.1Bohdan Horbeshko2024-01-311-2/+10
| |
* | Basic Ad-Hoc support for transport commandsBohdan Horbeshko2024-01-311-19/+39
|/
* Version 1.9.0v1.9.0Bohdan Horbeshko2024-01-293-5/+7
|
* Reflect Telegram edits natively by nativeedits optionBohdan Horbeshko2024-01-294-16/+81
|
* Request and send to Telegram XEP-0333 displayed markers by "receipts" optionBohdan Horbeshko2024-01-273-8/+16
|
* XEP-0333 read markers for outgoing messagesBohdan Horbeshko2024-01-273-8/+72
|
* Fix stuck logoutBohdan Horbeshko2024-01-252-5/+5
|
* Fix presences sent with no resourceBohdan Horbeshko2024-01-253-36/+16
|
* Support chosen quotes in replies and replies from other chatsBohdan Horbeshko2024-01-103-115/+195
|
* Fix ending braces for PreCodeBohdan Horbeshko2023-11-161-6/+6
|
* gofmtBohdan Horbeshko2023-11-162-4/+6
|
* Fix testsBohdan Horbeshko2023-11-162-26/+9
|
* Support blockquotes in formatterBohdan Horbeshko2023-11-163-100/+349
|
* Migrate to TDLib 1.8.21Bohdan Horbeshko2023-11-123-47/+30
|
* Fix reply length for hrunicode messagesv1.8.3Bohdan Horbeshko2023-10-291-3/+4
|
* Hotfix: prevent lockup on loginv1.8.2Bohdan Horbeshko2023-09-012-5/+9
|
* Harden the authorizer access to prevent crashesv1.8.1Bohdan Horbeshko2023-09-013-0/+33
|
* Version 1.8.0v1.8.0Bohdan Horbeshko2023-08-281-4/+4
|
* In-Band Registration (XEP-0077)devBohdan Horbeshko2023-08-282-33/+59
|
* Merge branch 'master' into devBohdan Horbeshko2023-08-264-30/+60
|\
| * Save/read unavailable presence type in cachev1.7.5Bohdan Horbeshko2023-08-072-4/+46
| |
| * Support urn:xmpp:privilege:2v1.7.4Bohdan Horbeshko2023-08-032-3/+3
| |
| * Revert sending carbons for outgoing messages to other resources (they ↵v1.7.3Bohdan Horbeshko2023-08-023-20/+12
| | | | | | | | duplicate what clients already send to each other)
* | Carbons in group chatsBohdan Horbeshko2023-08-021-10/+8
|/
* Use previews only instead of TGS stickersv1.7.1Bohdan Horbeshko2023-08-011-1/+1
|
* Version 1.7.0v1.7.0Bohdan Horbeshko2023-08-012-3/+3
|
* Migrate to TDLib 1.8.14 (multiple usernames support)Bohdan Horbeshko2023-08-016-40/+131
|
* Avoid webpage preview updates being sent as message edits (by hash matching)Bohdan Horbeshko2023-07-223-1/+69
|
* Revert "Avoid webpage preview updates being sent as message edits"Bohdan Horbeshko2023-07-213-56/+0
| | | | This reverts commit 563cb2d624598efdd3819daef00c64079d8a20e1.
* Avoid webpage preview updates being sent as message editsBohdan Horbeshko2023-07-163-0/+56
|
* 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
|