cinny icon indicating copy to clipboard operation
cinny copied to clipboard

Yet another matrix client

Results 508 cinny issues
Sort by recently updated
recently updated
newest added

### Description Shows the in room active bridges in the room settings in a new "Integrations" tab. Clicking on the entry opens the platforms chat in a new tab (the...

### Description Adds more resilient password checks using the [zxcvbn](https://github.com/dropbox/zxcvbn) library. As it contains many tables to check against the library is pretty big. To mitigate this problem the `Auth`...

### Description Simplify markdown parsing to allow for new features and better spec compliance. - [x] Spoilers - [x] `||spoiler||` syntax - [x] new `||spoiler||(reason)` syntax - [ ] #370...

### Description This adds room name and topic changes to the room timeline. ![image](https://user-images.githubusercontent.com/56274831/175451760-cae4435c-db7a-4d06-b687-b0381b3c25f9.png) #### Type of change - [ ] Bug fix (non-breaking change which fixes an issue) -...

### Describe the problem For new users and new members of a space, it can be difficult to find the list of rooms in a space that they have joined....

### Describe the problem Currently there is no automatic completion of room addresses or names, so I have to hope that someone either knows which room I am referring to...

type: feature
area: room-input

### Describe the problem Some of my contacts have set their displayed nick to just an emoji or a string of emojis. When using the quick switcher to find my...

type: improvement

### Describe the bug sending ``` 5. five 10. ten ``` gives ![image](https://user-images.githubusercontent.com/2803622/184419033-bcc12c6f-5c13-4f20-a9dd-204f4a59756e.png) ### Reproduction ``` "content": { "body": "5. five\n10. ten", "format": "org.matrix.custom.html", "formatted_body": "\nfive\nten\n\n", "msgtype": "m.text", "org.matrix.msc1767.message": [...

### Describe the bug I have no display name set on my account. In cinny this looks like this: ![image](https://user-images.githubusercontent.com/2803622/184416565-b79d0af0-c9d8-458e-8ac8-c4ca5e0cf0f9.png) ### Reproduction _No response_ ### Expected behavior It could look...

### Describe the bug HTML has historically stripped excessive whitespace from text, depending instead on things like ``, ``, etc to format beyond single spaces between words. Bots written in...