hashids / hashids.github.io

This is the old Hashids website. It is no longer maintained and has migrated over to Sqids.
https://sqids.org
206 stars 34 forks source link

Lua -- bump up to 1.0 #11

Closed jd327 closed 10 years ago

jd327 commented 10 years ago

Hey Leif,

I updated the site (http://hashids.org/) + my versions. Here's what's different: https://github.com/ivanakimov/hashids.js#changelog (which is not much).

Also, I got rid of www on the site (it was hosted on S3 before and it was required there when I started), but now it's on Github so it's cleaner without it. Redirects still work tho (www -> non).

If you have any issues with the site (https://github.com/hashids/hashids.github.io/issues/4) or any issues in general, just ping :]

leihog commented 10 years ago

Sweet, I'll take care of it :pizza: :beers: :+1:

leihog commented 10 years ago

Fixed in leihog/hashids.lua@a1567bbc03a423e61b4c09055da54f8a22391e7e

jd327 commented 10 years ago

cool, thanks for the php fix, updating the site now re:lua. i think your readme could use a refresh too (encrypt->encode).

peterhellberg commented 10 years ago

Also, example.lua still references encrypt/decrypt.

leihog commented 10 years ago

Right you are, got a bit rushed. I'll fix it today.