npdoty / planworld

Automatically exported from code.google.com/p/planworld
GNU General Public License v2.0
3 stars 1 forks source link

block #18

Open npdoty opened 5 years ago

npdoty commented 5 years ago

Beyond #16 (mute/ignore), a block feature could prevent straightforward access to plan content to specifically listed blocked users. A blocked user gets a 403 on trying to read a blocking user's plan, and sends/snoops are either prevented or ignored.

lebaer00 has more detailed spec ideas to share.

jlodom commented 5 years ago

Okay, I went ahead and created the blocklist schema in the database and modified Snoop.php to filter out blocked users. This is in the v3 codebase on my machine (not the one that's available). I should have it and a few more improvements released this weekend.