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.

44 lines
1.9 KiB

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