aboutsummaryrefslogtreecommitdiff
path: root/telegram
Commit message (Collapse)AuthorAgeFilesLines
...
* OOBBohdan Horbeshko2023-01-162-11/+24
|
* Make commands not bound to a certain chat available as transport commands tooBohdan Horbeshko2022-08-151-66/+102
|
* Registration supportBohdan Horbeshko2022-08-152-12/+36
|
* Update the nickname in existing subscriptions on re-subscriptionBohdan Horbeshko2022-07-011-0/+2
|
* gofmtBohdan Horbeshko2022-06-301-1/+2
|
* Update the contact nickname when a chat title has changedBohdan Horbeshko2022-06-301-0/+17
|
* Retrieve Bio / Description for vCard desc / noteBohdan Horbeshko2022-06-291-0/+41
|
* Same robust file retrieval for calculating avatar SHA1 and Base64Bohdan Horbeshko2022-06-251-8/+25
|
* Support /join @publicgroup syntaxBohdan Horbeshko2022-06-221-7/+25
|
* Affect the delete icon with the asciiarrows optionBohdan Horbeshko2022-06-221-1/+7
|
* Always send XMPP messages with a resourceBohdan Horbeshko2022-05-262-8/+1
|
* Implement robust history fetchingBohdan Horbeshko2022-05-181-8/+16
|
* Re-upload files to Telegram instead of exposing a XEP-0363 linkBohdan Horbeshko2022-05-152-3/+101
|
* Release the authorization lock on client initialization errorBohdan Horbeshko2022-05-141-0/+1
|
* gofmtv1.2.0Bohdan Horbeshko2022-04-012-7/+7
|
* Timezones are expected to ignore DSTBohdan Horbeshko2022-04-011-1/+1
|
* Limit the file storage by an optional quotaBohdan Horbeshko2022-04-011-0/+26
|
* Improve logging for file download processBohdan Horbeshko2022-03-201-0/+2
|
* Fetch previews for filesBohdan Horbeshko2022-03-152-33/+113
|
* Check for nil entity typesBohdan Horbeshko2022-03-141-2/+2
|
* Fix entity sortingBohdan Horbeshko2022-03-131-2/+2
|
* Add /forward commandBohdan Horbeshko2022-03-123-49/+85
|
* Clasp directives to the following span as required by XEP-0393Bohdan Horbeshko2022-03-122-1/+130
|
* Correction: XEP-0393 actually allows preformatted spansBohdan Horbeshko2022-03-121-1/+0
|
* Add strikethrough formattingBohdan Horbeshko2022-03-112-0/+32
|
* Wrap inline code in single backticksBohdan Horbeshko2022-03-112-6/+30
|
* Merge adjacent formatting entities of same kindBohdan Horbeshko2022-03-114-10/+139
|
* Tests for XEP-0393 formatterBohdan Horbeshko2022-03-101-0/+63
|
* Affect the edit icon with the asciiarrows optionBohdan Horbeshko2022-03-101-1/+7
|
* gofmtBohdan Horbeshko2022-03-091-3/+3
|
* Move downloaded files to a permanent locationBohdan Horbeshko2022-03-093-196/+65
|
* 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-142-1/+2
|
* 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
|