aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix markableBohdan Horbeshko2024-01-271-1/+1
|
* Request and send to Telegram XEP-0333 displayed markers by "receipts" optionBohdan Horbeshko2024-01-276-16/+62
|
* Also ack with XEP-0184 read receipts for outgoing messagesBohdan Horbeshko2024-01-272-0/+2
|
* XEP-0333 read markers for outgoing messagesBohdan Horbeshko2024-01-275-15/+108
|
* Fix stuck logoutBohdan Horbeshko2024-01-254-6/+8
|
* Fix presences sent with no resourceBohdan Horbeshko2024-01-254-36/+31
|
* 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-163-26/+28
|
* Support blockquotes in formatterBohdan Horbeshko2023-11-163-100/+349
|
* Migrate to TDLib 1.8.21Bohdan Horbeshko2023-11-127-51/+59
|
* Fix reply length for hrunicode messagesv1.8.3Bohdan Horbeshko2023-10-293-5/+6
|
* Hotfix: prevent lockup on loginv1.8.2Bohdan Horbeshko2023-09-014-7/+11
|
* Harden the authorizer access to prevent crashesv1.8.1Bohdan Horbeshko2023-09-015-2/+35
|
* Version 1.8.0v1.8.0Bohdan Horbeshko2023-08-284-18/+18
|
* In-Band Registration (XEP-0077)devBohdan Horbeshko2023-08-285-35/+303
|
* Merge branch 'master' into devBohdan Horbeshko2023-08-268-52/+131
|\
| * Fix replies to messages with non-ASCII charactersv1.7.6Bohdan Horbeshko2023-08-083-3/+8
| |
| * Save/read unavailable presence type in cachev1.7.5Bohdan Horbeshko2023-08-075-9/+59
| |
| * Support urn:xmpp:privilege:2v1.7.4Bohdan Horbeshko2023-08-037-21/+58
| |
| * Revert sending carbons for outgoing messages to other resources (they ↵v1.7.3Bohdan Horbeshko2023-08-026-23/+14
| | | | | | | | duplicate what clients already send to each other)
* | Carbons in group chatsBohdan Horbeshko2023-08-022-11/+9
|/
* Prevent messages to a certain resource from being carbon-copiedv1.7.2Bohdan Horbeshko2023-08-023-2/+5
|
* Add building in fcking docker environmentIļja Pavļikhin2023-08-023-0/+43
|
* Use previews only instead of TGS stickersv1.7.1Bohdan Horbeshko2023-08-012-2/+2
|
* Version 1.7.0v1.7.0Bohdan Horbeshko2023-08-013-4/+4
|
* Migrate to TDLib 1.8.14 (multiple usernames support)Bohdan Horbeshko2023-08-019-44/+138
|
* 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-163-17/+42
|
* Send carbons for outgoing messages to other resourcesBohdan Horbeshko2023-07-096-43/+89
|
* Force update nicknames via PubSub and presences on reconnectBohdan Horbeshko2023-06-302-0/+16
|
* 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
|
* Bump Go version to 1.19Bohdan Horbeshko2023-06-113-77/+33
|
* Version 1.6.0v1.6.0Bohdan Horbeshko2023-06-086-18/+18
|
* Set origin id, if available, to replies bridged from TelegramBohdan Horbeshko2023-06-081-1/+5
|
* Reply own messagesBohdan Horbeshko2023-06-081-7/+17
|
* XEP-0308 message editingBohdan Horbeshko2023-06-055-18/+184
|
* Refactor ProcessOutgoingMessageBohdan Horbeshko2023-06-042-71/+54
|
* Store message ids in Badger DBBohdan Horbeshko2023-06-0312-10/+356
|
* Add /vcard commandBohdan Horbeshko2023-06-014-80/+177
|
* Warn about undelivered carbons to foreign serversv1.5.0Bohdan Horbeshko2023-03-202-1/+10
|
* Add `hideids` configuration optionBohdan Horbeshko2023-03-193-19/+50
|
* gofmtBohdan Horbeshko2023-03-194-10/+10
|
* Add carbon option to testsBohdan Horbeshko2023-03-191-0/+1
|
* Simulate carbonsBohdan Horbeshko2023-03-198-27/+284
|