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.

48 lines
2.1 KiB

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