pygcs-announce Mailing List for PyGCS
Brought to you by:
jblaine
You can subscribe to this list here.
| 1999 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2000 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
(3) |
Sep
(1) |
Oct
(1) |
Nov
|
Dec
(1) |
|
From: Jeff B. <jef...@me...> - 2000-12-20 15:36:35
|
http://download.sourceforge.net/pygcs/pygcs-1.5.4.tar.gz 12/19/2000 1.5.4 -- Fixed bug with @paste then user disconnect without ending paste. Added the '|' command for MOO compatibility FILES CHANGED: lib/cmdclass.py lib/userclass.py lib/text/help.lut lib/text/help/help-main lib/text/help/singlepaste lib/version.py |
|
From: Jeff B. <jef...@me...> - 2000-10-25 17:35:09
|
http://download.sourceforge.net/pygcs/pygcs-1.5.3.tar.gz 10/25/2000 1.5.3 -- Added @paste and @pasteto for pasting text cleaning to other users Added the + command (private pose/emote like MOO). The 'to' command is now an alias for directed say (' or `). Added a help file lookup table (lib/text/help.lut) so that users can now get help for a command based on its common name (such as 'help +') Tested with Python 2.0 FILES CHANGED: lib/cmdclass.py lib/userclass.py lib/text/help.lut (ADDED) lib/text/help/help-main lib/text/help/privpose lib/text/help/paste lib/text/help/pasteto lib/text/help/help docs/README |
|
From: Jeff B. <jef...@me...> - 2000-09-05 23:48:56
|
09/05/2000
1.5.2 -- Added fallback support for Python 1.6 (Note that Python 1.6 is
NOT REQUIRED. PyGCS still works fine with 1.5.2)
FILES CHANGED:
bin/GCS.py
docs/README
http://download.sourceforge.net/pygcs/pygcs-1.5.2.tar.gz
|
|
From: Jeff B. <jef...@me...> - 2000-08-29 17:23:31
|
Download URL for 1.5.1 is:
https://sourceforge.net/project/showfiles.php?group_id=378&release_id=10769
|
|
From: Jeff B. <jef...@me...> - 2000-08-29 17:22:09
|
08/29/2000
1.5.1 -- Converted the lastseen database code to be a 'pickle' and not a
'shelf' so that PyGCS databases can be moved from machine A to
machine B without any trouble.
IMPORTANT: Remove your old lastseen database from disk before
trying to run this new version.
IMPORTANT: Save your old defines.py, put the one from the PyGCS
distribution in place, then hand-merge your site-specific settings
into it this time around. Enough 'hard to describe' stuff has changed
in that file that this is necessary. Sorry.
FILES CHANGED:
bin/GCS.py
bin/defines.py
lib/cleanup.py
lib/cmdclass.py
lib/utilfuncs.py
docs/README
docs/Thanks
|
|
From: Jeff B. <jef...@me...> - 2000-08-03 20:19:30
|
http://download.sourceforge.net/pygcs/pygcs-1.5.0.tar.gz 08/03/2000 1.5.0 -- Fixed "portscanner crashing server due to quick disconnect" bug Added an optional user(s) argument to who and finger Added multiple-target support to who, finger, dirsay, and whisper Added "page" as an alias to whisper 'quit' messages from users are now persistent across server restarts utilfuncs.RemoveFirstWord now returns a tuple instead of a string 'boot' now takes an optional reason for the booting. If a reason ->is not specified, the string 'No reason given' is used. The whiteboard is now much more feature-rich. Multiple messages can be stored at once. Messages are persistent across server restarts. Messages have author attribution and ownership. Messages can be selectively erased if owned. See the help for wb_erase for details. Log files are now archived at server startup. That is, if a log file already exists, it is put aside as logfilename.YYYYMMDDHHMMSS FILES CHANGED: bin/GCS.py bin/defines.py (whiteboard stuff, lastseen stuff, etc) lib/cmdclass.py lib/utilfuncs.py lib/cleanup.py (ADDED) lib/logging.py lib/text/help/who lib/text/help/finger lib/text/help/dirsay lib/text/help/whisper lib/text/help/boot lib/text/help/wb_erase lib/whiteboard.py (ADDED) |
|
From: Jeff B. <jb...@sh...> - 2000-06-13 18:06:17
|
Download: http://sourceforge.net/project/filelist.php?group_id=378 1.4.0 -- Added support for seeing a user's disconnect message when querying lastseen Removed the literal 'l' command as an alias for 'look' since the fuzzy matching should be handling this now. Added 'who' as an allowed command before a user is fully connected Added mention of the 'password' command to help-main (yikes! why didn't anyone report this missing!?) FILES CHANGED: lib/version.py lib/cmdclass.py lib/text/help/help-main |
|
From: Jeff B. <jb...@sh...> - 2000-01-31 20:03:55
|
PyGCS 1.3.9 has been released.
It can be retrieved from:
http://download.sourceforge.net/pygcs/pygcs-1.3.9.tar.gz
OR (not preferred)
ftp://ftp.shore.net/members2/j/jblaine/Source/pygcs-1.3.9.tar.gz
ftp://ftp.shore.net/members2/j/jblaine/Source/pygcs139.zip
1.3.9 -- Added 'lastseen' command to allow users to query when other
users last were on the server.
Adjusted the README to correspond to the new PyGCS home at
SourceForge and mention the pygcs-announce mailing list.
FILES CHANGED:
bin/defines.py <-- important! new variable declaration
lib/cmdclass.py
lib/text/help/help-main
lib/text/help/lastseen
docs/README
docs/Thanks
|
|
From: Jeff B. <jb...@sh...> - 1999-12-08 19:05:22
|
PyGCS 1.3.8 has been released.
It can be retrieved from:
http://www.sourceforge.net/download.php?fileid=718
OR (not preferred)
ftp://ftp.shore.net/members2/j/jblaine/Source/pygcs-1.3.8.tar.gz
ftp://ftp.shore.net/members2/j/jblaine/Source/pygcs138.zip
===============================================================================
ChangeLog Chunk
===============================================================================
12/07/1999
1.3.8 -- Added docstrings to all source code.
In GCS.py, added a fd.close() just after testing the opening of the
user db.
In lib/userdb.py renamed user_exists to UserExists, renamed adduser
to AddUser, renamed deluser to DeleteUser, renamed checkpass to
CheckPassword.
In lib/cmdclass.py, added calls to logging.Error() when a handler
function cannot be found for a line.
In lib/text/help/help-main added 'dirsay' (oops)
FILES CHANGED:
bin/GCS.py
bin/CreateUser.py
bin/DeleteUser.py
lib/logging.py
lib/cmdclass.py
lib/userdb.py
lib/userclass.py
lib/utilfuncs.py
lib/text/help/help-main
|