aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix status caching and send status on subscriptionBohdan Horbeshko2022-02-052-27/+60
|
* Fix links to tiny imagesBohdan Horbeshko2022-02-041-1/+1
|
* Use UniqueId for file URLsBohdan Horbeshko2022-02-042-2/+2
|
* Refine download prioritiesBohdan Horbeshko2022-02-041-2/+2
|
* Add MessageForwardOriginMessageImport supportBohdan Horbeshko2022-02-031-3/+5
|
* Add leave! command to leave group as ownerBohdan Horbeshko2022-02-031-5/+28
|
* Add /unban / /promote commandsBohdan Horbeshko2022-02-031-0/+58
|
* Support passing user ids to commands that accept @usernamesBohdan Horbeshko2022-02-021-6/+18
|
* Add /mute / /unmute commandsBohdan Horbeshko2022-02-012-11/+74
|
* Refactor the /members commandBohdan Horbeshko2022-02-011-6/+1
|
* Add /link command to retrieve chat invite linkBohdan Horbeshko2022-02-011-0/+10
|
* Another attempt to block unwanted auth requestsBohdan Horbeshko2022-02-011-2/+9
|
* Fix SIGSEGV when a message sender is nilBohdan Horbeshko2022-02-011-7/+9
|
* Mark expired online statuses as awayBohdan Horbeshko2022-01-315-9/+61
|
* Fix links to not-yet-downloaded filesBohdan Horbeshko2022-01-312-15/+14
|
* Fix concurrent map writes in presence queueBohdan Horbeshko2022-01-292-0/+6
|
* Unhardcode some pathsBohdan Horbeshko2022-01-276-11/+21
|
* Force downloading the chat photo when vCard is requestedBohdan Horbeshko2022-01-273-10/+22
|
* Re-upload the forked go-xmppBohdan Horbeshko2022-01-262-1/+3
|
* Remove legacy lib_path parameterBohdan Horbeshko2022-01-266-9/+1
|
* Fix help message for /sBohdan Horbeshko2022-01-241-1/+1
|
* Migrate back to the upstream go-tdlibBohdan Horbeshko2022-01-1711-106/+105
|
* Refactor some chat commandsBohdan Horbeshko2022-01-172-90/+80
|
* Revert "Don't subscribe to chat updates with no conversations"Bohdan Horbeshko2022-01-171-5/+1
| | | | | This reverts commit 23f2a85301f2ee5af867fa774a406cf308733714. (Why did I add this at all, lol.)
* File download priority fine-tuningBohdan Horbeshko2022-01-101-3/+3
|
* ForwardInfo refactoringBohdan Horbeshko2022-01-101-24/+30
|
* Make /s replace the whole message; fix replies and whitespace corruptionBohdan Horbeshko2022-01-083-76/+82
|
* /d / /s / /search commands refactoringBohdan Horbeshko2022-01-062-21/+16
|
* Fix retrieving only 1 message in /historyBohdan Horbeshko2022-01-061-6/+15
|
* Add keeponline optionBohdan Horbeshko2022-01-067-19/+94
|
* Fix strel ochkaBohdan Horbeshko2022-01-031-2/+2
|
* Multiple resources handlingBohdan Horbeshko2022-01-036-30/+84
|
* Fix subscriptions after logging inBohdan Horbeshko2022-01-011-27/+23
|
* Temporarily switch to a fork of go-tdlibBohdan Horbeshko2021-12-2911-11/+13
|
* Fix %!(MISSING) and other formatting issuesBohdan Horbeshko2021-12-189-19/+59
|
* Lower the interactor error to warningBohdan Horbeshko2021-12-051-2/+1
|
* Fix a crash on big emojisBohdan Horbeshko2021-12-052-5/+17
|
* Migrate to TDlib 1.7.9Bohdan Horbeshko2021-12-048-112/+139
|
* Apply formatting to edited messagesbodqhrohro2020-01-131-1/+7
|
* Add pprofbodqhrohro2020-01-132-0/+17
|
* Remove redundant slash in READMEbodqhrohro2020-01-101-1/+1
|
* Try to resume connection and resend a stanza on failurebodqhrohro2020-01-103-9/+39
|
* Don't subscribe to chat updates with no conversationsbodqhrohro2020-01-101-1/+5
|
* Convert formatting entities to Markdownbodqhrohro2020-01-104-8/+411
|
* Resend chat statuses on probe presencebodqhrohro2020-01-054-11/+79
|
* 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
|