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-04 16:45:06 -07:00
html changed Password textbox to password box 2013-07-01 06:34:53 -07:00
src no longer creates database on initial setup 2013-07-04 03:09:34 -07:00
templates changed Password textbox to password box 2013-07-01 06:34: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 no longer creates database on initial setup 2013-07-04 03:09:34 -07:00
README.md Updated README 2013-07-04 02:49:56 -07:00

Gochan

A muti-threaded Imageboard software project in Go

At the moment, regular users can:

  • Log in as the admin account (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