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.

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