Skip to content

SupyPlugins 2018.05.03

Compare
Choose a tag to compare
@jlu5 jlu5 released this 03 May 19:11
  • Python 2 support is removed from the master branch and moved into a separate python2-legacy branch, which will only receive maintenance updates going forward.
  • OperUp: fix operup loops when receiving OPERMOTDs on InspIRCd, where the same numerics as regular MOTDs are used
  • Wikifetch: various fixes to Wikipedia parsing
  • Removed the PortLookup plugin (broken and unmaintainable)
  • Weather: rewrite to use Weather Underground's geolookup API (instead of autocomplete)
    • This adds better support for ambiguous locations (e.g. "city, province/state" now works), as well as support for Canadian, U.K. postal codes
  • NoTrigger: fix IndexError when a message only contains spaces
  • Wikifetch: ignore GPS coordinates from articles for countries, cities, landmarks, etc.
  • SedRegex: make the regexp process timeout configurable
  • Major rewrite of the PkgInfo plugin (#64):
    • Package lookup for Arch Linux, Fedora, FreeBSD and Linux Mint has been merged into the pkg and pkgsearch commands
    • Rewrote the Fedora fetcher to use the new PDC API instead of PkgDB, which has been shut down
  • TranslateParty: properly strip IRC formatting (#60)