[Buildbot-commits] buildbot ChangeLog,1.852,1.853

Brian Warner warner at users.sourceforge.net
Sun Jun 17 21:10:34 UTC 2007


Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv21038

Modified Files:
	ChangeLog 
Log Message:
[project @ words.py: refactor into Contact/IChannel classes, to add more IM protocols in the future]

Original author: warner at lothar.com
Date: 2007-05-18 00:56:48+00:00

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.852
retrieving revision 1.853
diff -u -d -r1.852 -r1.853
--- ChangeLog	17 Jun 2007 21:10:22 -0000	1.852
+++ ChangeLog	17 Jun 2007 21:10:32 -0000	1.853
@@ -1,3 +1,12 @@
+2007-05-17  Brian Warner  <warner at lothar.com>
+
+	* buildbot/status/words.py: refactor the IRC status bot into
+	separate 'Contact' and 'Channel' classes. The base Contact class
+	contains the interaction code: commands and responses. The
+	IRCContact subclass (and IrcStatusBot 'Channel') handle the
+	IRC-specific aspects. The plan is to write other subclasses for
+	other IM protocols like AIM and Jabber.
+
 2007-04-16  Brian Warner  <warner at lothar.com>
 
 	* CREDITS: update list of contributors. Thank you all!





More information about the Commits mailing list