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.

58 lines
2.4 KiB

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