aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Reject MUC nickname change attemptsmucBohdan Horbeshko2023-10-042-0/+106
|
* Reflect name change of Telegram user in all MUCsBohdan Horbeshko2023-10-045-19/+111
|
* Handle MUC PM attemptsBohdan Horbeshko2023-09-302-25/+47
|
* Detect the "Have no write access to the chat" error from TelegramBohdan Horbeshko2023-09-292-0/+10
|
* Return outgoing message errors as message error stanzas (only in groupchats yet)Bohdan Horbeshko2023-09-293-23/+62
|
* Advertise muc#stable_id featureBohdan Horbeshko2023-09-291-1/+5
|
* Display outgoing MUC messagesBohdan Horbeshko2023-09-292-25/+50
|
* Return registration-required instead of not-authorizedBohdan Horbeshko2023-09-281-3/+3
|
* Send last pinned message as subject on MUC joinBohdan Horbeshko2023-09-283-11/+47
|
* Add MUC history limit (maxstanzas only)Bohdan Horbeshko2023-09-192-5/+9
|
* Original sender JID in MUCs (why?)Bohdan Horbeshko2023-09-194-10/+46
|
* 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
| |