Skip to content

Releases: Enovale/Alibi

Turnabout Turnabout haha

29 Apr 02:49
Compare
Choose a tag to compare
Pre-release

This ones a doozy.

Completely overhauled the way websockets work, its no longer a stupid proxy and is much much less buggy.
Refactored a ton of API shit to actually be useable and make any kind of sense (Why did I think you could have static interface members?)
Lots of small fixes and improvements like multi-client bans, properly informing the client of updates like taken characters
I put a bit of time into working on backwards compatibility. The server should now be compatible with any AO client from 2.4.3 onwards.
Added case alerts, which technically don't do anything yet but they're in so /shrug.

As always you need the .NET 5.0 Desktop/Core Runtime (Check Server Setup for details).
Windows x64 and Linux x64 provided for now, build your own if you need ARM or MacOS.

I swear i'll set up an AppVeyor eventually

Documentation!!!

22 Apr 01:33
Compare
Choose a tag to compare
Documentation!!! Pre-release
Pre-release

This update refactors a lot of the code, fixes a lot of bugs, and adds a few commands.
I never realized that configuration completely broke, lmao, so that's fixed.

A new documentation page for the server and plugin creation is available here

As usual, this requires the .NET 5.0 Runtime, check the README for that.
Linux version is only for x86-64, not ARM. If you need ARM, build it yourself, it should work.

HOTFIX: Forgot to commit the configuration fix omg dude get it together
Also fixed compatibility with some old clients or whatever

Modernity

19 Apr 05:35
Compare
Choose a tag to compare
Modernity Pre-release
Pre-release

Updated this to use .Net 5 which allows natives to be included without extracting to disk, and some other nerd shit. There is probably bugs from this upgrade, but everything appears to work, so :/

This release contains all the needed files for a server.

The exe is for windows 64 bit, and the other is for Linux 64 bit.

You will need the .Net Core Runtime 5.0 x64 to run this, look at the README for links.

Extract Plugins.zip to the same folder as the executable if you want the prebundled plugins.

Actual release people can use! (Hopefully)

18 Oct 23:13
Compare
Choose a tag to compare

This release contains all the needed files for a server.

The exe is for windows 64 bit, and the other is for Linux 64 bit. 32-bit and ARM releases will likely be made later, but if you need them just build it yourself.

You will need the .Net Core Runtime 3.1 64 bit to run this, look at the README for links.

Extract Plugins.zip to the same folder as the executable if you want the prebundled Cerberus and DiscordWebhook plugins.

Core 0.3 Release

17 Oct 17:58
Compare
Choose a tag to compare
Core 0.3 Release Pre-release
Pre-release

This release includes no plugins for now. Build them yourself if you want em lol

Requires the 64 bit .net Core Runtime.

The binary without .exe is for 64 bit linux.