aboutsummaryrefslogtreecommitdiff
path: root/telegram/commands.go
Commit message (Expand)AuthorAgeFilesLines
* Fix crashes in commands due to not found contactsBohdan Horbeshko2024-02-181-0/+27
* Show member dropdowns in chat administration formsBohdan Horbeshko2024-02-181-19/+7
* Filter available commands by chat typeBohdan Horbeshko2024-02-151-50/+77
* Stable command order in help and Ad-Hoc listBohdan Horbeshko2024-02-111-1/+18
* Ad-Hoc support for chat commandsBohdan Horbeshko2024-02-101-64/+10
* Form support for transport Ad-Hoc commands with argumentsBohdan Horbeshko2024-02-031-7/+14
* Declaratively specify optional and required command argumentsBohdan Horbeshko2024-02-011-62/+71
* Basic Ad-Hoc support for transport commandsBohdan Horbeshko2024-01-311-19/+39
* Reflect Telegram edits natively by nativeedits optionBohdan Horbeshko2024-01-291-1/+13
* Request and send to Telegram XEP-0333 displayed markers by "receipts" optionBohdan Horbeshko2024-01-271-0/+1
* Fix presences sent with no resourceBohdan Horbeshko2024-01-251-6/+2
* Support chosen quotes in replies and replies from other chatsBohdan Horbeshko2024-01-101-1/+1
* Migrate to TDLib 1.8.21Bohdan Horbeshko2023-11-121-5/+5
* Hotfix: prevent lockup on loginv1.8.2Bohdan Horbeshko2023-09-011-3/+6
* Harden the authorizer access to prevent crashesv1.8.1Bohdan Horbeshko2023-09-011-0/+6
* In-Band Registration (XEP-0077)devBohdan Horbeshko2023-08-281-31/+21
* Support urn:xmpp:privilege:2v1.7.4Bohdan Horbeshko2023-08-031-1/+1
* Revert sending carbons for outgoing messages to other resources (they duplica...v1.7.3Bohdan Horbeshko2023-08-021-1/+1
* Version 1.7.0v1.7.0Bohdan Horbeshko2023-08-011-2/+2
* Migrate to TDLib 1.8.14 (multiple usernames support)Bohdan Horbeshko2023-08-011-9/+17
* Send carbons for outgoing messages to other resourcesBohdan Horbeshko2023-07-091-2/+5
* Fix a crash by auth commands when onlineBohdan Horbeshko2023-06-161-1/+5
* Add /cancelauth commandBohdan Horbeshko2023-06-161-1/+9
* Version 1.6.0v1.6.0Bohdan Horbeshko2023-06-081-1/+1
* Refactor ProcessOutgoingMessageBohdan Horbeshko2023-06-041-3/+3
* Store message ids in Badger DBBohdan Horbeshko2023-06-031-3/+3
* Add /vcard commandBohdan Horbeshko2023-06-011-0/+20
* gofmtBohdan Horbeshko2023-03-191-4/+4
* Simulate carbonsBohdan Horbeshko2023-03-191-0/+5
* Convert XEP-0461 replies to TelegramBohdan Horbeshko2023-03-151-3/+3
* Show XEP-0461 replies from TelegramBohdan Horbeshko2023-03-051-0/+2
* Assign IDs from Telegram to XMPP messagesBohdan Horbeshko2023-03-041-1/+4
* Make commands not bound to a certain chat available as transport commands tooBohdan Horbeshko2022-08-151-66/+102
* Registration supportBohdan Horbeshko2022-08-151-11/+19
* Support /join @publicgroup syntaxBohdan Horbeshko2022-06-221-7/+25
* Implement robust history fetchingBohdan Horbeshko2022-05-181-8/+16
* Add /forward commandBohdan Horbeshko2022-03-121-0/+31
* gofmtBohdan Horbeshko2022-03-091-3/+3
* Add /report commandBohdan Horbeshko2022-02-261-0/+22
* Support ! prefix for commands in addition to /Bohdan Horbeshko2022-02-141-0/+1
* Add /schedule command to send a message in certain timev1.1.0Bohdan Horbeshko2022-02-111-0/+81
* Add /silent command to send messages without soundBohdan Horbeshko2022-02-101-0/+23
* gofmtBohdan Horbeshko2022-02-081-12/+13
* Add /ttl command to set time-to-live of messages in secret chatsBohdan Horbeshko2022-02-081-0/+19
* Add `rawmessages` configuration optionBohdan Horbeshko2022-02-081-0/+1
* The Proper Subscriptions FilterBohdan Horbeshko2022-02-061-6/+1
* Add leave! command to leave group as ownerBohdan Horbeshko2022-02-031-5/+28
* Add /unban / /promote commandsBohdan Horbeshko2022-02-031-0/+58
* Add /mute / /unmute commandsBohdan Horbeshko2022-02-011-2/+71
* Refactor the /members commandBohdan Horbeshko2022-02-011-6/+1