aboutsummaryrefslogtreecommitdiff
path: root/telegram/commands.go
Commit message (Expand)AuthorAgeFilesLines
* Send nick in messages (specially für Sava, but nahuj nado)message-nickBohdan Horbeshko2023-06-271-0/+1
* 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
* Add /link command to retrieve chat invite linkBohdan Horbeshko2022-02-011-0/+10
* Fix help message for /sBohdan Horbeshko2022-01-241-1/+1
* Migrate back to the upstream go-tdlibBohdan Horbeshko2022-01-171-31/+31
* Refactor some chat commandsBohdan Horbeshko2022-01-171-90/+65
* Make /s replace the whole message; fix replies and whitespace corruptionBohdan Horbeshko2022-01-081-15/+33
* /d / /s / /search commands refactoringBohdan Horbeshko2022-01-061-21/+6
* Fix retrieving only 1 message in /historyBohdan Horbeshko2022-01-061-6/+15
* Add keeponline optionBohdan Horbeshko2022-01-061-1/+3
* Multiple resources handlingBohdan Horbeshko2022-01-031-2/+2
* Temporarily switch to a fork of go-tdlibBohdan Horbeshko2021-12-291-1/+1
* Migrate to TDlib 1.7.9Bohdan Horbeshko2021-12-041-38/+48
* Make the chats/users cache thread-safebodqhrohro2019-12-281-1/+1
* More relogin fixes, prevent crashing by commands when offlinebodqhrohro2019-12-191-7/+45
* Relogin fixbodqhrohro2019-12-191-6/+11
* Timezone supportbodqhrohro2019-12-121-1/+1
* lintbodqhrohro2019-12-101-4/+4
* Add /members commandbodqhrohro2019-12-081-1/+33
* Add /history commandbodqhrohro2019-12-081-21/+43
* Add /search commandbodqhrohro2019-12-081-7/+35
* Add /delete commandbodqhrohro2019-12-081-19/+24