Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fluffos/fluffos
Actively maintained LPMUD driver (LPC interpreter, MudOS fork)
https://github.com/fluffos/fluffos
cpp17 fluffos mud mudos
Last synced: 3 months ago
JSON representation
Actively maintained LPMUD driver (LPC interpreter, MudOS fork)
- Host: GitHub
- URL: https://github.com/fluffos/fluffos
- Owner: fluffos
- License: other
- Created: 2013-02-27T07:53:17.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T10:24:50.000Z (6 months ago)
- Last Synced: 2024-05-22T15:21:01.376Z (6 months ago)
- Topics: cpp17, fluffos, mud, mudos
- Language: C++
- Homepage: https://www.fluffos.info
- Size: 33.6 MB
- Stars: 350
- Watchers: 56
- Forks: 186
- Open Issues: 97
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
Awesome Lists containing this project
- awesome-mud - FluffOS - actively maintained LPMUD driver, based on the last release of MudOS. (Codebases)
README
[![CI Status](https://github.com/fluffos/fluffos/actions/workflows/ci.yml/badge.svg)](https://github.com/fluffos/fluffos/actions)
[![CI Status](https://github.com/fluffos/fluffos/actions/workflows/ci-osx.yml/badge.svg)](https://github.com/fluffos/fluffos/actions)
[![CI Status](https://github.com/fluffos/fluffos/actions/workflows/ci-windows.yml/badge.svg)](https://github.com/fluffos/fluffos/actions)[![Backers on Open Collective](https://opencollective.com/fluffos-579/backers/badge.svg)](#backers)
[![Sponsors on Open Collective](https://opencollective.com/fluffos-579/sponsors/badge.svg)](#sponsors)Welcome
=======
FluffOS is an LPMUD driver, based on the last release of MudOS (v22.2b14), includes 10+ years of bug
fixes and performance enhancement, with active support.FluffOS supports all LPC based mud with very little code changes. if you are currently still using MudOS somehow
it is definitely time to upgrade!It is recommended to use the latest release on Github or the master branch, previous versions (v2017 in particular) are
not supported.Build
-----
FluffOS's main platform is ubuntu 22.04 LTS, but also works on latest OSX and Windows (MSYS2/mingw64), WSL with
ubuntu 22.04 works fine too.Build system: cmake (3.20)
Features
--------
LPC Language since FluffOS v2017
- LPC string operations are UTF-8 EGS aware, range operator supports emoji and other unicode characters.
- various new EFUNS for transparent input/output transcoding.LPC Language since MudOS
- Please read docs/archive/ChangeLog.* files for detailsDriver Runtime
- Jemalloc support
- SHA512 crypt by default.
- LPC Tracing
- Mysql, Postgresql, SQLLite integration
- Async IO operations
- External program integrationNetworking
- TLS support
- Websocket protocol support (with a minimal example for a webclient)LPC Standard Library
- see files under testsuite/std.Misc
- Testsuite for all EFUNS
- Detailed memory accounting (through mud_status(1) EFUN)
- Memory leak detectionV2017
-----
v2017 is the legacy version, with an autoconf based build system, it supports compiling on centOS/ubuntu
and under windows using CYGWIN. This release is no longer supported, it is kept only for historical interest now.All previous MudOS and FluffOS releases are also kept in the code base as tags for historical reference.
Support
-------
Website / Documentation:
Discord Support: #fluffos on https://discord.gg/2a6qqG6Cdj
Forum:
QQ support Group: 451819151 [![451819151](https://pub.idqqimg.com/wpa/images/group.png)](https://shang.qq.com/wpa/qunwpa?idkey=3fd552adb8ace1a8e3ae3a712e5d314c7caf49af8b87449473c595b7e1f1ddf9)How to Build
------------
seeBundled Third-party Dependencies
----------------------
- libwebsockets:
- libevent:
- backward-cpp
- crypt from musl:
- ghc::filesystem
- nlohmann::json
- scope_guard
- utfcpp
- utf8_decoder
- libtelnet, based on with local modificationsNon-bundled platform dependencies includes: libevent, ICU4C, OpenSSL, Zlib etc.
Projects Using FluffOS
----------------------
[Add Your Own](https://github.com/fluffos/fluffos/edit/master/README.md)- Practically all Chinese
- [ThresholdRPG](https://wiki.thresholdrpg.com/)
- [SWmud](http://www.swmud.org/)
- [Merentha](https://www.merentha.com/)Donations
---------
I would like to personal thank all the sponsors and contributors for showing their support.
All donations are 100% used towards purchasing tools, equipments and hosting cost for FluffOS development and website
and forum hosting.The list is in descending order by time donation received.
##### Received in 2019 Jan
- 逍遥山人, qq1102907881
- lostsnow
- 小瓶盖
- 星星 qq 55833173
- 胜华 gon***@126.com#### Received in 2018 Nov
- felchoin@sjever
- 朝亮 wuc***@163.com
- 羽天邪
- 风清扬 832***@qq.com
- Mok say***@139.com
- 春龙 lon***@gmail.com
- 碎梦 lih***@163.com## Contributors
This project exists thanks to all the people who contribute.
## Backers
Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/fluffos-579#backer)]
## Sponsors
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/fluffos-579#sponsor)]