A Python robot that edits Wikipedia and interacts with people over IRC https://en.wikipedia.org/wiki/User:EarwigBot
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
773 B

  1. v0.2 (unreleased):
  2. - Added !epoch command; expanded !remind; improved !access and !threads.
  3. - Fixed API behavior when blocked, when using AssertEdit, and under other
  4. circumstances.
  5. - Added copyvio detector functionality: specifying a max time for checks;
  6. improved exclusion support. URL loading and parsing is parallelized to speed
  7. up check times, with a multi-threaded worker model that avoids concurrent
  8. requests to the same domain. Fixed assorted bugs.
  9. - Added support for Wikimedia Labs when creating a config file.
  10. - Added and improved lazy importing for various dependencies.
  11. - Fixed a bug in job scheduling.
  12. - Improved client-side SQL buffering; made Category objects iterable.
  13. - Updated documentation.
  14. v0.1 (released August 31, 2012):
  15. - Initial release.