Snapshot mirror of gitlab.com/TheGrandLibrary/zaela/Server (TheGrandLibrary, Sept 2025)
Find a file
2019-08-04 20:12:22 -07:00
client_files Add individual export options to export_client_files 2019-03-05 02:34:10 -06:00
cmake Servertalk implementation wip, added optional support for pub-key authenticated encryption (via libsodium), not backwards compatible. 2016-10-23 17:55:19 -07:00
common Task scheduler test 2019-08-04 20:12:22 -07:00
dependencies fix for tortoisegit commit and overlay issues in dependencies/.gitignore 2013-07-15 23:22:17 -04:00
eqlaunch Missing sleep def on linux 2017-04-11 22:04:49 -07:00
hc More HC work, almost fully logs in 2016-11-19 15:50:22 -08:00
libs Fix for build zlib option when not using vcpkg 2019-07-13 00:43:56 -04:00
loginserver Add support for single account login to both world and login server, should also work with eqemu login server, can be turned off in rules if you don't mind the side effects double logins cause. Also lowered the linkdead time to 30s + 90s default (2min) 2019-07-13 16:16:15 -07:00
queryserv [Queryserv] Dropped Item Logging 2018-07-22 12:39:34 -04:00
shared_memory Merge of a monster 2017-04-02 20:03:51 -07:00
submodules Swap out recast for our own submod 2019-05-17 00:18:32 -07:00
tests Merge fix 2016-11-19 15:54:31 -08:00
ucs Merge branch 'master' into feature/eqemu-api-data-service-netstats-ws 2019-06-23 22:51:21 +00:00
utils Fix for multiple-argument with explicit token use in 'vcxproj_dependencies' [skip ci] 2019-07-25 19:55:42 -04:00
wi Will be redoing the event interface for subscriptions, some work for the wi and crash fixes 2017-01-30 23:22:52 -08:00
world Minor fixes to CLE stale system 2019-07-25 22:26:56 -07:00
zone Task scheduler test 2019-08-04 20:12:22 -07:00
.editorconfig editorconfig 2018-08-04 15:26:21 -04:00
.gitattributes Create .gitattributes 2013-02-16 15:00:23 -08:00
.gitignore Fix for x86 zlib issue 2019-06-30 18:28:11 -07:00
.gitmodules Swap out recast for our own submod 2019-05-17 00:18:32 -07:00
.travis.yml Change travis 2018-06-27 23:05:12 -07:00
appveyor-bots.yml Appveyor scripts that are in use, and added back in the old dependency stuff for windows 2018-07-02 22:08:04 -07:00
appveyor-no-bots.yml Appveyor scripts that are in use, and added back in the old dependency stuff for windows 2018-07-02 22:08:04 -07:00
changelog.txt Added 'vcxproj_dependencies.py' 2019-07-22 23:05:33 -04:00
CMakeLists.txt Fix for cmake 'zlib not found' defaulting to internal libs not working issue [skip ci] 2019-07-26 18:20:01 -04:00
LICENSE Change license to GPL3 instead of LGPL3 I'm not sure why this happened it should of always been GPL3 as per the attributions in the source 2018-07-02 22:09:37 -07:00
README.md Update README.md 2019-07-29 17:28:58 -05:00

EQEmulator Core Server

Travis CI (Linux) Appveyor w/ Bots (Windows) Appveyor w/o Bots (Windows)
Linux CI Build status Build status

EQEmulator is a custom completely from-scratch open source server implementation for EverQuest built mostly on C++

  • MySQL/MariaDB is used as the database engine (over 200+ tables)
  • Perl and LUA are both supported scripting languages for NPC/Player/Quest oriented events
  • Open source database (Project EQ) has content up to expansion OoW (included in server installs)
  • Game server environments and databases can be heavily customized to create all new experiences
  • Hundreds of Quests/events created and maintained by Project EQ

Server Installs

Windows Linux
Install Count Windows Install Count Linux Install Count

> Windows

> Debian/Ubuntu/CentOS/Fedora

  • You can use curl or wget to kick off the installer (whichever your OS has)

curl -O https://raw.githubusercontent.com/EQEmu/Server/master/utils/scripts/linux_installer/install.sh install.sh && chmod 755 install.sh && ./install.sh

wget --no-check-certificate https://raw.githubusercontent.com/EQEmu/Server/master/utils/scripts/linux_installer/install.sh -O install.sh && chmod 755 install.sh && ./install.sh

Supported Clients

Titanium Edition Secrets of Faydwer Seeds of Destruction Underfoot Rain of Fear

Bug Reports

  • Please use the issue tracker provided by GitHub to send us bug reports or feature requests.
  • The EQEmu Forums are also a place to submit and get help with bugs.

Contributions

  • The preferred way to contribute is to fork the repo and submit a pull request on GitHub. If you need help with your changes, you can always post on the forums or try Discord. You can also post unified diffs (git diff should do the trick) on the Server Code Submissions forum, although pull requests will be much quicker and easier on all parties.

Contact

Resources

Other License Info

  • The server code and utilities are released under GPLv3
  • We also include some small libraries for convienence that may be under different licensing
    • SocketLib - GPL LibXML
    • zlib - zlib license
    • MariaDB/MySQL - GPL
    • GPL Perl - GPL / ActiveState (under the assumption that this is a free project)
    • CPPUnit - GLP StringUtilities - Apache
    • LUA - MIT

Contributors