Madeline

Results 23 issues of Madeline

Note: Have NOT tested recaptcha. Fairly sure it'll be fine though.

enhancement
api

I think this could still be improved, but it works. Feel free to edit

enhancement
api

* `/users/@me` PATCH would always require `username` field, breaking account claiming as the form only sent `email` and `password * Added a call to `adjustEmail` in `/users/@me` to prevent any...

https://discord.com/channels/806142446094385153/938936139732090931/967649413084348508 ![image](https://user-images.githubusercontent.com/46743919/164957651-2127fe55-3fd3-45a1-bdac-a95e5f05b3da.png) Categories on discord.com skip most of the invalid channel names checks, they also trim whitespace silently ( which is also trimmed client side )

enhancement
api

Allows newer clients ( such as the one on ) to send register requests.

Partially resolves #762. Not sure which route in `/users/:id` should also be included?

Users can currently use the same discriminator are each other.

my recent refactor broke channel categories. they are also not properly sorted in READY gateway response

Bug

https://github.com/spacebarchat/docs/issues/70 Discord sets VANITY_URL guild feature if the guild has a vanity URL, not if it's allowed to have one which is the current spacebar behaviour.

Bug

https://github.com/spacebarchat/server/blob/ccc774168a0612c6892b7862141e58b28b029aec/src/gateway/opcodes/Identify.ts#L338 ![image](https://github.com/spacebarchat/server/assets/46743919/bed15016-716d-4ec7-8e52-3344102e6eb1) It's only sent if you're logged in with desktop clients, and READY will send 2 sessions for the 1 desktop session.

Needs more information