aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add /report commandBohdan Horbeshko2022-02-261-0/+22
* Fix a crash on spoilersv1.1.3Bohdan Horbeshko2022-02-191-0/+4
* Support ! prefix for commands in addition to /Bohdan Horbeshko2022-02-143-2/+3
* Add an asciiarrows option (for clients that do not support Unicode ones)v1.1.2Bohdan Horbeshko2022-02-144-9/+29
* Make incoming messages to the transport trigger a subscriptionBohdan Horbeshko2022-02-141-3/+10
* Fix initializing a TDlib instance after subscribing to the transportBohdan Horbeshko2022-02-131-1/+1
* Change the example component port (as it leads to confusion too often)v1.1.1Bohdan Horbeshko2022-02-121-1/+1
* Fix avatars losing && take care of avatar changesBohdan Horbeshko2022-02-122-25/+46
* Add a reference to telegabber-dockerBohdan Horbeshko2022-02-121-0/+4
* 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-092-28/+52
* Revert "Fix strel ochka"Bohdan Horbeshko2022-02-091-2/+2
* Add Apache attack helicopter^W^W licensev1.0.0Bohdan Horbeshko2022-02-091-0/+202
* gofmtBohdan Horbeshko2022-02-087-36/+37
* Add /ttl command to set time-to-live of messages in secret chatsBohdan Horbeshko2022-02-081-0/+19
* Add `rawmessages` configuration optionBohdan Horbeshko2022-02-083-4/+16
* Attach resource to presences to prevent unwanted behaviour of some clientsBohdan Horbeshko2022-02-083-0/+17
* Add disco query responderBohdan Horbeshko2022-02-081-0/+33
* 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-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