aboutsummaryrefslogtreecommitdiff
path: root/telegram/connect.go
Commit message (Expand)AuthorAgeFilesLines
* Migrate to TDLib 1.8.14 (multiple usernames support)Bohdan Horbeshko2023-08-011-9/+3
* Add /cancelauth commandBohdan Horbeshko2023-06-161-5/+25
* Show XEP-0461 replies from TelegramBohdan Horbeshko2023-03-051-4/+4
* Assign IDs from Telegram to XMPP messagesBohdan Horbeshko2023-03-041-4/+4
* Fix crash on loginBohdan Horbeshko2023-01-231-5/+6
* Registration supportBohdan Horbeshko2022-08-151-1/+17
* Release the authorization lock on client initialization errorBohdan Horbeshko2022-05-141-0/+1
* gofmtBohdan Horbeshko2022-02-081-1/+1
* Migrate back to the upstream go-tdlibBohdan Horbeshko2022-01-171-3/+1
* Add keeponline optionBohdan Horbeshko2022-01-061-2/+2
* Multiple resources handlingBohdan Horbeshko2022-01-031-16/+32
* Fix subscriptions after logging inBohdan Horbeshko2022-01-011-27/+23
* Temporarily switch to a fork of go-tdlibBohdan Horbeshko2021-12-291-1/+1
* Lower the interactor error to warningBohdan Horbeshko2021-12-051-2/+1
* Fix a crash on big emojisBohdan Horbeshko2021-12-051-0/+1
* Remove excessive listener that caused stucking after 1000 updatesbodqhrohro2019-12-311-3/+1
* Make the chats/users cache thread-safebodqhrohro2019-12-281-2/+2
* Add comments for auth stagesbodqhrohro2019-12-211-0/+4
* More relogin fixes, prevent crashing by commands when offlinebodqhrohro2019-12-191-2/+4
* Relogin fixbodqhrohro2019-12-191-0/+1
* Reconnect fixbodqhrohro2019-12-171-3/+7
* Catch timeout settingbodqhrohro2019-12-161-2/+2
* Connect on probe presence (for clients that do not send online presence first)bodqhrohro2019-12-151-1/+4
* Fix breaking the TDlib data on graceful exitbodqhrohro2019-12-151-7/+16
* Send unavailable status to cached chats on disconnectbodqhrohro2019-12-051-1/+11
* Fix segfault on graceful exitbodqhrohro2019-12-041-1/+1
* Handle updates of user statusbodqhrohro2019-11-291-4/+7
* Fetch user info and chats on successful authorizationbodqhrohro2019-11-271-1/+26
* Implement an own authorizerbodqhrohro2019-11-251-1/+79
* Telegram authorizationbodqhrohro2019-11-241-21/+36
* Handle unsubscribe presence too, improve loggingbodqhrohro2019-11-211-0/+7
* Fix presence handling and lockup on TDlib instance creationbodqhrohro2019-11-081-0/+25
* telegram package refactoringbodqhrohro2019-11-051-0/+36