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.

74 regels
3.1 KiB

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