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.

39 lines
1.5 KiB

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