Download List

Descripción del Proyecto

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.5.4

Un error se corrigió en el que el servidor finalmente accidente si un usuario inició @ pasta y luego desconectarse sin terminar pasta. El '|' comando (tema pega único) se añadió para la compatibilidad de MOO.
A bug was fixed in which the server would eventually crash if a user started @paste and then disconnected without ending paste. The '|' command (single paste item) was added for MOO compatibility.

2001-01-30 15:13
1.5.3

Nueva pasta @ @ pasteto, y + comandos (MOOisms), un sistema de ayuda en la limpieza interior y en el cuadro de búsqueda, y los cambios en la salida (para usted y su destinatario (s)).
New @paste, @pasteto, and + commands (MOOisms), a help system internal cleanup and lookup table, and changes to the output (to you and your recipient(s)).

2001-01-30 15:13
1.5.2

Esta versión incluye el soporte de reserva para Python 1.6. (Tenga en cuenta que Python 1.6 no es OBLIGATORIO. PyGCS todavía funciona bien con 1.5.2.)
This release adds fallback support for Python 1.6. (Note that Python 1.6 is NOT REQUIRED. PyGCS still works fine with 1.5.2.)

2001-01-30 15:13
1.5.1

El código de base de datos lastseen se convirtió en un "pepinillo" y no una "plataforma" para que las bases de datos PyGCS se pueden mover de una máquina a máquina B sin ningún problema.
The lastseen database code was converted to be a 'pickle' and not a 'shelf' so that PyGCS databases can be moved from machine A to machine B without any trouble.

2001-01-30 15:13
1.5.0

Una solución para un problema por el que se estrelló portscanner el servidor debido a la desconexión rápida, la revisión completa de pizarra, los argumentos opcionales de la OMS y los dedos, pizarra persistentes y desconectar mensajes a través de reiniciar el servidor, el archivo de registro automático de vuelco, y múltiples "objetivo" de apoyo para decir y dirigido susurro.
A fix for a bug where portscanner crashed the server due to quick disconnect, complete whiteboard overhaul, optional arguments to who and finger, persistent whiteboard and disconnect messages across server restarts, automatic log file rollover, and multiple "target" support for directed say and whisper.

Project Resources