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.

70 line
3.0 KiB

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