Download List

專案描述

PyGCS is a very stripped down MUD-like chat-server written entirely in Python. It has a single "room" and no large database to keep in memory and on disk. PyGCS has no embedded programming language. PyGCS is ideally meant to be a small multi-user real-time chat system for people who have a need to talk to more than one person at a time online. It fits somewhere in between the setup IRC uses (no walking between rooms so to speak) and the MUCK/MUSH/MOO style of server.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-01-30 15:13
1.4.0

Support for seeing a user's disconnect message when querying lastseen, removal of the literal 'l' command as an alias for look, addition of 'who' as an allowed command before a user is fully connected, and a mention of the password command in help-main.

2001-01-30 15:13
1.3.9

Addition of 'lastseen <user>' command, and minor help file fixes.

2001-01-30 15:13
1.3.8

Internal Python docstrings added. Other internal code cleanup. Help index fixed to include dirsay.

2001-01-30 15:13
1.3.7

Fuzzy command matching, and the removal of the 'possessive' command literal since it was buggy and '::' exists.

2001-01-30 15:13
1.3.6

Added partial/fuzzy name matching for directed say and whisper.

Project Resources