Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | OOB | Bohdan Horbeshko | 2023-01-16 | 1 | -9/+16 |
| | |||||
* | Update the nickname in existing subscriptions on re-subscription | Bohdan Horbeshko | 2022-07-01 | 1 | -0/+2 |
| | |||||
* | gofmt | Bohdan Horbeshko | 2022-06-30 | 1 | -1/+2 |
| | |||||
* | Retrieve Bio / Description for vCard desc / note | Bohdan Horbeshko | 2022-06-29 | 1 | -0/+41 |
| | |||||
* | Same robust file retrieval for calculating avatar SHA1 and Base64 | Bohdan Horbeshko | 2022-06-25 | 1 | -8/+25 |
| | |||||
* | Always send XMPP messages with a resource | Bohdan Horbeshko | 2022-05-26 | 1 | -1/+1 |
| | |||||
* | Re-upload files to Telegram instead of exposing a XEP-0363 link | Bohdan Horbeshko | 2022-05-15 | 1 | -3/+63 |
| | |||||
* | gofmtv1.2.0 | Bohdan Horbeshko | 2022-04-01 | 1 | -2/+2 |
| | |||||
* | Limit the file storage by an optional quota | Bohdan Horbeshko | 2022-04-01 | 1 | -0/+26 |
| | |||||
* | Improve logging for file download process | Bohdan Horbeshko | 2022-03-20 | 1 | -0/+2 |
| | |||||
* | Fetch previews for files | Bohdan Horbeshko | 2022-03-15 | 1 | -24/+65 |
| | |||||
* | Add /forward command | Bohdan Horbeshko | 2022-03-12 | 1 | -0/+53 |
| | |||||
* | Merge adjacent formatting entities of same kind | Bohdan Horbeshko | 2022-03-11 | 1 | -7/+7 |
| | |||||
* | Move downloaded files to a permanent location | Bohdan Horbeshko | 2022-03-09 | 1 | -24/+59 |
| | |||||
* | Support ! prefix for commands in addition to / | Bohdan Horbeshko | 2022-02-14 | 1 | -1/+1 |
| | |||||
* | Add an asciiarrows option (for clients that do not support Unicode ones)v1.1.2 | Bohdan Horbeshko | 2022-02-14 | 1 | -3/+11 |
| | |||||
* | Fix avatars losing && take care of avatar changes | Bohdan Horbeshko | 2022-02-12 | 1 | -0/+6 |
| | |||||
* | Revert "Fix strel ochka" | Bohdan Horbeshko | 2022-02-09 | 1 | -2/+2 |
| | | | | This reverts commit d48cb8b58682d3b9c5798913de35ae62dd20dd38. | ||||
* | gofmt | Bohdan Horbeshko | 2022-02-08 | 1 | -3/+3 |
| | |||||
* | Attach resource to presences to prevent unwanted behaviour of some clients | Bohdan Horbeshko | 2022-02-08 | 1 | -0/+1 |
| | |||||
* | Fix status update for users who blacklisted you or were online long time ago | Bohdan Horbeshko | 2022-02-07 | 1 | -12/+24 |
| | |||||
* | The Proper Subscriptions Filter | Bohdan Horbeshko | 2022-02-06 | 1 | -0/+20 |
| | |||||
* | Fix replies to non-text messages | Bohdan Horbeshko | 2022-02-05 | 1 | -79/+117 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | Add MessageForwardOriginMessageImport support | Bohdan Horbeshko | 2022-02-03 | 1 | -3/+5 |
| | |||||
* | 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 | 1 | -9/+3 |
| | |||||
* | 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 | 1 | -6/+29 |
| | |||||
* | Fix links to not-yet-downloaded files | Bohdan Horbeshko | 2022-01-31 | 1 | -7/+9 |
| | |||||
* | Force downloading the chat photo when vCard is requested | Bohdan Horbeshko | 2022-01-27 | 1 | -0/+9 |
| | |||||
* | Migrate back to the upstream go-tdlib | Bohdan Horbeshko | 2022-01-17 | 1 | -40/+40 |
| | |||||
* | Refactor some chat commands | Bohdan Horbeshko | 2022-01-17 | 1 | -0/+15 |
| | |||||
* | 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 | 1 | -60/+48 |
| | |||||
* | /d / /s / /search commands refactoring | Bohdan Horbeshko | 2022-01-06 | 1 | -0/+10 |
| | |||||
* | Add keeponline option | Bohdan Horbeshko | 2022-01-06 | 1 | -5/+7 |
| | |||||
* | Fix strel ochka | Bohdan Horbeshko | 2022-01-03 | 1 | -2/+2 |
| | |||||
* | Multiple resources handling | Bohdan Horbeshko | 2022-01-03 | 1 | -0/+34 |
| | |||||
* | Temporarily switch to a fork of go-tdlib | Bohdan Horbeshko | 2021-12-29 | 1 | -1/+1 |
| | |||||
* | Fix %!(MISSING) and other formatting issues | Bohdan Horbeshko | 2021-12-18 | 1 | -1/+1 |
| | |||||
* | Fix a crash on big emojis | Bohdan Horbeshko | 2021-12-05 | 1 | -5/+16 |
| | |||||
* | Migrate to TDlib 1.7.9 | Bohdan Horbeshko | 2021-12-04 | 1 | -38/+57 |
| |