Inboxen / website

obsolete - use https://github.com/Inboxen/Inboxen
GNU Affero General Public License v3.0
1 stars 28 forks source link

Email IDs #72

Closed moggers87 closed 11 years ago

moggers87 commented 11 years ago

Plain decimal numbers are going to get long quite quickly, making our urls ugly. Maybe we should move over to using hexidecimal or some sort of url-safe base64?

tsyesika commented 11 years ago

I'm okay with hex, that sounds good to me.

I think a good regex for hex would be:

[A-F0-9]+

What do you think?