E&S CVS Commit: PEAK - Introduce peak.net for implementations of network protocols and other

tsarna at eby-sarna.com tsarna at eby-sarna.com
Fri Aug 29 09:35:00 EDT 2003


Module Name:	PEAK
Committed By:	tsarna
Date:		Fri Aug 29 13:34:38 UTC 2003

Modified Files:
	PEAK: TODO.txt setup.py
	PEAK/src/peak: peak.ini
Added Files:
	PEAK/src/peak/net: __init__.py icb.py

Log Message:
Introduce peak.net for implementations of network protocols and other
general networking-related features that don't really fit into storage,
naming, etc.

Also, an icb protocol implementation work-in-progress.  ICB ("Internet
CB") is an ancient chat protocol that's not widely used anymore except
in some circles.  This is more of an example than something likely to be
useful by many people, but I have a use for it. Still needs work, though.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/TODO.txt.diff?r1=1.68&r2=1.69
http://cvs.eby-sarna.com/PEAK/setup.py.diff?r1=1.74&r2=1.75
http://cvs.eby-sarna.com/PEAK/src/peak/peak.ini.diff?r1=1.75&r2=1.76
http://cvs.eby-sarna.com/PEAK/src/peak/net/__init__.py?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/peak/net/icb.py?rev=1.1&content-type=text/vnd.viewcvs-markup

To generate a diff of this commit:
cvs rdiff -r1.68 -r1.69 PEAK/TODO.txt
cvs rdiff -r1.74 -r1.75 PEAK/setup.py
cvs rdiff -r1.75 -r1.76 PEAK/src/peak/peak.ini
cvs rdiff -r0 -r1.1 PEAK/src/peak/net/__init__.py PEAK/src/peak/net/icb.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




More information about the source-changes mailing list