aboutsummaryrefslogtreecommitdiff
path: root/xmpp
Commit message (Expand)AuthorAgeFilesLines
* In-Band Registration (XEP-0077)devBohdan Horbeshko2023-08-283-2/+244
* 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-033-16/+53
* Revert sending carbons for outgoing messages to other resources (they duplica...v1.7.3Bohdan Horbeshko2023-08-021-1/+0
* Prevent messages to a certain resource from being carbon-copiedv1.7.2Bohdan Horbeshko2023-08-021-0/+3
* 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-092-7/+10
* 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-052-1/+59
* Store message ids in Badger DBBohdan Horbeshko2023-06-033-2/+14
* Add /vcard commandBohdan Horbeshko2023-06-011-58/+48
* Warn about undelivered carbons to foreign serversv1.5.0Bohdan Horbeshko2023-03-201-0/+9
* gofmtBohdan Horbeshko2023-03-191-1/+1
* Simulate carbonsBohdan Horbeshko2023-03-193-23/+165
* Convert XEP-0461 replies to TelegramBohdan Horbeshko2023-03-152-7/+46
* Cut fallback quotes outBohdan Horbeshko2023-03-082-0/+52
* Show XEP-0461 replies from TelegramBohdan Horbeshko2023-03-053-6/+45
* Assign IDs from Telegram to XMPP messagesBohdan Horbeshko2023-03-042-6/+7
* OOBBohdan Horbeshko2023-01-161-0/+15
* Fix a crash on commands to unauthorized transportBohdan Horbeshko2023-01-131-1/+1
* gofmtBohdan Horbeshko2022-06-302-2/+2
* Add IMPP to vCard4Bohdan Horbeshko2022-06-301-0/+8
* Update the contact nickname when a chat title has changedBohdan Horbeshko2022-06-301-0/+42
* Retrieve Bio / Description for vCard desc / noteBohdan Horbeshko2022-06-292-3/+23
* Support vCard4 via PubSubBohdan Horbeshko2022-06-292-12/+129
* 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-262-2/+10
* gofmtv1.2.0Bohdan Horbeshko2022-04-012-7/+9
* Limit the file storage by an optional quotaBohdan Horbeshko2022-04-013-0/+214
* 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-083-11/+11
* Attach resource to presences to prevent unwanted behaviour of some clientsBohdan Horbeshko2022-02-081-0/+9
* 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-312-1/+20
* Fix concurrent map writes in presence queueBohdan Horbeshko2022-01-292-0/+6
* 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-063-8/+45
* Multiple resources handlingBohdan Horbeshko2022-01-032-6/+7
* Fix %!(MISSING) and other formatting issuesBohdan Horbeshko2021-12-184-10/+22
* Try to resume connection and resend a stanza on failurebodqhrohro2020-01-103-9/+39