aboutsummaryrefslogtreecommitdiff
path: root/telegram/handlers.go
Commit message (Collapse)AuthorAgeFilesLines
* Avoid webpage preview updates being sent as message editsBohdan Horbeshko2023-07-161-0/+20
|
* Do not ack with edited message to the XEP-0308 sender resourceBohdan Horbeshko2023-07-161-2/+21
|
* Send carbons for outgoing messages to other resourcesBohdan Horbeshko2023-07-091-12/+16
|
* Update chat title in chats cacheBohdan Horbeshko2023-06-301-1/+6
|
* Version 1.6.0v1.6.0Bohdan Horbeshko2023-06-081-1/+1
|
* XEP-0308 message editingBohdan Horbeshko2023-06-051-0/+5
|
* gofmtBohdan Horbeshko2023-03-191-1/+1
|
* Simulate carbonsBohdan Horbeshko2023-03-191-1/+1
|
* Show XEP-0461 replies from TelegramBohdan Horbeshko2023-03-051-2/+2
|
* Assign IDs from Telegram to XMPP messagesBohdan Horbeshko2023-03-041-2/+2
|
* Update the contact nickname when a chat title has changedBohdan Horbeshko2022-06-301-0/+17
|
* Affect the delete icon with the asciiarrows optionBohdan Horbeshko2022-06-221-1/+7
|
* Re-upload files to Telegram instead of exposing a XEP-0363 linkBohdan Horbeshko2022-05-151-0/+38
|
* Add /forward commandBohdan Horbeshko2022-03-121-49/+1
|
* Merge adjacent formatting entities of same kindBohdan Horbeshko2022-03-111-1/+1
|
* Affect the edit icon with the asciiarrows optionBohdan Horbeshko2022-03-101-1/+7
|
* Move downloaded files to a permanent locationBohdan Horbeshko2022-03-091-34/+4
|
* Fix avatars losing && take care of avatar changesBohdan Horbeshko2022-02-121-25/+40
|
* Add `rawmessages` configuration optionBohdan Horbeshko2022-02-081-1/+1
|
* Fix status update for users who blacklisted you or were online long time agoBohdan Horbeshko2022-02-071-4/+4
|
* The Proper Subscriptions FilterBohdan Horbeshko2022-02-061-24/+30
|
* Fix replies to non-text messagesBohdan Horbeshko2022-02-051-1/+1
|
* Use UniqueId for file URLsBohdan Horbeshko2022-02-041-1/+1
|
* Refine download prioritiesBohdan Horbeshko2022-02-041-2/+2
|
* Another attempt to block unwanted auth requestsBohdan Horbeshko2022-02-011-2/+9
|
* Mark expired online statuses as awayBohdan Horbeshko2022-01-311-2/+2
|
* Fix links to not-yet-downloaded filesBohdan Horbeshko2022-01-311-8/+5
|
* Force downloading the chat photo when vCard is requestedBohdan Horbeshko2022-01-271-10/+2
|
* Migrate back to the upstream go-tdlibBohdan Horbeshko2022-01-171-23/+23
|
* 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
|
* Temporarily switch to a fork of go-tdlibBohdan Horbeshko2021-12-291-1/+1
|
* Fix %!(MISSING) and other formatting issuesBohdan Horbeshko2021-12-181-1/+1
|
* Migrate to TDlib 1.7.9Bohdan Horbeshko2021-12-041-23/+23
|
* Apply formatting to edited messagesbodqhrohro2020-01-131-1/+7
|
* Don't subscribe to chat updates with no conversationsbodqhrohro2020-01-101-1/+5
|
* Resend chat statuses on probe presencebodqhrohro2020-01-051-3/+3
|
* Display existing symlink errors as warningsbodqhrohro2019-12-311-1/+6
|
* Asynchronous message processing with guaranteed sequential per-chat deliverybodqhrohro2019-12-301-70/+89
|
* Make the chats/users cache thread-safebodqhrohro2019-12-281-2/+2
|
* Make status updates asynchronousbodqhrohro2019-12-211-3/+3
|
* Reconnect fixbodqhrohro2019-12-171-0/+16
|
* Timezone supportbodqhrohro2019-12-121-2/+2
|
* Make chats/users cache privatebodqhrohro2019-12-051-2/+2
|
* Replace Itoa with FormatIntbodqhrohro2019-12-041-2/+2
|
* Fix lossy int64->int32 conversionbodqhrohro2019-12-041-3/+3
|
* Improve debug logging of Telegram updatesbodqhrohro2019-12-041-0/+6
|
* Handle downloaded filesbodqhrohro2019-12-041-0/+36
|
* Handle edits and deletionsbodqhrohro2019-12-041-0/+45
|
* Handle updates of newmessagebodqhrohro2019-12-011-0/+58
|