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

43 рядки
1.8 KiB

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