Code

. added a "detectors" directory for people to put their useful auditors and
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 8 Apr 2002 03:40:31 +0000 (03:40 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 8 Apr 2002 03:40:31 +0000 (03:40 +0000)
commit9e3f1ee0a8dc59119a973a694587e54e5a9dda9d
treebbf743529d58b5ba4da12f07681c18889a2da2ad
parent3b9c31f07f0f7790580cc62a2320ef533517882a
 . added a "detectors" directory for people to put their useful auditors and
   reactors in. Note - the roundupdb.IssueClass.sendmessage method has been
   split and renamed "nosymessage" specifically for things like the nosy
   reactor, and "send_message" which just sends the message.

The initial detector is one that we'll be using here at ekit - it bounces new
issue messages to a team address.

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@697 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt
detectors/newissuecopy.py [new file with mode: 0644]
doc/customizing.txt
roundup/roundupdb.py