HenryHu / pybbs

Python implementation of the BBS server, providing BBS data interface
Other
28 stars 3 forks source link

Feature request -- Anonymity query #3

Closed mrroach9 closed 12 years ago

mrroach9 commented 12 years ago

i.e. For each board, return whether it supports anonymous posting or not. It can be either implemented in the board listing part (adding a key-value in each board information), or design a separate interface.

HenryHu commented 12 years ago

I've designed an interface to check for separate posts, please have a look at post/prepare. For board... It seems easy.

HenryHu commented 12 years ago

Have a look at BoardInfo.anony_post and BoardInfo.anony_reply.