A Python robot that edits Wikipedia and interacts with people over IRC https://en.wikipedia.org/wiki/User:EarwigBot
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

41 строка
1.7 KiB

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