Roundup Tracker - Issues

Message4673

Author ezio.melotti
Recipients ezio.melotti
Date 2012-11-15.13:22:56
Message-id <1352985778.17.0.487704389613.issue2550782@psf.upfronthosting.co.za>
In-reply-to
Now that CIA is dead I wrote a new Roundup detector that uses irker
[0][1] instead of CIA.  It requires the irc package [2] and the irker
daemon running in background.
It's also necessary to add 
  [irker]
  channels = irc://chat.freenode.net/channelname
to detectors/config.ini to make it work.

We have been using this on bugs.python.org for a while and it seems to
work fine [3].

[0]: http://www.catb.org/esr/irker/
[1]: http://esr.ibiblio.org/?p=4607
[2]: http://pypi.python.org/pypi/irc/
[3]: http://psf.upfronthosting.co.za/roundup/meta/issue483
History
Date User Action Args
2012-11-15 13:22:58ezio.melottisetrecipients: + ezio.melotti
2012-11-15 13:22:58ezio.melottisetmessageid: <1352985778.17.0.487704389613.issue2550782@psf.upfronthosting.co.za>
2012-11-15 13:22:58ezio.melottilinkissue2550782 messages
2012-11-15 13:22:57ezio.melotticreate