aboutsummaryrefslogtreecommitdiff
path: root/xmpp/handlers.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix missing read markers in other XMPP clients than the message senderBohdan Horbeshko2024-04-111-1/+1
|
* Reflect Telegram edits natively by nativeedits optionBohdan Horbeshko2024-01-291-0/+1
|
* Request and send to Telegram XEP-0333 displayed markers by "receipts" optionBohdan Horbeshko2024-01-271-0/+24
|
* Also ack with XEP-0184 read receipts for outgoing messagesBohdan Horbeshko2024-01-271-0/+1
|
* XEP-0333 read markers for outgoing messagesBohdan Horbeshko2024-01-271-2/+5
|
* Version 1.8.0v1.8.0Bohdan Horbeshko2023-08-281-12/+12
|
* In-Band Registration (XEP-0077)devBohdan Horbeshko2023-08-281-2/+202
|
* Fix replies to messages with non-ASCII charactersv1.7.6Bohdan Horbeshko2023-08-081-1/+6
|
* Save/read unavailable presence type in cachev1.7.5Bohdan Horbeshko2023-08-071-3/+11
|
* Support urn:xmpp:privilege:2v1.7.4Bohdan Horbeshko2023-08-031-5/+16
|
* Revert sending carbons for outgoing messages to other resources (they ↵v1.7.3Bohdan Horbeshko2023-08-021-1/+0
| | | | duplicate what clients already send to each other)
* Migrate to TDLib 1.8.14 (multiple usernames support)Bohdan Horbeshko2023-08-011-4/+4
|
* Do not ack with edited message to the XEP-0308 sender resourceBohdan Horbeshko2023-07-161-1/+2
|
* Send carbons for outgoing messages to other resourcesBohdan Horbeshko2023-07-091-0/+3
|
* Force update nicknames via PubSub and presences on reconnectBohdan Horbeshko2023-06-301-0/+1
|
* Version 1.6.0v1.6.0Bohdan Horbeshko2023-06-081-8/+8
|
* Reply own messagesBohdan Horbeshko2023-06-081-7/+17
|
* XEP-0308 message editingBohdan Horbeshko2023-06-051-1/+42
|
* Store message ids in Badger DBBohdan Horbeshko2023-06-031-1/+1
|
* Add /vcard commandBohdan Horbeshko2023-06-011-58/+48
|
* Warn about undelivered carbons to foreign serversv1.5.0Bohdan Horbeshko2023-03-201-0/+9
|
* Simulate carbonsBohdan Horbeshko2023-03-191-14/+20
|
* Convert XEP-0461 replies to TelegramBohdan Horbeshko2023-03-151-1/+40
|
* Show XEP-0461 replies from TelegramBohdan Horbeshko2023-03-051-1/+1
|
* Assign IDs from Telegram to XMPP messagesBohdan Horbeshko2023-03-041-1/+1
|
* Fix a crash on commands to unauthorized transportBohdan Horbeshko2023-01-131-1/+1
|
* gofmtBohdan Horbeshko2022-06-301-1/+1
|
* Add IMPP to vCard4Bohdan Horbeshko2022-06-301-0/+8
|
* Retrieve Bio / Description for vCard desc / noteBohdan Horbeshko2022-06-291-3/+16
|
* Support vCard4 via PubSubBohdan Horbeshko2022-06-291-11/+128
|
* Fix calculating avatar Base64Bohdan Horbeshko2022-06-251-1/+2
|
* Same robust file retrieval for calculating avatar SHA1 and Base64Bohdan Horbeshko2022-06-251-12/+1
|
* Respond correctly to disco queries about account JIDsBohdan Horbeshko2022-06-201-1/+7
|
* Always send XMPP messages with a resourceBohdan Horbeshko2022-05-261-2/+3
|
* Support ! prefix for commands in addition to /Bohdan Horbeshko2022-02-141-1/+1
|
* Make incoming messages to the transport trigger a subscriptionBohdan Horbeshko2022-02-141-3/+10
|
* Fix initializing a TDlib instance after subscribing to the transportBohdan Horbeshko2022-02-131-1/+1
|
* gofmtBohdan Horbeshko2022-02-081-2/+2
|
* Add disco query responderBohdan Horbeshko2022-02-081-0/+33
|
* Fix status caching and send status on subscriptionBohdan Horbeshko2022-02-051-26/+56
|
* Mark expired online statuses as awayBohdan Horbeshko2022-01-311-1/+1
|
* Force downloading the chat photo when vCard is requestedBohdan Horbeshko2022-01-271-0/+11
|
* Make /s replace the whole message; fix replies and whitespace corruptionBohdan Horbeshko2022-01-081-1/+1
|
* Add keeponline optionBohdan Horbeshko2022-01-061-0/+2
|
* Multiple resources handlingBohdan Horbeshko2022-01-031-5/+6
|
* Fix %!(MISSING) and other formatting issuesBohdan Horbeshko2021-12-181-6/+6
|
* Try to resume connection and resend a stanza on failurebodqhrohro2020-01-101-2/+14
|
* Resend chat statuses on probe presencebodqhrohro2020-01-051-0/+9
|
* Migrate some comments from Zhabogram; change queue behaviourbodqhrohro2019-12-221-0/+4
|
* Make vCard requests asynchronousbodqhrohro2019-12-191-72/+76
|