Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Ein Fehler wurde behoben, bei dem der Server würde stürzte schließlich ab, wenn ein Benutzer gestartet @ einfügen und dann ohne Ende einfügen getrennt. Die '|' Befehl (Einzel-Paste Artikel) wurde für MOO Verträglichkeit hinzugefügt.
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

New @ Paste, @ pasteto und + Befehle (MOOisms), ein Hilfesystem internen Bereinigung und Lookup-Tabelle, und Änderungen an den Ausgang (für Sie und Ihre Empfänger (n)).
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

Diese Veröffentlichung fügt Fallback-Unterstützung für Python 1.6. (Beachten Sie, dass Python 1,6 NICHT ERFORDERLICH. PyGCS noch funktioniert mit 1.5.2 ist.)
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

Die lastseen Datenbank-Code wurde umgebaut zu einem "Gurke" und nicht als "Regal", so dass PyGCS Datenbanken, die von Maschine zu Maschine A B können ohne Probleme verschoben.
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

Eine Korrektur für einen Fehler, wenn Portscanner der Server aufgrund eines schnell trennen, Whiteboard komplette Überholung, optionale Argumente, wer und Finger, persistente Whiteboard und trennen Sie Nachrichten across Server neu gestartet wird, die automatische Log-Datei Rollover und mehrere "target"-Unterstützung für den gezielten Absturz sagen und Flüstern.
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