1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-03 03:36:22 -07:00
No description
Find a file
2013-07-29 02:18:53 -07:00
html fixed file upload box getting too wide, file link issues, and message XSS vulnerabilities 2013-07-29 02:18:53 -07:00
src fixed file upload box getting too wide, file link issues, and message XSS vulnerabilities 2013-07-29 02:18:53 -07:00
templates fixed file upload box getting too wide, file link issues, and message XSS vulnerabilities 2013-07-29 02:18:53 -07:00
.gitignore Added ignore for binary, config and logs. 2013-07-04 16:03:29 -07:00
build.sh Marked build.sh executable 2013-06-01 14:36:35 -07:00
config.example.cfg fixed database handling, fixed http handles, fixed configuration handling, added preliminary templating, etc 2013-04-20 01:21:40 -07:00
initialsetupdb.sql Fixed bumping 2013-07-28 05:57:37 -07:00
README.md updated README and TODO files 2013-07-11 02:14:09 -07:00

Gochan

A muti-threaded Imageboard software project in Go

At the moment, regular users can:

  • Log in as the admin account (password is "password", staff management coming soon)

  • Post in a thread (thread creation coming very soon)

  • Upload an image with a post

Staff can:

  • View announcements (announcment editing coming soon)

  • Log out

  • Use various other half implemented functions

  • Post deletion and bans coming soon