Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add an asciiarrows option (for clients that do not support Unicode ones)v1.1.2 | Bohdan Horbeshko | 2022-02-14 | 2 | -9/+17 |
| | |||||
* | Fix avatars losing && take care of avatar changes | Bohdan Horbeshko | 2022-02-12 | 2 | -25/+46 |
| | |||||
* | Add /schedule command to send a message in certain timev1.1.0 | Bohdan Horbeshko | 2022-02-11 | 1 | -0/+81 |
| | |||||
* | Add /silent command to send messages without sound | Bohdan Horbeshko | 2022-02-10 | 1 | -0/+23 |
| | |||||
* | Fix existing testsv1.0.1 | Bohdan Horbeshko | 2022-02-09 | 1 | -26/+47 |
| | |||||
* | Revert "Fix strel ochka" | Bohdan Horbeshko | 2022-02-09 | 1 | -2/+2 |
| | | | | This reverts commit d48cb8b58682d3b9c5798913de35ae62dd20dd38. | ||||
* | gofmt | Bohdan Horbeshko | 2022-02-08 | 4 | -25/+26 |
| | |||||
* | Add /ttl command to set time-to-live of messages in secret chats | Bohdan Horbeshko | 2022-02-08 | 1 | -0/+19 |
| | |||||
* | Add `rawmessages` configuration option | Bohdan Horbeshko | 2022-02-08 | 2 | -1/+2 |
| | |||||
* | Attach resource to presences to prevent unwanted behaviour of some clients | Bohdan Horbeshko | 2022-02-08 | 2 | -0/+8 |
| | |||||
* | Fix status update for users who blacklisted you or were online long time ago | Bohdan Horbeshko | 2022-02-07 | 2 | -16/+28 |
| | |||||
* | The Proper Subscriptions Filter | Bohdan Horbeshko | 2022-02-06 | 3 | -30/+51 |
| | |||||
* | Fix replies to non-text messages | Bohdan Horbeshko | 2022-02-05 | 2 | -80/+118 |
| | |||||
* | Support poll messages | Bohdan Horbeshko | 2022-02-05 | 1 | -0/+22 |
| | |||||
* | Support dice messages | Bohdan Horbeshko | 2022-02-05 | 1 | -0/+3 |
| | |||||
* | Support animated emoji messages | Bohdan Horbeshko | 2022-02-05 | 1 | -2/+5 |
| | |||||
* | Support contact messages | Bohdan Horbeshko | 2022-02-05 | 1 | -0/+14 |
| | |||||
* | Support venue messages | Bohdan Horbeshko | 2022-02-05 | 1 | -5/+17 |
| | |||||
* | Fix status caching and send status on subscription | Bohdan Horbeshko | 2022-02-05 | 1 | -1/+4 |
| | |||||
* | Fix links to tiny images | Bohdan Horbeshko | 2022-02-04 | 1 | -1/+1 |
| | |||||
* | Use UniqueId for file URLs | Bohdan Horbeshko | 2022-02-04 | 2 | -2/+2 |
| | |||||
* | Refine download priorities | Bohdan Horbeshko | 2022-02-04 | 1 | -2/+2 |
| | |||||
* | Add MessageForwardOriginMessageImport support | Bohdan Horbeshko | 2022-02-03 | 1 | -3/+5 |
| | |||||
* | Add leave! command to leave group as owner | Bohdan Horbeshko | 2022-02-03 | 1 | -5/+28 |
| | |||||
* | Add /unban / /promote commands | Bohdan Horbeshko | 2022-02-03 | 1 | -0/+58 |
| | |||||
* | Support passing user ids to commands that accept @usernames | Bohdan Horbeshko | 2022-02-02 | 1 | -6/+18 |
| | |||||
* | Add /mute / /unmute commands | Bohdan Horbeshko | 2022-02-01 | 2 | -11/+74 |
| | |||||
* | Refactor the /members command | Bohdan Horbeshko | 2022-02-01 | 1 | -6/+1 |
| | |||||
* | Add /link command to retrieve chat invite link | Bohdan Horbeshko | 2022-02-01 | 1 | -0/+10 |
| | |||||
* | Another attempt to block unwanted auth requests | Bohdan Horbeshko | 2022-02-01 | 1 | -2/+9 |
| | |||||
* | Fix SIGSEGV when a message sender is nil | Bohdan Horbeshko | 2022-02-01 | 1 | -7/+9 |
| | |||||
* | Mark expired online statuses as away | Bohdan Horbeshko | 2022-01-31 | 3 | -8/+41 |
| | |||||
* | Fix links to not-yet-downloaded files | Bohdan Horbeshko | 2022-01-31 | 2 | -15/+14 |
| | |||||
* | Unhardcode some paths | Bohdan Horbeshko | 2022-01-27 | 1 | -2/+7 |
| | |||||
* | Force downloading the chat photo when vCard is requested | Bohdan Horbeshko | 2022-01-27 | 2 | -10/+11 |
| | |||||
* | Fix help message for /s | Bohdan Horbeshko | 2022-01-24 | 1 | -1/+1 |
| | |||||
* | Migrate back to the upstream go-tdlib | Bohdan Horbeshko | 2022-01-17 | 9 | -104/+102 |
| | |||||
* | Refactor some chat commands | Bohdan Horbeshko | 2022-01-17 | 2 | -90/+80 |
| | |||||
* | Revert "Don't subscribe to chat updates with no conversations" | Bohdan Horbeshko | 2022-01-17 | 1 | -5/+1 |
| | | | | | This reverts commit 23f2a85301f2ee5af867fa774a406cf308733714. (Why did I add this at all, lol.) | ||||
* | File download priority fine-tuning | Bohdan Horbeshko | 2022-01-10 | 1 | -3/+3 |
| | |||||
* | ForwardInfo refactoring | Bohdan Horbeshko | 2022-01-10 | 1 | -24/+30 |
| | |||||
* | Make /s replace the whole message; fix replies and whitespace corruption | Bohdan Horbeshko | 2022-01-08 | 2 | -75/+81 |
| | |||||
* | /d / /s / /search commands refactoring | Bohdan Horbeshko | 2022-01-06 | 2 | -21/+16 |
| | |||||
* | Fix retrieving only 1 message in /history | Bohdan Horbeshko | 2022-01-06 | 1 | -6/+15 |
| | |||||
* | Add keeponline option | Bohdan Horbeshko | 2022-01-06 | 3 | -8/+12 |
| | |||||
* | Fix strel ochka | Bohdan Horbeshko | 2022-01-03 | 1 | -2/+2 |
| | |||||
* | Multiple resources handling | Bohdan Horbeshko | 2022-01-03 | 4 | -24/+77 |
| | |||||
* | Fix subscriptions after logging in | Bohdan Horbeshko | 2022-01-01 | 1 | -27/+23 |
| | |||||
* | Temporarily switch to a fork of go-tdlib | Bohdan Horbeshko | 2021-12-29 | 9 | -9/+9 |
| | |||||
* | Fix %!(MISSING) and other formatting issues | Bohdan Horbeshko | 2021-12-18 | 3 | -7/+29 |
| |