Gosora is an ultra-fast and secure forum software written in Go that balances usability with functionality.
Go to file
Azareal d7cf48e43d Router Generator WIP
Added a test for one of the router algorithms.
Added the ViewAdminLogs permission. Adminlogs are coming soon!
The empty comments next to HandleFuncs on main.go are there to remind me about which routes I've added to the router generator route list.
Fixed the Modlogs Page so that you can view it without the ManageThemes permissions. I accidentally used the wrong permission there before.
Changed the router algorithm to align better with the upcoming generated router. It's faster too.
2017-04-12 11:10:36 +01: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 Added support for modlogs. 2017-04-06 18:37:32 +01:00
install Authenticated SMTP is now fully functional. 2017-03-16 05:06:58 +00:00
old-images Topic and user edits should now update the caches. Ditto for topic deletions. 2017-02-15 10:49:30 +00:00
pages Added the ability to compile templates down to Pure Go code. 2016-12-16 10:37:42 +00:00
public You now get an alert when someone replies to one of your topics. 2017-03-05 07:53:41 +00:00
router_gen Router Generator WIP 2017-04-12 11:10:36 +01:00
templates Router Generator WIP 2017-04-12 11:10:36 +01:00
themes Added the Group Editor. 2017-03-18 07:23:02 +00:00
uploads Added the profile system. 2016-12-07 09:34:09 +00:00
.gitignore Router Generator WIP 2017-04-12 11:10:36 +01:00
LICENSE Adding the files. 2016-12-02 07:38:54 +00:00
README.md Relative times are now shown for all the topics on /topics/ and /forum/ 2017-02-06 04:52:19 +00:00
TODO.md Added a custom auto-link parser rather than using a regex. 2017-03-07 07:22:29 +00:00
build-gosora-linux Added pagination for forums. 2017-01-26 13:37:50 +00:00
build.bat Added pagination for forums. 2017-01-26 13:37:50 +00:00
cache.go Topic and user edits should now update the caches. Ditto for topic deletions. 2017-02-15 10:49:30 +00:00
config.go Authenticated SMTP is now fully functional. 2017-03-16 05:06:58 +00:00
data.sql Router Generator WIP 2017-04-12 11:10:36 +01:00
errors.go I'm still working on alerts. I've worked out the client-side UI for Cosmo, the UI will be tweaked for the other themes shortly. The client-side JS also now pulls the alerts from the server. 2017-03-01 11:36:50 +00:00
extend.go Dramatically improved Gosora's speed by two to four times. 2017-01-17 07:55:46 +00:00
files.go Static images now work again after they were accidentally broken when I added Gzip Compression. 2017-02-16 06:47:55 +00:00
forum.go Added the Group Creator. 2017-03-27 08:09:28 +01:00
general_test.go Router Generator WIP 2017-04-12 11:10:36 +01:00
group.go Added the Group Creator. 2017-03-27 08:09:28 +01:00
install-gosora-linux The default topic should now be posted in the right forum. 2017-03-15 09:34:07 +00:00
install.bat Added pagination for forums. 2017-01-26 13:37:50 +00:00
main.go Router Generator WIP 2017-04-12 11:10:36 +01:00
mod_routes.go Added support for modlogs. 2017-04-06 18:37:32 +01:00
mysql.go Router Generator WIP 2017-04-12 11:10:36 +01:00
pages.go Added support for modlogs. 2017-04-06 18:37:32 +01:00
panel_routes.go Router Generator WIP 2017-04-12 11:10:36 +01:00
permissions.go Router Generator WIP 2017-04-12 11:10:36 +01:00
phrases.go Router Generator WIP 2017-04-12 11:10:36 +01:00
plugin_bbcode.go Added numeric mentions. Username mentions will be automatically pre-parsed into numeric mentions in a future commit. 2017-03-14 10:57:40 +00:00
plugin_helloworld.go Added the topic and user memory caches. Currently used in an extremely limited way, we plan to expand this! 2017-02-11 14:51:16 +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 Added the lock and unlock moderation action posts. 2017-04-02 14:00:40 +01:00
router.go Router Generator WIP 2017-04-12 11:10:36 +01:00
routes.go Added support for modlogs. 2017-04-06 18:37:32 +01:00
run-gosora-linux Added pagination for forums. 2017-01-26 13:37:50 +00:00
run.bat Added pagination for forums. 2017-01-26 13:37:50 +00:00
setting.go Added the User Editor. 2016-12-23 12:35:22 +00:00
template_forum.go Added the Group Creator. 2017-03-27 08:09:28 +01:00
template_forums.go Added the Group Creator. 2017-03-27 08:09:28 +01:00
template_list.go Added the lock and unlock moderation action posts. 2017-04-02 14:00:40 +01:00
template_profile.go Added the Group Creator. 2017-03-27 08:09:28 +01:00
template_topic.go Added the lock and unlock moderation action posts. 2017-04-02 14:00:40 +01:00
template_topic_alt.go Added the Group Creator. 2017-03-27 08:09:28 +01:00
template_topics.go Added the Group Creator. 2017-03-27 08:09:28 +01:00
templates.go Router Generator WIP 2017-04-12 11:10:36 +01:00
themes.go Added a custom auto-link parser rather than using a regex. 2017-03-07 07:22:29 +00:00
topic.go Added the InternalErrorJS and LocalErrorJS error handler functions. 2017-02-28 09:27:28 +00:00
update-deps-linux Added pagination for forums. 2017-01-26 13:37:50 +00:00
update-deps.bat Added pagination for forums. 2017-01-26 13:37:50 +00:00
user.go Authenticated SMTP is now fully functional. 2017-03-16 05:06:58 +00:00
utils.go Modlogs / Adminlogs WIP, not much to see here. I'm just dumping this here, as I'm going to be moving a lot of code into another file, and I didn't want it to mess with the diffs. 2017-04-05 15:05:37 +01: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. We're still fairly early in development, so the code-base might change at an incredible rate. We plan to start stabilising it somewhat once we enter alpha.

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 Simple Topic List

Tempra Conflux Theme

Tempra Conflux Mobile

Cosmo Conflux Theme

Cosmo Theme

Dependencies

  • Go 1.7

  • MariaDB

  • github.com/go-sql-driver/mysql

  • golang.org/x/crypto/bcrypt

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.