Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request for comment regarding "list of possible features" #16

Open
16 of 60 tasks
DonaldTsang opened this issue Jul 22, 2019 · 2 comments
Open
16 of 60 tasks

Request for comment regarding "list of possible features" #16

DonaldTsang opened this issue Jul 22, 2019 · 2 comments

Comments

@DonaldTsang
Copy link

DonaldTsang commented Jul 22, 2019

Please check the boxes if they are implemented / "not useful"

  • User-created boards
  • Group/Community moderation on boards
  • Registered accounts
    • Board Owners (person who owns the board)
    • Board Volunteers (person who helps the BO)
  • Board tags for use in board searching
  • Board names (alphanumeric)
    • case insensitive form cyberpunk (used in URLs)
    • display form /CyberPunk/ (as displays)
  • Board announcements a.k.a. "red bar of text on the top of the page"
  • Board links to other boards a.k.a. "Sister/Collaborate boards"
  • Moderation activity and board claiming/transfer
  • File support
    • Music (MP3, OGG/OGA/MOGG, OPUS, APE, FLAC, WAV, AAC/M4A/3GP, AIFF/AIF/AIFC, WMA/WMV, ALAC/M4A/CAF, etc.)
    • Video (MP4/M4P/M4V, MKV, WMV, MOV/QT, AVI, FLV, OGV, MPG/MP2/MPEG/MPE/MPV etc.)
    • Images (APNG, WEBP, FLIF, HEIF, AVIF etc.)
    • Ebooks (PDF, EPUB, MOBI, DJVU)
  • GET scripts (for /sp/)
  • Cycled Threads (deletes old posts except OP in order to keep it from getting bumplocked)
    • User-invoked
    • Moderation-invoked (by Owner or Volunteer)
  • Top Stickied Threads (must be Moderation-invoked)
  • Bottom Stickied Threads (must be Moderation-invoked)
  • Wiki/FAQ
  • Board flags (255 flags per board)
  • Board banners
  • Board ranking system
    • Most active boards (based on post count per hour)
    • Most popular boards (based on users per day)
  • Minimum character count per OP
  • Minimum image count per OP
  • archives
    • Custom in-house archives
    • Usage of archive.fo
  • Meta-boards (see https://nerv.8ch.net/tech/cyber/g/sudo/prog/sci/)
  • Word filters
    • Auto word ban (for spam)
    • Word filters/translators (for censorship/obfuscation)
  • Tab icon alerts
    • blinks/changes to alert thread activity
    • Tab title has a number with parentheses indicating number of new posts
    • Tab title has an exclamation point indicating "slid" thread
  • Hide mechanism
    • Hide singular post
    • Hide by ID
    • Hide by Name or Flag
    • Hide by keyword in text
  • Report mechanism
    • Report to local board moderation
    • Report to global moderation
    • Ease of moderation through checking all posts from one ID
    • Ease of moderation through checking all posts with similar names or other markers
  • Video embedding
    • Re-route YouTube videos to invidio.us
  • User ID
    • Unique ID hash for each board (requires a salt for every board)
    • Unique ID hash for each thread (requires a salt for every thread)
    • ID representation as psuedo-names (see http://worrydream.com/tripphrase/)
  • Dice roll like https://app.roll20.net/assets/dengine.js?v=123
  • (you) counter or highlighter
  • File boards (see http://boards.4chan.org/f/ and https://8ch.net/tdt/ )
@DonaldTsang DonaldTsang changed the title Request for comment regarding this "list of possible features" Request for comment regarding "list of possible features" Jul 22, 2019
@floens
Copy link
Owner

floens commented Jul 22, 2019

Moderation activity and board claiming/transfer

Just a mod log for now

File support

I think png, jpg, gif. Not sure if i did end up implementing webm. But shouldn't be too hard.

Wiki/FAQ

You can create pages for any url, and link to them in the footer or at the top.

Minimum character count per OP

There is a max image count option

Board ranking system

I think I was working on this, might be a branch somewhere

Meta boards
Word filter

Was also working on this, but again not sure where the progress is

@DonaldTsang
Copy link
Author

DonaldTsang commented Jul 22, 2019

@floens also this is good lainchan/lainchan#153 (comment)

  • moderation dashboard
  • new board creation
  • board deletion and editing
  • uses database
  • user management
  • themes or extensions
  • reporting system / log
  • moderation log
  • ban list
  • ban appeals
  • search
  • configuration editor
  • user notes
  • extensions for donate page
  • extensions for stream page
  • extensions for irc page
  • extensions for rules page
  • name, email, subject, spoiler image, file ,oekaki
  • trip codes
  • sticky, lock , raw html
  • file / post deletion and password
  • banners support
  • customisable header support
  • moderation actions, delete, delete by ip, delete by ip all boards, ban, ban
  • and delete, unsticky, sage, lock, move and edit
  • support for post formatting
  • support for reply linking
  • image / file upload
  • thumbnail image support
  • ddt support for layer ?
  • ImgOps iqdb
  • word filters
  • word / phrase blocking
  • anonymous naming scheme
  • board customization
  • api probably 4chan api compatible or similar
  • catalog extension
  • overboard extensions
  • recent posts
  • css themes
  • works with and without JavaScript
  • is performant and secure
  • hackable (easy to extend, modify and customize)
  • overboards
  • board aliases
  • keyboard navigation
  • thread merge
  • auto IP note generation
  • multiple file upload using URLs
  • server side syntax highlighting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants