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.

67 lines
2.8 KiB

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