Forum
Unreal Software Unreal Software bugs and errors threadAlso it would be nice if the "+" character was allowed, to be able to use the format "my.address+unrealsoftware@gmail.com" which currently gives an error:
edited 1×, last 04.06.23 02:42:58 pm
It maybe still works with other mail providers.
Edit: I updated the DNS settings of UnrealSoftware.de. I hope mails should work again within the next 48 hours.
edited 1×, last 04.06.23 04:41:48 pm
(although still without the "+" which would be the cherry on top )
edited 1×, last 05.06.23 06:27:53 pm
That "+" stuff allows to use arbitrary aliases, right? That's actually somewhat problematic because it would make it easier to create spam/multi accs with just one registered mail. I coule add logic to prevent that though... will consider it.
filter_var('bob@example.com', FILTER_VALIDATE_EMAIL)
indexof('+')to
indexof('@')and compare the remaining string against existing email addresses, no?
Also gmail allows putting optional dots anywhere before the '@' so "my.address@gmail.com" is the same as "myaddress@gmail.com" or "m.y.a.d.d.r.e.s.s+s.u.f.f.i.x@gmail.com", etc. so you'd need to check against the base version where you remove all dots except the last one at ".com".
From the user side it has the advantage of being able to specify a custom suffix per website and if you manage to do it everywhere you're able to check for spam easier (if the spammer removed the suffix, since it should be a pretty well-known feature on gmail) or check which website leaked/sold your data (if the suffix was not removed).
@ Hurri04: Yep, it would be quite trivial to fix this. Just like you explained. For the dot issue it would be cleaner/safer to only remove dots in front of the @. The actual challenge is doing this in my ugly code base without breaking things and without forgetting anything. That's the main reason why I'm hesitating
I'm aware how useful this would be. I'm actually doing the same thing just with a catchall mail where I can put everything I want in front of the @.
Happened twice now.
"Data" section > under "Forum Posts" there is a misspelling: "Relpies"
@ BcY: Fixed.
$is not defined.
2. "github" in profile is written in all lowercase. Should it be "GitHub"?
3. In the main page, the background image gets larger when expanding more/spoiler tags. Not sure if this is intentional or not.
4. While editing this post, after pressing "Submit", it says "Back to the thread 'Edit'" instead of the actual thread name.
edited 2×, last 17.12.23 04:56:18 am
https://i.imgur.com/EgmZANP.png
1. I'm aware of this one. Will be fixed soon.
2. You're right! Changed to "GitHub"
3. That shouldn't happen. background-attachment is set to fixed so it should only resize if the browser window size is changed. Which browser are you using?
4. Uhh! Thanks, fixed!
@ BcY: That was actually intended but I gotta agree.. looks weird. Especially with that style. Changed!
- Links in signatures should be opened in blank page.