eksopl / fuuka

Fuuka Imageboard Archiver
http://code.google.com/p/fuuka/
Other
58 stars 7 forks source link

Support for 2ch-style poster IDs #16

Open eksopl opened 12 years ago

eksopl commented 12 years ago

Given that moot enabled forced Anonymous and 2ch-style IDs for /b/, the dumper should support them.

Sadly, this means yet another column to store the poster ID.

GXTX commented 12 years ago

I don't think this is a big issue though, I doubt anyone is really wanting to archive /b/.

eksopl commented 12 years ago

Just want to cover my bases, in case he turns it on for some other board.

eksopl commented 12 years ago

This should be good enough.

I don't want to force a DB schema just yet, but at least the posts can be archived now. It's just a matter of adding the column and adding the variable in new_yotsuba_post now, that can be done whenever it's needed.

eksopl commented 12 years ago

I'll push this for the next DB schema change.

@woxxy, @oohnoitz, if you want to name the row for this, now's the time.