aboutsummaryrefslogtreecommitdiff
path: root/telegram/utils.go
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add delete commandbodqhrohro2019-12-061-1/+1
* Make chats/users cache privatebodqhrohro2019-12-051-5/+5
* Replace Itoa with FormatIntbodqhrohro2019-12-041-6/+6
* Fix lossy int64->int32 conversionbodqhrohro2019-12-041-24/+27
* Send messages to Telegrambodqhrohro2019-12-031-1/+65
* Support commands in mapped chatsbodqhrohro2019-12-031-2/+11
* lintbodqhrohro2019-12-021-2/+1
* Tests for message formatters, fix broken timestamp testsbodqhrohro2019-12-021-2/+2
* Handle updates of newmessagebodqhrohro2019-12-011-4/+243
* Fix calculating SHA1 for photo updatesbodqhrohro2019-12-011-1/+1
* Fix last-seen-at formatbodqhrohro2019-12-011-1/+1
* Handle updates of newchatbodqhrohro2019-11-301-38/+40
* Handle updates of user statusbodqhrohro2019-11-291-0/+170