A Python robot that edits Wikipedia and interacts with people over IRC https://en.wikipedia.org/wiki/User:EarwigBot
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

52 líneas
2.3 KiB

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