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.

36 lines
1.3 KiB

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