aboutsummaryrefslogtreecommitdiff
path: root/telegram
Commit message (Expand)AuthorAgeFilesLines
* Don't subscribe to chat updates with no conversationsbodqhrohro2020-01-101-1/+5
* Convert formatting entities to Markdownbodqhrohro2020-01-103-7/+410
* Resend chat statuses on probe presencebodqhrohro2020-01-053-11/+70
* Display existing symlink errors as warningsbodqhrohro2019-12-311-1/+6
* Remove excessive listener that caused stucking after 1000 updatesbodqhrohro2019-12-312-4/+1
* Asynchronous message processing with guaranteed sequential per-chat deliverybodqhrohro2019-12-302-71/+93
* Verbose errors for message formatting failuresbodqhrohro2019-12-301-1/+1
* Make the chats/users cache thread-safebodqhrohro2019-12-286-22/+99
* Migrate some comments from Zhabogram; change queue behaviourbodqhrohro2019-12-221-0/+1
* Make status updates asynchronousbodqhrohro2019-12-211-3/+3
* Add comments for auth stagesbodqhrohro2019-12-211-0/+4
* Respond for message sending errorsbodqhrohro2019-12-211-1/+9
* More relogin fixes, prevent crashing by commands when offlinebodqhrohro2019-12-193-9/+50
* Relogin fixbodqhrohro2019-12-192-6/+12
* Reconnect fixbodqhrohro2019-12-172-3/+23
* Catch timeout settingbodqhrohro2019-12-162-12/+21
* 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-153-13/+22
* Timezone supportbodqhrohro2019-12-124-20/+40
* lintbodqhrohro2019-12-102-7/+7
* Add /members commandbodqhrohro2019-12-081-1/+33
* Add /history commandbodqhrohro2019-12-081-21/+43
* Add /search commandbodqhrohro2019-12-081-7/+35
* Add /delete commandbodqhrohro2019-12-081-19/+24
* Add /close commandbodqhrohro2019-12-081-1/+25
* Add /leave commandbodqhrohro2019-12-081-1/+24
* Add /ban commandbodqhrohro2019-12-081-13/+45
* Add /kick commandbodqhrohro2019-12-081-14/+44
* Add /invite commandbodqhrohro2019-12-081-0/+32
* Add /block and /unblock commandsbodqhrohro2019-12-081-0/+20
* Add /secret and /group commandsbodqhrohro2019-12-081-0/+28
* Add /supergroup and /channel commandsbodqhrohro2019-12-081-0/+27
* Add /join commandbodqhrohro2019-12-081-0/+12
* Treat contact lookups as successful if user is found but chat is notbodqhrohro2019-12-071-1/+6
* Add /add commandbodqhrohro2019-12-071-0/+22
* Add replace commandbodqhrohro2019-12-072-36/+91
* Prevent possible segfault on picking message IDs for deletionbodqhrohro2019-12-071-1/+4
* Add delete commandbodqhrohro2019-12-062-5/+48
* Add /config commandbodqhrohro2019-12-051-1/+25
* Add /set* commandsbodqhrohro2019-12-051-10/+66
* Add logout commandbodqhrohro2019-12-051-2/+27
* Send unavailable status to cached chats on disconnectbodqhrohro2019-12-051-1/+11
* Make chats/users cache privatebodqhrohro2019-12-053-18/+18
* Replace Itoa with FormatIntbodqhrohro2019-12-042-8/+8
* Fix lossy int64->int32 conversionbodqhrohro2019-12-042-27/+30
* Improve debug logging of Telegram updatesbodqhrohro2019-12-041-0/+6
* Fix segfault on graceful exitbodqhrohro2019-12-041-1/+1
* Handle downloaded filesbodqhrohro2019-12-041-0/+36
* Handle edits and deletionsbodqhrohro2019-12-041-0/+45
* Send messages to Telegrambodqhrohro2019-12-032-3/+67