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.

23 lines
928 B

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