* Despite what the header comment implies, the URL prefix and message template
in irkerhook.py can at present only be modified by hacking the script.
-* DoS attacks on irker instances are not presently very difficult.
- Some mechanism for reaping old connections when near exhaustion of
- thread instances or file descriptors would be a good idea.
+* We shouldn't generate bogus URLS when the repo doesm't have a web view.
self.logmsg = None
self.rev = None
self.color = False
+ # Color highlighting is disabled by default.
self.bold = self.green = self.blue = ""
self.yellow = self.brown = self.reset = ""
- def activate_color(self)
+ def activate_color(self):
"IRC color codes."
self.bold = '\x02'
self.green = '\x033'