aboutsummaryrefslogtreecommitdiff
path: root/telegram
Commit message (Expand)AuthorAgeFilesLines
* Send last pinned message as subject on MUC joinBohdan Horbeshko2023-09-281-0/+22
* Add MUC history limit (maxstanzas only)Bohdan Horbeshko2023-09-191-2/+2
* Original sender JID in MUCs (why?)Bohdan Horbeshko2023-09-192-3/+10
* Send recent history on MUC joinBohdan Horbeshko2023-09-194-83/+177
* Send real JID for room occupantsBohdan Horbeshko2023-09-181-3/+5
* Send the own MUC member the last with status codes 110/210 according to the specBohdan Horbeshko2023-09-181-3/+34
* Suppress nickname presences for MUCs betterBohdan Horbeshko2023-09-182-1/+9
* Send memberlist on MUC join, suppress PM statuses for MUC JIDsBohdan Horbeshko2023-09-181-0/+55
* Merge branch 'master' into mucBohdan Horbeshko2023-09-177-317/+1109
|\
| * 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 duplica...v1.7.3Bohdan Horbeshko2023-08-023-20/+12
| * | 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
| * 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
| * Force update nicknames via PubSub and presences on reconnectBohdan Horbeshko2023-06-301-0/+15
| * 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
| * Version 1.6.0v1.6.0Bohdan Horbeshko2023-06-083-8/+8
| * Set origin id, if available, to replies bridged from TelegramBohdan Horbeshko2023-06-081-1/+5
| * XEP-0308 message editingBohdan Horbeshko2023-06-052-17/+27
| * Refactor ProcessOutgoingMessageBohdan Horbeshko2023-06-042-71/+54
| * Store message ids in Badger DBBohdan Horbeshko2023-06-032-5/+10
| * Add /vcard commandBohdan Horbeshko2023-06-012-21/+128
| * Add `hideids` configuration optionBohdan Horbeshko2023-03-191-19/+38
| * gofmtBohdan Horbeshko2023-03-193-9/+9
| * Simulate carbonsBohdan Horbeshko2023-03-193-4/+77
| * Convert XEP-0461 replies to TelegramBohdan Horbeshko2023-03-152-8/+12
| * Fix testsBohdan Horbeshko2023-03-081-6/+42
| * Cut fallback quotes outBohdan Horbeshko2023-03-081-9/+28
| * Show XEP-0461 replies from TelegramBohdan Horbeshko2023-03-055-52/+123
| * Assign IDs from Telegram to XMPP messagesBohdan Horbeshko2023-03-044-10/+21
| * Fix crash on loginBohdan Horbeshko2023-01-232-6/+7
| * Separate labels for OOB messagesBohdan Horbeshko2023-01-181-1/+8
| * Make OOB compatible with RawMessagesBohdan Horbeshko2023-01-161-17/+17
| * OOBBohdan Horbeshko2023-01-162-11/+24
| * Make commands not bound to a certain chat available as transport commands tooBohdan Horbeshko2022-08-151-66/+102
| * Registration supportBohdan Horbeshko2022-08-152-12/+36