A Python robot that edits Wikipedia and interacts with people over IRC https://en.wikipedia.org/wiki/User:EarwigBot
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

49 Zeilen
2.2 KiB

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