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.

37 lines
1.4 KiB

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