aboutsummaryrefslogtreecommitdiff
path: root/telegram/utils.go
Commit message (Expand)AuthorAgeFilesLines
* Add /forward commandBohdan Horbeshko2022-03-121-0/+53
* Merge adjacent formatting entities of same kindBohdan Horbeshko2022-03-111-7/+7
* Move downloaded files to a permanent locationBohdan Horbeshko2022-03-091-24/+59
* Support ! prefix for commands in addition to /Bohdan Horbeshko2022-02-141-1/+1
* Add an asciiarrows option (for clients that do not support Unicode ones)v1.1.2Bohdan Horbeshko2022-02-141-3/+11
* Fix avatars losing && take care of avatar changesBohdan Horbeshko2022-02-121-0/+6
* Revert "Fix strel ochka"Bohdan Horbeshko2022-02-091-2/+2
* gofmtBohdan Horbeshko2022-02-081-3/+3
* Attach resource to presences to prevent unwanted behaviour of some clientsBohdan Horbeshko2022-02-081-0/+1
* Fix status update for users who blacklisted you or were online long time agoBohdan Horbeshko2022-02-071-12/+24
* The Proper Subscriptions FilterBohdan Horbeshko2022-02-061-0/+20
* Fix replies to non-text messagesBohdan Horbeshko2022-02-051-79/+117
* Support poll messagesBohdan Horbeshko2022-02-051-0/+22
* Support dice messagesBohdan Horbeshko2022-02-051-0/+3
* Support animated emoji messagesBohdan Horbeshko2022-02-051-2/+5
* Support contact messagesBohdan Horbeshko2022-02-051-0/+14
* Support venue messagesBohdan Horbeshko2022-02-051-5/+17
* Fix status caching and send status on subscriptionBohdan Horbeshko2022-02-051-1/+4
* Fix links to tiny imagesBohdan Horbeshko2022-02-041-1/+1
* Use UniqueId for file URLsBohdan Horbeshko2022-02-041-1/+1
* Add MessageForwardOriginMessageImport supportBohdan Horbeshko2022-02-031-3/+5
* Support passing user ids to commands that accept @usernamesBohdan Horbeshko2022-02-021-6/+18
* Add /mute / /unmute commandsBohdan Horbeshko2022-02-011-9/+3
* Fix SIGSEGV when a message sender is nilBohdan Horbeshko2022-02-011-7/+9
* Mark expired online statuses as awayBohdan Horbeshko2022-01-311-6/+29
* Fix links to not-yet-downloaded filesBohdan Horbeshko2022-01-311-7/+9
* Force downloading the chat photo when vCard is requestedBohdan Horbeshko2022-01-271-0/+9
* Migrate back to the upstream go-tdlibBohdan Horbeshko2022-01-171-40/+40
* Refactor some chat commandsBohdan Horbeshko2022-01-171-0/+15
* ForwardInfo refactoringBohdan Horbeshko2022-01-101-24/+30
* Make /s replace the whole message; fix replies and whitespace corruptionBohdan Horbeshko2022-01-081-60/+48
* /d / /s / /search commands refactoringBohdan Horbeshko2022-01-061-0/+10
* Add keeponline optionBohdan Horbeshko2022-01-061-5/+7
* Fix strel ochkaBohdan Horbeshko2022-01-031-2/+2
* Multiple resources handlingBohdan Horbeshko2022-01-031-0/+34
* Temporarily switch to a fork of go-tdlibBohdan Horbeshko2021-12-291-1/+1
* Fix %!(MISSING) and other formatting issuesBohdan Horbeshko2021-12-181-1/+1
* Fix a crash on big emojisBohdan Horbeshko2021-12-051-5/+16
* Migrate to TDlib 1.7.9Bohdan Horbeshko2021-12-041-38/+57
* Convert formatting entities to Markdownbodqhrohro2020-01-101-7/+37
* Resend chat statuses on probe presencebodqhrohro2020-01-051-2/+10
* Verbose errors for message formatting failuresbodqhrohro2019-12-301-1/+1
* Make the chats/users cache thread-safebodqhrohro2019-12-281-5/+5
* Migrate some comments from Zhabogram; change queue behaviourbodqhrohro2019-12-221-0/+1
* Respond for message sending errorsbodqhrohro2019-12-211-1/+9
* Fix breaking the TDlib data on graceful exitbodqhrohro2019-12-151-4/+4
* Timezone supportbodqhrohro2019-12-121-6/+10
* lintbodqhrohro2019-12-101-3/+3
* Treat contact lookups as successful if user is found but chat is notbodqhrohro2019-12-071-1/+6
* Add replace commandbodqhrohro2019-12-071-36/+46