Roundup Tracker - Issues

Message4510

Author rouilj
Recipients ThomasAH, rouilj, schlatterbeck
Date 2012-03-05.00:41:36
Message-id <1330908097.07.0.346315049625.issue2550731@psf.upfronthosting.co.za>
In-reply-to
The attached file can be dropped into a detectors directory
and the server restarted.

To test with it, start multiple updates via email, web and
email/pgp and the detector will put out data like:

Example output when the web interface changes item 3 and the email
(non pgp) interface changes item 4:

txSourceCheckAudit(3) pre db.txSource: cgi
txSourceCheckAudit(4) pre db.txSource: email
txSourceCheckAudit(3) post db.txSource: cgi
txSourceCheckAudit(4) post db.txSource: email
txSourceCheckReact(4) pre db.txSource: email
txSourceCheckReact(4) post db.txSource: email
txSourceCheckReact(3) pre db.txSource: cgi
txSourceCheckReact(3) post db.txSource: cgi

Note that the calls are interleaved, but the proper
txSource is associated with the same ticket.
History
Date User Action Args
2012-03-05 00:41:37rouiljsetmessageid: <1330908097.07.0.346315049625.issue2550731@psf.upfronthosting.co.za>
2012-03-05 00:41:37rouiljsetrecipients: + rouilj, schlatterbeck, ThomasAH
2012-03-05 00:41:37rouiljlinkissue2550731 messages
2012-03-05 00:41:36rouiljcreate