8000 GitHub - Eltharion/tinyfugue: TinyFugue - Rebirth
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Eltharion/tinyfugue

 
 

Repository files navigation

TinyFugue - Rebirth

CI GitHub Release

This project is meant to give a rebirth to the TinyFugue MUD client.

Since Ken Keys hasn't actively developed it for 6 years, and I've collected a lot of patches during that time, I decided to push them together.

New features

Python support

To enable:

./configure --enable-python

Lua support

To enable:

./configure --enable-lua

Widechar support

Widechar is enabled by default. Widechar requires ICU libraries to be installed on the system (libicu-dev on Ubuntu).

To disable:

./configure --disable-widechar

New telnet options

- ATCP
- GMCP
- option 102
To enable compile with:
	--enable-atcp		enable ATCP support	
	--enable-gmcp		enable GMCP support	
	--enable-option102	enable telnet option 102 support	

New logging options

- Timestamp logging
- Ansi logging

New versioning scheme

Since the version hasn't changed in the last 14 years, I have decided to go with normal versioning to allow easy distinguishing of different new versions. I started with version 5.1.0 and will try to follow Semantic Versioning.

Copyright

Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2002, 2003, 2004, 2005, 2006-2007 Ken Keys (kenkeys@users.sourceforge.net)

http://tinyfugue.sourceforge.net/

Original README file

About

TinyFugue - Rebirth

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 45.6%
  • HTML 40.0%
  • HCL 6.8%
  • Python 3.1%
  • M4 3.0%
  • Makefile 1.1%
  • Other 0.4%
0