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.

28 lines
1.1 KiB

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