aboutsummaryrefslogtreecommitdiff
path: root/telegram
Commit message (Collapse)AuthorAgeFilesLines
* Add an asciiarrows option (for clients that do not support Unicode ones)v1.1.2Bohdan Horbeshko2022-02-142-9/+17
|
* Fix avatars losing && take care of avatar changesBohdan Horbeshko2022-02-122-25/+46
|
* Add /schedule command to send a message in certain timev1.1.0Bohdan Horbeshko2022-02-111-0/+81
|
* Add /silent command to send messages without soundBohdan Horbeshko2022-02-101-0/+23
|
* Fix existing testsv1.0.1Bohdan Horbeshko2022-02-091-26/+47
|
* Revert "Fix strel ochka"Bohdan Horbeshko2022-02-091-2/+2
| | | | This reverts commit d48cb8b58682d3b9c5798913de35ae62dd20dd38.
* gofmtBohdan Horbeshko2022-02-084-25/+26
|
* Add /ttl command to set time-to-live of messages in secret chatsBohdan Horbeshko2022-02-081-0/+19
|
* Add `rawmessages` configuration optionBohdan Horbeshko2022-02-082-1/+2
|
* Attach resource to presences to prevent unwanted behaviour of some clientsBohdan Horbeshko2022-02-082-0/+8
|
* Fix status update for users who blacklisted you or were online long time agoBohdan Horbeshko2022-02-072-16/+28
|
* The Proper Subscriptions FilterBohdan Horbeshko2022-02-063-30/+51
|
* Fix replies to non-text messagesBohdan Horbeshko2022-02-052-80/+118
|
* Support poll messagesBohdan Horbeshko2022-02-051-0/+22
|
* Support dice messagesBohdan Horbeshko2022-02-051-0/+3
|
* Support animated emoji messagesBohdan Horbeshko2022-02-051-2/+5
|
* Support contact messagesBohdan Horbeshko2022-02-051-0/+14
|
* Support venue messagesBohdan Horbeshko2022-02-051-5/+17
|
* Fix status caching and send status on subscriptionBohdan Horbeshko2022-02-051-1/+4
|
* 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-313-8/+41
|
* Fix links to not-yet-downloaded filesBohdan Horbeshko2022-01-312-15/+14
|
* Unhardcode some pathsBohdan Horbeshko2022-01-271-2/+7
|
* Force downloading the chat photo when vCard is requestedBohdan Horbeshko2022-01-272-10/+11
|
* Fix help message for /sBohdan Horbeshko2022-01-241-1/+1
|
* Migrate back to the upstream go-tdlibBohdan Horbeshko2022-01-179-104/+102
|
* 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-082-75/+81
|
* /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-063-8/+12
|
* Fix strel ochkaBohdan Horbeshko2022-01-031-2/+2
|
* Multiple resources handlingBohdan Horbeshko2022-01-034-24/+77
|
* Fix subscriptions after logging inBohdan Horbeshko2022-01-011-27/+23
|
* Temporarily switch to a fork of go-tdlibBohdan Horbeshko2021-12-299-9/+9
|
* Fix %!(MISSING) and other formatting issuesBohdan Horbeshko2021-12-183-7/+29
|