Guad / fuwa

A Material design inspired filesharer for all
http://fuwa.se/
GNU General Public License v2.0
13 stars 6 forks source link

Switch banlist from CSV to SQLite table. #31

Closed Luminarys closed 9 years ago

Luminarys commented 9 years ago

There seem to be a large number of concurrency issues/exploits which arise from how the banned file lists are handled. Switching to a SQLite table should solve these and is probably a good idea in general.

Guad commented 9 years ago

Good call, done in b2c33050911eb5934e08535319fe76355a6445ce Whatdya think?

Luminarys commented 9 years ago

Looks good.