aboutsummaryrefslogtreecommitdiff
path: root/telegram/handlers.go
Commit message (Expand)AuthorAgeFilesLines
* Temporarily switch to a fork of go-tdlibBohdan Horbeshko2021-12-291-1/+1
* Fix %!(MISSING) and other formatting issuesBohdan Horbeshko2021-12-181-1/+1
* Migrate to TDlib 1.7.9Bohdan Horbeshko2021-12-041-23/+23
* Apply formatting to edited messagesbodqhrohro2020-01-131-1/+7
* Don't subscribe to chat updates with no conversationsbodqhrohro2020-01-101-1/+5
* Resend chat statuses on probe presencebodqhrohro2020-01-051-3/+3
* Display existing symlink errors as warningsbodqhrohro2019-12-311-1/+6
* Asynchronous message processing with guaranteed sequential per-chat deliverybodqhrohro2019-12-301-70/+89
* Make the chats/users cache thread-safebodqhrohro2019-12-281-2/+2
* Make status updates asynchronousbodqhrohro2019-12-211-3/+3
* Reconnect fixbodqhrohro2019-12-171-0/+16
* Timezone supportbodqhrohro2019-12-121-2/+2
* Make chats/users cache privatebodqhrohro2019-12-051-2/+2
* Replace Itoa with FormatIntbodqhrohro2019-12-041-2/+2
* Fix lossy int64->int32 conversionbodqhrohro2019-12-041-3/+3
* Improve debug logging of Telegram updatesbodqhrohro2019-12-041-0/+6
* Handle downloaded filesbodqhrohro2019-12-041-0/+36
* Handle edits and deletionsbodqhrohro2019-12-041-0/+45
* Handle updates of newmessagebodqhrohro2019-12-011-0/+58
* Handle updates of newchatbodqhrohro2019-11-301-2/+51
* Handle updates of userstatusbodqhrohro2019-11-291-0/+12
* Handle updates of user statusbodqhrohro2019-11-291-0/+38