1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-01 22:26:24 -07:00
Commit graph

46 commits

Author SHA1 Message Date
Eggbertx
09c059edd2 Change naming convention from cyclical to cyclic, as the latter is more acurate 2025-01-19 11:58:18 -08:00
Eggbertx
9b6ec1e33e Update readme, make stuff in consts.js actually constant 2024-12-08 12:43:14 -08:00
Eggbertx
e580c6529e Document Lua plugin functions, bump version to 3.8.0 2023-08-09 11:57:50 -07:00
Eggbertx
856d7e7572 Add information to readme about plugins/events 2023-06-16 08:41:23 -07:00
Eggbertx
eb2cf5e712 Update config file with new config options, update to-do list in README 2023-04-28 15:07:53 -07:00
Eggbertx
eca996b546 Fix frontend not getting board string from location for banner 2023-04-11 13:28:54 -07:00
Eggbertx
b132c54789 Update README with more info on gochan-migration and MariaDB/MySQL
Also update the TODO list
2023-04-07 15:04:41 -07:00
Eggbertx
aba84ceed2 Use router package instead of GET parameter for manage pages 2023-01-04 15:33:50 -08:00
Eggbertx
820f5b993b Fix thread upload deletion 2022-12-24 20:53:56 -08:00
Eggbertx
6567da3300 Add de-deprecation stuff (will not build yet) 2022-10-11 14:26:31 -07:00
Eggbertx
d264cb12ac Merge /sass and /frontend for better organization 2022-05-12 21:24:07 -07:00
Eggbertx
8b92872677 Add Jest for JavaScript testing 2022-01-27 23:26:30 -08:00
Eggbertx
44d5ccb13c Elaborate in README.md to avoid potential confusion 2021-12-18 18:51:47 -08:00
Eggbertx
636fe77e01 Put gochan's migration tool on indefinite hiatus.
RIP gochan-migrate :(
2021-12-18 18:49:22 -08:00
Eggbertx
3396f0c69f Forgot to remove refactoring disclaimer in README 2021-08-01 23:00:53 -07:00
Eggbertx
9c75b85eb3 Add configuration documentation, finish cfg refactoring 2021-08-01 22:44:53 -07:00
Eggbertx
dfdb926d71 Add partially refactored configuration changes 2021-07-11 11:51:29 -07:00
comraderat
9816c0b2f0 Fix gochan sample config and fix readme 2020-07-08 21:40:22 +02:00
Eggbertx
a69b6748c7 Remove SQLite support due to instability 2020-06-15 11:27:14 -07:00
Eggbertx
1c489cf08c re-add closeHandle to avoid trying to run Close on potentially nil pointers
Move bbcompiler to struct to prevent issues with garbage collection
2020-04-04 23:06:29 -07:00
Eggbertx
13fffdb4c9 Replace that clunky build.sh with a slightly less clunky Makefile 2020-03-20 11:04:39 -07:00
Eggbertx
3c8a01dcea Stability fixes, mostly SQL related
Generate config.RandomSeed if one isn't provided in gochan.json
Don't automatically fail if a board's path already exists, unless it isn't a directory
Clean up SQL query strings with DBPREFIX replacer
Separate the gochan.service file into separate files for each SQL DB type
Enable the gochan.service in Vagrant and fix issue with it failing on restart
fixes #19
2020-03-07 17:20:35 -08:00
Eggbertx
6a96420e3e Update README 2019-12-04 18:40:01 -08:00
Eggbertx
58dc6a0942 Have build.sh fail if user tries to cross-compile to macOS
TODO: get cross-compilation properly working (Windows seems to be fine)
2019-11-02 17:28:55 -07:00
Eggbertx
a53659dc28 Add Docker disclaimer to README.md 2019-09-19 13:01:37 -07:00
1cd3fc2c40 Update the README to add a little more clarity as to Gochan's method of operation.
Also change the demo install URL to use TLS, and make it clear that it is the demo install.
2019-08-22 01:41:55 -07:00
Eggbertx
4e67e072e5 Fix broken SQLite connection, update README 2019-08-09 14:25:02 -07:00
user.email
a6d7e9f188 Rewrite CSS as Sass (.scss) files for better organization/loading 2018-11-25 14:16:22 -08:00
Joshua Merrell
78185e8325 Have config.verbosity be determined by gochan.json, not by Makefile
Finally add release instructions to README.md
2018-06-20 17:27:23 -07:00
Joshua Merrell
7340a030bf replace my half-baked tripcode generator with a better one, improve post sanitizing/cookie saving 2017-12-31 00:33:19 -08:00
Joshua Merrell
7ca552801b fix vagrant invalid file path error, update README 2017-08-12 16:46:00 -07:00
b0cd99d789 Fix a small typo in the README 2017-05-15 12:30:47 -07:00
Joshua Merrell
6a693dc383 Remove apostrophe at end of gochan.org link. Ooops. 2015-08-28 05:58:06 -07:00
Joshua Merrell
2343a5d81e Clean up README file 2015-08-28 05:55:41 -07:00
cb1baa707b Also fix the magical README's formatting 2015-04-03 01:52:37 -07:00
Joshua Merrell
d43736c550 messed up the Attribution section in the readme. fug :DDD 2015-03-14 02:12:51 -07:00
Joshua Merrell
94ae946fdf remove unused thumbnail expansion function, add thumbnail throbber 2015-03-14 02:10:02 -07:00
Joshua Merrell
e87330dc57 update README file 2014-06-27 03:25:45 -07:00
Joshua Merrell
3adbe83cf7 Removing daemonization line, since that can be done with a shell script/cron job/etc 2013-10-02 19:26:46 -07:00
Joshua Merrell
c955ca0661 updated version and README 2013-09-21 23:49:40 -07:00
Joshua Merrell
7484afd562 updated README, removed TODO 2013-07-29 14:03:35 -07:00
Joshua Merrell
2eaffa728a updated README and TODO files 2013-07-11 02:14:09 -07:00
Joshua Merrell
32e7517901 Updated README 2013-07-04 02:49:56 -07:00
Joshua Merrell
2f8b70701c Updated README 2013-07-04 02:47:45 -07:00
Joshua Merrell
dca39f6220 Updated README 2013-07-04 02:47:05 -07:00
Joshua Merrell
a66f1baa34 First commit 2013-02-02 14:53:39 -08:00