Wow, this is really well done. I love how fast it is. Any plans on making an electron desktop app? I would definitely use it.
Show HN: A web-based matrix client: Cinny
21–30 of 74 posts
Re: Show HN: A web-based matrix client: Cinny
#22Link to the actual app https://app.cinny.in/login __________ EDIT: Upon registration "Password must contain 1 number, 1 uppercase letters, 1 lowercase letters, 1 non-alpha numeric number, 8-16 characters with no space." Not sure if that's a Matrix limitation or just javascript validation, but if it's on your end please don't do that... if anything you're enforcing less secure passwords. __________ EDIT 2: Hitting rel…
The max limit of 16 characters is odd. As for the other requirements, it's just a matter of enabling various options in your password manager's generator. And if you're not using a password manager, it's very probable you're using/reusing insecure passwords.
Re: Show HN: A web-based matrix client: Cinny
#23Wow, this is really well done. I love how fast it is. Any plans on making an electron desktop app? I would definitely use it.
Yes, after some more features we gonna make electron app.
Re: Show HN: A web-based matrix client: Cinny
#24Link to the actual app https://app.cinny.in/login __________ EDIT: Upon registration "Password must contain 1 number, 1 uppercase letters, 1 lowercase letters, 1 non-alpha numeric number, 8-16 characters with no space." Not sure if that's a Matrix limitation or just javascript validation, but if it's on your end please don't do that... if anything you're enforcing less secure passwords. __________ EDIT 2: Hitting rel…
But if you go to the homepage (index.html) and click on Login it will do the weird little SPA routing thing and load the page correctly.
I'm guessing netlify needs to route every URL path to the index.html?
SPA apps have just fundamentally broken the web.
Re: Show HN: A web-based matrix client: Cinny
#25This is the smallest thing in the world but: in the screenshot on cinny.in: that's my chicken illustration! :D (Not my chicken, she belongs to https://www.instagram.com/chooks_in_town/ so I also put the illo on IG https://www.instagram.com/p/CRQETITJncO/ ) More substantively: the look of this is so nice . My biggest complaint with element is UX around cross-signing (though I'd also switch in a heartbeat if someone ha…
I believe it would please you to know Voice Messages are currently front in line to be implemented next.
Re: Show HN: A web-based matrix client: Cinny
#26Link to the actual app https://app.cinny.in/login __________ EDIT: Upon registration "Password must contain 1 number, 1 uppercase letters, 1 lowercase letters, 1 non-alpha numeric number, 8-16 characters with no space." Not sure if that's a Matrix limitation or just javascript validation, but if it's on your end please don't do that... if anything you're enforcing less secure passwords. __________ EDIT 2: Hitting rel…
Note, some of that is a requirement by the Matrix protocol and is out of clients control. It's ultimately up to the server to configure different password requirements. https://matrix.org/docs/spec/client_server/latest#notes-on-p... > Clients SHOULD enforce that the password provided is suitably complex. The password SHOULD include a lower-case letter, an upper-case letter, a number and a symbol and be at a minimum 8…
Re: Show HN: A web-based matrix client: Cinny
#27any plans for mobile? maybe give react native and react-native-web a try!
Re: Show HN: A web-based matrix client: Cinny
#28Earlier quoted context omitted.
The max limit of 16 characters is odd. As for the other requirements, it's just a matter of enabling various options in your password manager's generator. And if you're not using a password manager, it's very probable you're using/reusing insecure passwords.
And if that's still not you then you probably are using/reusing a secure password that thankfully seems to be accepted by most sites!
congratulations, it’s no longer a secure password
Re: Show HN: A web-based matrix client: Cinny
#29Earlier quoted context omitted.
Note, some of that is a requirement by the Matrix protocol and is out of clients control. It's ultimately up to the server to configure different password requirements. https://matrix.org/docs/spec/client_server/latest#notes-on-p... > Clients SHOULD enforce that the password provided is suitably complex. The password SHOULD include a lower-case letter, an upper-case letter, a number and a symbol and be at a minimum 8…
Why is this still a thing? I think all tech people hate it, and all non-tech people use "Password1".
Re: Show HN: A web-based matrix client: Cinny
#30Looking forward to trying this out later today.
Nice work!