Gosora is an ultra-fast and secure forum software written in Go that balances usability with functionality.
Go to file
Azareal 22650aad27 Added Quick Topic.
Added Attachments.
Added Attachment Media Embeds.

Renamed a load of *Store and *Cache methods to reduce the amount of unneccesary typing.
Added petabytes as a unit and cleaned up a few of the friendly units.
Refactored the username change logic to make it easier to maintain.
Refactored the avatar change logic to make it easier to maintain.
Shadow now uses CSS Variables for most of it's colours. We have plans to transpile this to support older browsers later on!
Snuck some CSS Variables into Tempra Conflux.
Added the GroupCache interface to MemoryGroupStore.
Added the Length method to MemoryGroupStore.
Added support for a site short name.
Added the UploadFiles permission.
Renamed more functions.
Fixed the background for the left gutter on the postbit for Tempra Simple and Shadow.
Added support for if statements operating on int8, int16, int32, int32, int64, uint, uint8, uint16, uint32, uint64, float32, and float64 for the template compiler.
Added support for if statements operating on slices and maps for the template compiler.
Fixed a security exploit in reply editing.
Fixed a bug in the URL detector in the parser where it couldn't find URLs with non-standard ports.
Fixed buttons having blue outlines on focus on Shadow.
Refactored the topic creation logic to make it easier to maintain.

Made a few responsive fixes, but there's still more to do in the following commits!
2017-10-05 11:20:28 +01:00
.vscode Refactored the code to follow best standards better. 2017-09-03 05:50:31 +01:00
attachs Added Quick Topic. 2017-10-05 11:20:28 +01:00
backups You can now search for whatever IP you want in the IP Searcher. 2017-09-23 20:57:13 +01:00
experimental Added Quick Topic. 2017-10-05 11:20:28 +01:00
extend Began work on support for JS Plugins. 2017-09-28 23:16:34 +01:00
images Added Quick Topic. 2017-10-05 11:20:28 +01:00
install Added Quick Topic. 2017-10-05 11:20:28 +01:00
langs Added Quick Topic. 2017-10-05 11:20:28 +01:00
old-images Removed the images for Cosmo from /images/, it's very saddening to see it go :( 2017-09-22 03:21:17 +01:00
pages Added the ability to compile templates down to Pure Go code. 2016-12-16 10:37:42 +00:00
public Added Quick Topic. 2017-10-05 11:20:28 +01:00
query_gen Added Quick Topic. 2017-10-05 11:20:28 +01:00
router_gen Added Quick Topic. 2017-10-05 11:20:28 +01:00
schema Add a per-user theme switcher. The CSS might be slightly broken in the themes, that'll be fixed in a follow-up commit. 2017-09-10 17:57:22 +01:00
templates Added Quick Topic. 2017-10-05 11:20:28 +01:00
themes Added Quick Topic. 2017-10-05 11:20:28 +01:00
uploads Added the profile system. 2016-12-07 09:34:09 +00:00
.gitignore Added Quick Topic. 2017-10-05 11:20:28 +01:00
.htaccess Happy 100th commit! For the 100th commit, I've revamped a good portion of the user interface, and we don't plan on stopping! There's more to come! 2017-05-29 15:52:37 +01:00
LICENSE Adding the files. 2016-12-02 07:38:54 +00:00
README.md Missed a few spots. 2017-09-29 05:42:35 +01:00
TODO.md Added a custom auto-link parser rather than using a regex. 2017-03-07 07:22:29 +00:00
alerts.go Another mooostly technical commit, don't worry we'll be getting to the fun stuff soon! 2017-09-18 18:03:52 +01:00
auth.go Added Quick Topic. 2017-10-05 11:20:28 +01:00
build-linux Added support for desktop notifications. 2017-08-17 12:13:49 +01:00
build-linux-nowebsockets Added support for desktop notifications. 2017-08-17 12:13:49 +01:00
build-nowebsockets.bat Added the query generator. It's a work in progress and in constant flux. 2017-06-05 12:57:27 +01:00
build.bat Added the query generator. It's a work in progress and in constant flux. 2017-06-05 12:57:27 +01:00
cache.go Added Quick Topic. 2017-10-05 11:20:28 +01:00
config.go Added Quick Topic. 2017-10-05 11:20:28 +01:00
database.go Began work on support for JS Plugins. 2017-09-28 23:16:34 +01:00
errors.go Added Quick Topic. 2017-10-05 11:20:28 +01:00
extend.go Added Quick Topic. 2017-10-05 11:20:28 +01:00
files.go Another mooostly technical commit, don't worry we'll be getting to the fun stuff soon! 2017-09-18 18:03:52 +01:00
forum.go Added Quick Topic. 2017-10-05 11:20:28 +01:00
forum_store.go Added Quick Topic. 2017-10-05 11:20:28 +01:00
gen_mysql.go Added Quick Topic. 2017-10-05 11:20:28 +01:00
gen_pgsql.go Began work on support for JS Plugins. 2017-09-28 23:16:34 +01:00
gen_router.go Added Quick Topic. 2017-10-05 11:20:28 +01:00
general_test.go Added Quick Topic. 2017-10-05 11:20:28 +01:00
group.go Added Quick Topic. 2017-10-05 11:20:28 +01:00
group_store.go Added Quick Topic. 2017-10-05 11:20:28 +01:00
install-linux Oopsies, need to update these with the new dependency. 2017-09-29 00:54:02 +01:00
install.bat Oopsies, need to update these with the new dependency. 2017-09-29 00:54:02 +01:00
last_version.txt Revamped the top navbar. 2017-05-12 14:25:12 +01:00
main.go Added Quick Topic. 2017-10-05 11:20:28 +01:00
member_routes.go Added Quick Topic. 2017-10-05 11:20:28 +01:00
misc_test.go Added Quick Topic. 2017-10-05 11:20:28 +01:00
mod_routes.go Added Quick Topic. 2017-10-05 11:20:28 +01:00
module_ottojs.go Began work on support for JS Plugins. 2017-09-28 23:16:34 +01:00
mysql.go Another mooostly technical commit, don't worry we'll be getting to the fun stuff soon! 2017-09-18 18:03:52 +01:00
mysql.sql Added Quick Topic. 2017-10-05 11:20:28 +01:00
no_websockets.go Revamped Tempra Conflux. 2017-09-13 16:09:13 +01:00
pages.go Added Quick Topic. 2017-10-05 11:20:28 +01:00
panel_routes.go Added Quick Topic. 2017-10-05 11:20:28 +01:00
permissions.go Added Quick Topic. 2017-10-05 11:20:28 +01:00
pgsql.go Add a per-user theme switcher. The CSS might be slightly broken in the themes, that'll be fixed in a follow-up commit. 2017-09-10 17:57:22 +01:00
phrases.go Revamped Tempra Conflux. 2017-09-13 16:09:13 +01:00
plugin_bbcode.go Add a per-user theme switcher. The CSS might be slightly broken in the themes, that'll be fixed in a follow-up commit. 2017-09-10 17:57:22 +01:00
plugin_heythere.go Began work on support for JS Plugins. 2017-09-28 23:16:34 +01:00
plugin_markdown.go Add a per-user theme switcher. The CSS might be slightly broken in the themes, that'll be fixed in a follow-up commit. 2017-09-10 17:57:22 +01:00
plugin_skeleton.go Refactored the code to follow best standards better. 2017-09-03 05:50:31 +01:00
plugin_socialgroups.go Began work on support for JS Plugins. 2017-09-28 23:16:34 +01:00
plugin_test.go Revamped Tempra Conflux. 2017-09-13 16:09:13 +01:00
pluginlangs.go Began work on support for JS Plugins. 2017-09-28 23:16:34 +01:00
reply.go Added Quick Topic. 2017-10-05 11:20:28 +01:00
router.go Add a per-user theme switcher. The CSS might be slightly broken in the themes, that'll be fixed in a follow-up commit. 2017-09-10 17:57:22 +01:00
routes.go Added Quick Topic. 2017-10-05 11:20:28 +01:00
routes_common.go Added Quick Topic. 2017-10-05 11:20:28 +01:00
run-linux Added support for desktop notifications. 2017-08-17 12:13:49 +01:00
run-linux-nowebsockets Added support for desktop notifications. 2017-08-17 12:13:49 +01:00
run-nowebsockets.bat Added the query generator. It's a work in progress and in constant flux. 2017-06-05 12:57:27 +01:00
run.bat Replaced most of the uses of fmt with log. 2017-08-13 12:22:34 +01:00
setting.go Another mooostly technical commit, don't worry we'll be getting to the fun stuff soon! 2017-09-18 18:03:52 +01:00
site.go Added Quick Topic. 2017-10-05 11:20:28 +01:00
tasks.go Removed the images for Cosmo from /images/, it's very saddening to see it go :( 2017-09-22 03:21:17 +01:00
template_forum.go Added Quick Topic. 2017-10-05 11:20:28 +01:00
template_forums.go Added Quick Topic. 2017-10-05 11:20:28 +01:00
template_init.go Added Quick Topic. 2017-10-05 11:20:28 +01:00
template_list.go Added Quick Topic. 2017-10-05 11:20:28 +01:00
template_profile.go Added Quick Topic. 2017-10-05 11:20:28 +01:00
template_topic.go Added Quick Topic. 2017-10-05 11:20:28 +01:00
template_topic_alt.go Added Quick Topic. 2017-10-05 11:20:28 +01:00
template_topics.go Added Quick Topic. 2017-10-05 11:20:28 +01:00
templates.go Added Quick Topic. 2017-10-05 11:20:28 +01:00
themes.go Added Quick Topic. 2017-10-05 11:20:28 +01:00
topic.go Added Quick Topic. 2017-10-05 11:20:28 +01:00
topic_store.go Added Quick Topic. 2017-10-05 11:20:28 +01:00
update-deps-linux Oopsies, need to update these with the new dependency. 2017-09-29 00:54:02 +01:00
update-deps.bat Oopsies, need to update these with the new dependency. 2017-09-29 00:54:02 +01:00
user.go Added Quick Topic. 2017-10-05 11:20:28 +01:00
user_store.go Added Quick Topic. 2017-10-05 11:20:28 +01:00
utils.go Added Quick Topic. 2017-10-05 11:20:28 +01:00
websockets.go Added the GroupStore. 2017-09-15 23:20:01 +01:00
widgets.go Another mooostly technical commit, don't worry we'll be getting to the fun stuff soon! 2017-09-18 18:03:52 +01:00
word_filters.go Another mooostly technical commit, don't worry we'll be getting to the fun stuff soon! 2017-09-18 18:03:52 +01:00

README.md

Gosora Azareal's Discord Chat

A super fast forum software written in Go. You can talk to us on our Discord chat!

The initial code-base was forked from one of my side projects, but has now gone far beyond that. We're still fairly early in development, so the code-base might change at an incredible rate. We plan to stop making as many breaking changes once we release the first alpha.

If you like this software, please give it a star and give us some feedback :)

If you dislike it, please give us some feedback on how to make it better! We're always looking for feedback. We love hearing your opinions. If there's something missing or something doesn't look quite right, don't worry! We plan to change many things before the alpha!

Features

Basic Forum Functionality. All of the little things you would expect of any forum software. E.g. Common Moderation features, modlogs, theme system, avatars, bbcode parser, markdown parser, report system, per-forum permissions, group permissions and so on.

Custom Pages. Under development. The Control Panel portion is incomplete, but you can create them by hand today. They're basically html/templates templates in the /pages/ folder.

Emojis. Allow your users to express themselves without resorting to serving tons upon tons of image files.

In-memory static file, forum and group caches. We have a slightly more dynamic cache for users and topics.

A profile system, including profile comments and moderation tools for the profile owner.

A template engine which compiles templates down to machine code. Over thirty times faster than html/templates, although it does remove some of the hand holding to achieve this. Compatible with templates written for html/templates, you don't need to learn any new templating language.

A plugin system. More on this to come.

A responsive design. Looks great on mobile phones, tablets, laptops, desktops and more!

Other modern features like alerts, likes, advanced dashboard with live stats (CPU, RAM, online user count, and so on), etc.

Dependencies

Go 1.9 - You will need to install this. Pick the .msi, if you want everything sorted out for you rather than having to go around updating the environment settings. https://golang.org/doc/install

MySQL Database - You will need to setup a MySQL Database somewhere. A MariaDB Database works equally well and is much faster than MySQL. You could use something like WNMP / XAMPP which have a little PHP script called PhpMyAdmin for managing MySQL databases or you could install MariaDB directly.

Download the .msi installer from MariaDB and run that. You may want to set it up as a service to avoid running it every-time the computer starts up.

Instructions on how to set MariaDB up on Linux: https://downloads.mariadb.org/mariadb/repositories/

We recommend changing the root password (that is the password for the user 'root'). Remember that password, you will need it for the installation process. Of course, we would advise using a user other than root for maximum security, although that adds additional steps to the process of getting everything setup.

It's entirely possible that your host might already have MySQL, so you might be able to skip this step, particularly if it's a managed VPS or a shared host (contrary to popular belief, it is possible, although the ecosystem in this regard is extremely immature). Or they might have a quicker and easier method of setting up MySQL.

Installation Instructions

Linux

cd to the directory / folder the code is in. In other words, type cd followed by the location of the code and it should jump there.

Run ./install-gosora-linux

Follow the instructions shown on the screen.

Windows

Run install.bat

Follow the instructions shown on the screen.

Run the program

Linux

In the same directory you installed it, you simply have to type: ./run-gosora-linux

Windows

Run run.bat

Updating Dependencies

You can update the dependencies which Gosora relies on by running update-deps.bat on Windows or ./update-deps-linux on Linux. These dependencies do not include Go or MySQL.

We're also looking into ways to distribute ready made executables for Windows. While this is not a complicated endeavour, the configuration settings currently get built with the rest of the program for speed, and we will likely have to change this.

With the introduction of the new settings system, we will begin moving some of the less critical settings out of the configuration file, and will likely have a config.xml or config.ini in the future to store the critical settings in.

You might have to run run.bat or ./run-gosora-linux twice after changing a template to make sure the templates are compiled properly. We'll be resolving this issue while rolling out the new compiled templates system to the rest of the routes.

Several important features for saving memory in the templates system may have to be implemented before the new compiled template system is rolled out to every route. These features are coming fairly soon, but not before the higher priority items.

Advanced Installation

An example of running the commands directly on Windows.

Linux is similar, however you might need to use cd and mv a bit more like in the shell files due to the differences in go build across platforms. Additionally, Linux doesn't require StackExchange/wmi or ``/x/sys/windows`

git clone https://github.com/Azareal/Gosora

go get -u github.com/go-sql-driver/mysql

go get -u golang.org/x/crypto/bcrypt

go get -u github.com/StackExchange/wmi

go get -u github.com/Azareal/gopsutil

go get -u github.com/gorilla/websocket

go get -u gopkg.in/sourcemap.v1

go get -u github.com/robertkrimen/otto


go generate

go build ./router_gen

router_gen.exe

go build ./query_gen

query_gen.exe

go build -o gosora.exe

go build ./install

install.exe

gosora.exe

How do I install plugins?

For the default plugins like Markdown and Helloworld, you can find them in the Plugin Manager of your Control Panel. For ones which aren't included by default, you will need to drag them from your /extend/ directory and into the / directory (the root directory of your Gosora installation, where the executable and most of the main Go files are).

You will then need to recompile Gosora in order to link the plugin code with Gosora's code. For plugins not written in Gosora (e.g. JavaScript), you do not need to move them from the /extend/ directory, they will automatically show up in your Control Panel ready to be installed.

Experimental plugins aka the ones in the /experimental/ folder (e.g. plugin_sendmail) are similar but different. You will have to move native plugins (ones written in Go) to the root directory of your installation and will have to move experimental plugins written in other languages into the /extend/ directory.

We're looking for ways to clean-up the plugin system so that all of them (except the experimental ones) are housed in /extend/, however we've encountered some problems with Go's packaging system. We plan to fix this issue in the future.

Images

Shadow Theme

Tempra Simple Theme

Tempra Simple Topic List

Tempra Simple Mobile

Tempra Cursive Theme

Tempra Conflux Theme

Tempra Conflux Mobile

Tempra Conflux Mobile

More images in the /images/ folder. Beware though, some of them are really outdated.

Dependencies

  • Go 1.9

  • MariaDB (or any other MySQL compatible database engine). We'll allow other database engines in the future.

  • github.com/go-sql-driver/mysql For interfacing with MariaDB.

  • golang.org/x/crypto/bcrypt For hashing passwords.

  • github.com/Azareal/gopsutil For pulling information on CPU and memory usage. I've temporarily forked this, as we were having stability issues with the latest build.

    • github.com/StackExchange/wmi Dependency for gopsutil on Windows.

    • golang.org/x/sys/windows Also a dependency for gopsutil on Windows. This isn't needed at the moment, as I've rolled things back to an older more stable build.

  • github.com/gorilla/websocket Needed for Gosora's Optional WebSockets Module.

Bundled Plugins

There are several plugins which are bundled with the software by default. These cover various common tasks which aren't common enough to clutter the core with or which have competing implementation methods (E.g. plugin_markdown vs plugin_bbcode for post mark-up).

  • Hello World / Skeleton - Example plugins for helping you learn how to develop plugins.

  • BBCode - A plugin in early development for converting BBCode Tags into HTML.

  • Markdown - An extremely simple plugin for converting Markdown into HTML.

Developers

There are a few things you'll need to know before running the more developer oriented features like the tests or the benchmarks.

The benchmarks are currently being rewritten as they're currently extremely serial which can lead to severe slow-downs when run on a home computer due to the benchmarks being run on the one core everything else is being run on (Browser, OS, etc.) and the tests not taking parallelism into account.