aboutsummaryrefslogtreecommitdiff
path: root/telegram/client.go
Commit message (Expand)AuthorAgeFilesLines
* Avoid webpage preview updates being sent as message edits (by hash matching)Bohdan Horbeshko2023-07-221-0/+7
* Revert "Avoid webpage preview updates being sent as message edits"Bohdan Horbeshko2023-07-211-3/+0
* Avoid webpage preview updates being sent as message editsBohdan Horbeshko2023-07-161-0/+3
* Send carbons for outgoing messages to other resourcesBohdan Horbeshko2023-07-091-1/+5
* Fix crash on loginBohdan Horbeshko2023-01-231-1/+1
* Always send XMPP messages with a resourceBohdan Horbeshko2022-05-261-7/+0
* gofmtBohdan Horbeshko2022-02-081-9/+9
* Attach resource to presences to prevent unwanted behaviour of some clientsBohdan Horbeshko2022-02-081-0/+7
* Mark expired online statuses as awayBohdan Horbeshko2022-01-311-0/+10
* Unhardcode some pathsBohdan Horbeshko2022-01-271-2/+7
* Migrate back to the upstream go-tdlibBohdan Horbeshko2022-01-171-3/+3
* Multiple resources handlingBohdan Horbeshko2022-01-031-6/+9
* Temporarily switch to a fork of go-tdlibBohdan Horbeshko2021-12-291-1/+1
* Migrate to TDlib 1.7.9Bohdan Horbeshko2021-12-041-1/+1
* Remove excessive listener that caused stucking after 1000 updatesbodqhrohro2019-12-311-1/+0
* Asynchronous message processing with guaranteed sequential per-chat deliverybodqhrohro2019-12-301-1/+4
* Make the chats/users cache thread-safebodqhrohro2019-12-281-12/+5
* More relogin fixes, prevent crashing by commands when offlinebodqhrohro2019-12-191-0/+1
* Catch timeout settingbodqhrohro2019-12-161-10/+19
* Fix breaking the TDlib data on graceful exitbodqhrohro2019-12-151-2/+2
* Make chats/users cache privatebodqhrohro2019-12-051-11/+11
* Handle updates of newmessagebodqhrohro2019-12-011-0/+2
* Handle updates of user statusbodqhrohro2019-11-291-18/+17
* Fetch user info and chats on successful authorizationbodqhrohro2019-11-271-4/+9
* Implement an own authorizerbodqhrohro2019-11-251-2/+2
* Telegram authorizationbodqhrohro2019-11-241-3/+11
* Save sessions on exitbodqhrohro2019-11-191-2/+2
* Spawn TDlib instances for recovered sessionsbodqhrohro2019-11-121-1/+4
* telegram package refactoringbodqhrohro2019-11-051-33/+7
* Set logging level for Logrus and TDlib from configbodqhrohro2019-11-051-7/+7
* Presence/iq handling and rudimental telegram clientbodqhrohro2019-11-041-0/+118