aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Send recent history on MUC joinBohdan Horbeshko2023-09-197-99/+256
|
* Fix returning MUC join errorsBohdan Horbeshko2023-09-181-6/+8
|
* Send real JID for room occupantsBohdan Horbeshko2023-09-183-7/+16
|
* Send the own MUC member the last with status codes 110/210 according to the specBohdan Horbeshko2023-09-183-7/+57
|
* Suppress nickname presences for MUCs betterBohdan Horbeshko2023-09-182-1/+9
|
* Send memberlist on MUC join, suppress PM statuses for MUC JIDsBohdan Horbeshko2023-09-184-0/+189
|
* Merge hotfix: remove redundant "registered" identityBohdan Horbeshko2023-09-171-3/+1
|
* Merge branch 'master' into mucBohdan Horbeshko2023-09-1722-436/+2375
|\
| * 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
| |
| * Convert XEP-0461 replies to TelegramBohdan Horbeshko2023-03-155-16/+59
| |
| * Fix testsBohdan Horbeshko2023-03-081-6/+42
| |
| * Cut fallback quotes outBohdan Horbeshko2023-03-083-9/+80
| |
| * Show XEP-0461 replies from TelegramBohdan Horbeshko2023-03-058-58/+168
| |
| * Assign IDs from Telegram to XMPP messagesBohdan Horbeshko2023-03-046-16/+28
| |