No description
  • C 77.7%
  • HCL 11.7%
  • Python 5.4%
  • M4 2.7%
  • Makefile 1.8%
  • Other 0.7%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Karol Lassak 0b0dc0ba59 Added one extra directory to gitignore
- Automate cache
2014-09-22 15:22:27 +02:00
lib Moved lua to lib dir 2014-07-22 17:33:14 +02:00
m4 New version of python lookup in configure 2014-09-07 01:26:12 +02:00
macos Import from tf-50b8 2014-06-25 19:50:58 +02:00
os2 Import from tf-50b8 2014-06-25 19:50:58 +02:00
src Merge changes from kruton/tinyfugue/widechar into ingwarsw/tinyfugue/master 2014-09-18 07:54:44 -04:00
unix New version of python lookup in configure 2014-09-07 01:26:12 +02:00
win32 Import from tf-50b8 2014-06-25 19:50:58 +02:00
.gitignore Added one extra directory to gitignore 2014-09-22 15:22:27 +02:00
.travis.yml Enabled building with python 2014-08-05 13:50:50 +02:00
bogus.mak Import from tf-50b8 2014-06-25 19:50:58 +02:00
CHANGES Import from tf-50b8 2014-06-25 19:50:58 +02:00
configure Fixes after merge with widechar support 2014-09-22 15:22:01 +02:00
configure.in Merge changes from kruton/tinyfugue/widechar into ingwarsw/tinyfugue/master 2014-09-18 07:54:44 -04:00
COPYING Import from tf-50b8 2014-06-25 19:50:58 +02:00
CREDITS Import from tf-50b8 2014-06-25 19:50:58 +02:00
Makefile Now will build? 2014-06-25 20:47:45 +02:00
Makefile.in Import from tf-50b8 2014-06-25 19:50:58 +02:00
os2make.cmd Import from tf-50b8 2014-06-25 19:50:58 +02:00
README.md More documentation 2014-06-28 10:58:04 +02:00
README.orig Added oryginal readme from version 5.0 beta 8 2014-06-26 22:30:51 +02:00
README.python manually applied python patch 2014-07-20 08:55:26 +01:00

TinyFugue - Rebirth

Build Status

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

Because Kan Keys is not activelly developing it from 6 years and i gathered a lot of pathes over that time in thet time i decided to push them together.

New features

Lua support

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

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/

Oryginal README