Gosora is an ultra-fast and secure forum software written in Go that balances usability with functionality.
Go to file
Azareal d4ad7f1a4c Dramatically improved Gosora's speed by two to four times.
Admins and mods can now see the IP Addresses of users.
The last IP Address of a user is now tracked.
The IP Addresses a user used to create replies and topics are now tracked.
Dramatically improved the speed of templates with the new Fragment System. More optimisations to come!
Decreased the memory usage of compiled templates with the new Fragment System.
build.bat now provides more information on what it's doing.
Added the `go generate` command to the .bat files in preparation for the future.
We're currently in the process of overhauling the benchmark system to run tests in parallel rather than serially. More news on that later.
We're also looking into the best way of integrating pprof with the benchmarks for detailed profiling.
The internal and notfound errors are now static pages.
Internal Error pages are now served properly.
Optimised most of the errors.
Added an internal flag for checking if the plugins have been initialised yet. Mainly for tests.
Decoupled the global initialisation code from the tests.
Removed URL Tags from Tempra Simple. We're pondering over how to re-introduce this in a less intrusive way.
Template file writing is now multi-threaded.
The number of maximum open connections is now explicitly set.
Removed the Name field from the page struct.
Turned some of the most frequently hit queries into prepared statements.
Added the [rand] BBCode.
Converted the NoticeList map into a slice.
Added the missing_tag error type to the [url] tag.
error_notfound is now used for when the router can't find a route.
Fixed a bug in the custom page route where both the page AND the error is served when the page doesn't exist.
Removed some deferrals.
Reduced the number of allocations on the topic page.
run.bat now provides more information on what it's doing.
2017-01-17 07:55:46 +00:00
experimental Added a custom router which is twice as fast as the old one. 2017-01-03 07:47:31 +00:00
extend Added the plugin system. 2016-12-11 16:06:17 +00:00
images Dramatically improved Gosora's speed by two to four times. 2017-01-17 07:55:46 +00:00
install Added the Level System. 2017-01-12 02:55:08 +00:00
old-images Added the Cosmo and Cosmo Conflux themes. Freshly ported over from one of my other projects. 2017-01-07 06:31:04 +00:00
pages Added the ability to compile templates down to Pure Go code. 2016-12-16 10:37:42 +00:00
public Dramatically improved Gosora's speed by two to four times. 2017-01-17 07:55:46 +00:00
templates Dramatically improved Gosora's speed by two to four times. 2017-01-17 07:55:46 +00:00
themes Dramatically improved Gosora's speed by two to four times. 2017-01-17 07:55:46 +00:00
uploads Added the profile system. 2016-12-07 09:34:09 +00:00
.gitignore Dramatically improved Gosora's speed by two to four times. 2017-01-17 07:55:46 +00:00
LICENSE Adding the files. 2016-12-02 07:38:54 +00:00
README.md Dramatically improved mobile friendliness on Tempra Conflux, Cosmo Conflux and Cosmo themes. 2017-01-12 14:01:35 +00:00
build-gosora-linux Added an installer which automatically populates the configuration file with information you provide. It also seeds the database with the necessary tables and data. 2017-01-10 06:51:28 +00:00
build.bat Dramatically improved Gosora's speed by two to four times. 2017-01-17 07:55:46 +00:00
config.go Dramatically improved Gosora's speed by two to four times. 2017-01-17 07:55:46 +00:00
data.sql Dramatically improved Gosora's speed by two to four times. 2017-01-17 07:55:46 +00:00
errors.go Dramatically improved Gosora's speed by two to four times. 2017-01-17 07:55:46 +00:00
extend.go Dramatically improved Gosora's speed by two to four times. 2017-01-17 07:55:46 +00:00
files.go Added the Cosmo and Cosmo Conflux themes. Freshly ported over from one of my other projects. 2017-01-07 06:31:04 +00:00
forum.go Added the theme system. 2017-01-01 15:45:43 +00:00
general_test.go Dramatically improved Gosora's speed by two to four times. 2017-01-17 07:55:46 +00:00
group.go Added the theme system. 2017-01-01 15:45:43 +00:00
install-gosora-linux Added an installer which automatically populates the configuration file with information you provide. It also seeds the database with the necessary tables and data. 2017-01-10 06:51:28 +00:00
install.bat Added the Level System. 2017-01-12 02:55:08 +00:00
main.go Dramatically improved Gosora's speed by two to four times. 2017-01-17 07:55:46 +00:00
mod_routes.go Dramatically improved Gosora's speed by two to four times. 2017-01-17 07:55:46 +00:00
mysql.go Dramatically improved Gosora's speed by two to four times. 2017-01-17 07:55:46 +00:00
pages.go Dramatically improved Gosora's speed by two to four times. 2017-01-17 07:55:46 +00:00
plugin_bbcode.go Dramatically improved Gosora's speed by two to four times. 2017-01-17 07:55:46 +00:00
plugin_helloworld.go Added the BBCode plugin. 2017-01-05 14:41:14 +00:00
plugin_markdown.go Added the BBCode plugin. 2017-01-05 14:41:14 +00:00
plugin_skeleton.go Added the BBCode plugin. 2017-01-05 14:41:14 +00:00
reply.go Dramatically improved Gosora's speed by two to four times. 2017-01-17 07:55:46 +00:00
router.go Dramatically improved Gosora's speed by two to four times. 2017-01-17 07:55:46 +00:00
routes.go Dramatically improved Gosora's speed by two to four times. 2017-01-17 07:55:46 +00:00
run-gosora-linux Added an installer which automatically populates the configuration file with information you provide. It also seeds the database with the necessary tables and data. 2017-01-10 06:51:28 +00:00
run.bat Dramatically improved Gosora's speed by two to four times. 2017-01-17 07:55:46 +00:00
setting.go Added the User Editor. 2016-12-23 12:35:22 +00:00
template_forum.go Dramatically improved Gosora's speed by two to four times. 2017-01-17 07:55:46 +00:00
template_forums.go Dramatically improved Gosora's speed by two to four times. 2017-01-17 07:55:46 +00:00
template_list.go Dramatically improved Gosora's speed by two to four times. 2017-01-17 07:55:46 +00:00
template_profile.go Dramatically improved Gosora's speed by two to four times. 2017-01-17 07:55:46 +00:00
template_topic.go Dramatically improved Gosora's speed by two to four times. 2017-01-17 07:55:46 +00:00
template_topic_alt.go Dramatically improved Gosora's speed by two to four times. 2017-01-17 07:55:46 +00:00
template_topics.go Dramatically improved Gosora's speed by two to four times. 2017-01-17 07:55:46 +00:00
templates.go Dramatically improved Gosora's speed by two to four times. 2017-01-17 07:55:46 +00:00
templates_old.go Added the User Editor. 2016-12-23 12:35:22 +00:00
themes.go Added the Cosmo and Cosmo Conflux themes. Freshly ported over from one of my other projects. 2017-01-07 06:31:04 +00:00
todo Adding the files. 2016-12-02 07:38:54 +00:00
topic.go Dramatically improved Gosora's speed by two to four times. 2017-01-17 07:55:46 +00:00
update-deps-linux Added an installer which automatically populates the configuration file with information you provide. It also seeds the database with the necessary tables and data. 2017-01-10 06:51:28 +00:00
update-deps.bat Added the Level System. 2017-01-12 02:55:08 +00:00
user.go Dramatically improved Gosora's speed by two to four times. 2017-01-17 07:55:46 +00:00
utils.go Dramatically improved mobile friendliness on Tempra Conflux, Cosmo Conflux and Cosmo themes. 2017-01-12 14:01:35 +00:00

README.md

Gosora

A super fast forum software written in Go.

The initial code-base was forked from one of my side projects, but has now gone far beyond that.

Azareal's Discord Chat: https://discord.gg/eyYvtTf

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. Moderation, Custom Themes, Avatars, 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're pondering over extending this solution over to topics, users, etc.

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

A template engine which compiles templates down into machine code. Over ten times faster than html/templates. 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!

Dependencies

Go 1.7. 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.

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

Tempra Simple Theme

Tempra Conflux Theme

Cosmo Conflux Theme

Cosmo Theme

TO-DO

Oh my, you caught me right at the start of this project. There's nothing to see here yet, asides from the absolute basics. You might want to look again later!

The various little features which somehow got stuck in the net. Don't worry, I'll get to them!

More moderation features. E.g. Move, Approval Queue (Posts made by users in certain usergroups will need to be approved by a moderator before they're publically visible), etc.

Add a simple anti-spam measure. I have quite a few ideas in mind, but it'll take a while to implement the more advanced ones, so I'd like to put off some of those to a later date and focus on the basics. E.g. CAPTCHAs, hidden fields, etc.

Add a modern alert system.

Add per-forum permissions to finish up the foundations of the permissions system.

Add a better plugin system. E.g. Allow for plugins written in Javascript and ones written in Go. Also, we need to add many, many, many more plugin hooks.

I will need to ponder over implementing an even faster router. We don't need one immediately, although it would be nice if we could get one in the near future. It really depends. Ideally, it would be one which can easily integrate with the current structure without much work, although I'm not beyond making some alterations to faciliate it, assuming that we don't get too tightly bound to that specific router.

Allow themes to define their own templates and to override core templates with their own.

Add a friend system.

Improve profile customisability.

Implement all the common BBCode tags in plugin_bbcode

Implement all the common Markdown codes in plugin_markdown

Add more administration features.

Add more features for improving user engagement. E.g. A like system. I have a few of these in mind, but I've been pre-occupied with implementing other features.

Add a widget system.

Add support for multi-factor authentication.

Add support for secondary emails for users.