Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make commands not bound to a certain chat available as transport commands too | Bohdan Horbeshko | 2022-08-15 | 1 | -66/+102 |
| | |||||
* | Registration support | Bohdan Horbeshko | 2022-08-15 | 2 | -12/+36 |
| | |||||
* | 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 |
| | |||||
* | Update the contact nickname when a chat title has changed | Bohdan Horbeshko | 2022-06-30 | 1 | -0/+17 |
| | |||||
* | 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 |
| | |||||
* | Support /join @publicgroup syntax | Bohdan Horbeshko | 2022-06-22 | 1 | -7/+25 |
| | |||||
* | Affect the delete icon with the asciiarrows option | Bohdan Horbeshko | 2022-06-22 | 1 | -1/+7 |
| | |||||
* | Always send XMPP messages with a resource | Bohdan Horbeshko | 2022-05-26 | 2 | -8/+1 |
| | |||||
* | Implement robust history fetching | Bohdan Horbeshko | 2022-05-18 | 1 | -8/+16 |
| | |||||
* | Re-upload files to Telegram instead of exposing a XEP-0363 link | Bohdan Horbeshko | 2022-05-15 | 2 | -3/+101 |
| | |||||
* | Release the authorization lock on client initialization error | Bohdan Horbeshko | 2022-05-14 | 1 | -0/+1 |
| | |||||
* | gofmtv1.2.0 | Bohdan Horbeshko | 2022-04-01 | 2 | -7/+7 |
| | |||||
* | Timezones are expected to ignore DST | Bohdan Horbeshko | 2022-04-01 | 1 | -1/+1 |
| | |||||
* | 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 | 2 | -33/+113 |
| | |||||
* | Check for nil entity types | Bohdan Horbeshko | 2022-03-14 | 1 | -2/+2 |
| | |||||
* | Fix entity sorting | Bohdan Horbeshko | 2022-03-13 | 1 | -2/+2 |
| | |||||
* | Add /forward command | Bohdan Horbeshko | 2022-03-12 | 3 | -49/+85 |
| | |||||
* | Clasp directives to the following span as required by XEP-0393 | Bohdan Horbeshko | 2022-03-12 | 2 | -1/+130 |
| | |||||
* | Correction: XEP-0393 actually allows preformatted spans | Bohdan Horbeshko | 2022-03-12 | 1 | -1/+0 |
| | |||||
* | Add strikethrough formatting | Bohdan Horbeshko | 2022-03-11 | 2 | -0/+32 |
| | |||||
* | Wrap inline code in single backticks | Bohdan Horbeshko | 2022-03-11 | 2 | -6/+30 |
| | |||||
* | Merge adjacent formatting entities of same kind | Bohdan Horbeshko | 2022-03-11 | 4 | -10/+139 |
| | |||||
* | Tests for XEP-0393 formatter | Bohdan Horbeshko | 2022-03-10 | 1 | -0/+63 |
| | |||||
* | Affect the edit icon with the asciiarrows option | Bohdan Horbeshko | 2022-03-10 | 1 | -1/+7 |
| | |||||
* | gofmt | Bohdan Horbeshko | 2022-03-09 | 1 | -3/+3 |
| | |||||
* | Move downloaded files to a permanent location | Bohdan Horbeshko | 2022-03-09 | 3 | -196/+65 |
| | |||||
* | Add /report command | Bohdan Horbeshko | 2022-02-26 | 1 | -0/+22 |
| | |||||
* | Fix a crash on spoilersv1.1.3 | Bohdan Horbeshko | 2022-02-19 | 1 | -0/+4 |
| | |||||
* | Support ! prefix for commands in addition to / | Bohdan Horbeshko | 2022-02-14 | 2 | -1/+2 |
| | |||||
* | 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 |
| |