cinny
cinny copied to clipboard
Yet another matrix client
### 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.  #### 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...
### 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...
### Describe the bug sending ``` 5. five 10. ten ``` gives  ### 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:  ### 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...