1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-03 07:36:23 -07:00
No description
Find a file
Darren VanBuren 01b7338092 Cleanup insertPost and write message text to database immediately
Changed insertPost to return a sql.Result as well as an error, callers to insertPost can use that error returned. With this change insertPost no longer needs accesss to a *http.ResponseWriter. The only call to insertPost already had a error check right after it anyways.
Writing the message immediately saves another query to the database.
2017-08-27 01:31:25 -07:00
html prevent browsers from autofilling subject field with staff username. Also, hot purging action! 2016-08-19 23:24:38 -07:00
log Remove actual log files from git, but add placeholder file. 2017-08-21 17:49:41 -07:00
src Cleanup insertPost and write message text to database immediately 2017-08-27 01:31:25 -07:00
templates Add the reply subjects to the template so they show up. 2017-08-21 17:05:25 -07:00
vagrant update vagrant bootstrap, add log dir to git repo 2017-08-19 21:19:17 -07:00
.gitignore Remove actual log files from git, but add placeholder file. 2017-08-21 17:49:41 -07:00
AUTHORS move AUTHORS and LICENSE to root, use Simplified BSD license 2015-02-05 23:54:26 -08:00
gochan-fastcgi.nginx fix vagrant invalid file path error, update README 2017-08-12 16:46:00 -07:00
gochan-http.nginx fix vagrant invalid file path error, update README 2017-08-12 16:46:00 -07:00
gochan.example.json Add new Unix socket example 2017-08-19 19:51:38 -07:00
initialsetupdb.sql remove "CURRENT_TIMESTAMP" setting from the deleted_timestamp column 2016-10-12 18:21:25 -07:00
LICENSE Update LICENSE years 2016-01-31 13:44:18 -08:00
Makefile Bump version due to config change involved 2017-08-19 19:58:37 -07:00
README.md fix vagrant invalid file path error, update README 2017-08-12 16:46:00 -07:00
ROADMAP.md Create ROADMAP.md 2016-09-21 12:05:47 -07:00

Gochan

A multi-threaded imageboard server written in Go

http://gochan.org

Installation

Basic installation

Coming soon!

For developers (using Vagrant)

  1. Install Vagrant and Virtualbox. Vagrant lets you create a virtual machine and run a custom setup/installation script to make installation easier and faster.
  2. From the command line, cd into vagrant/ and run vagrant up
  3. After it finishes installing the Ubuntu VM, follow the printed instructions.