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.

46 lines
2.0 KiB

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