Skip to content

Releases: jlu5/SupyPlugins

SupyPlugins 1.7.1-dev

31 Jan 02:30
Compare
Choose a tag to compare
SupyPlugins 1.7.1-dev Pre-release
Pre-release
  • DDG: reintroduce support for multiple results.
    • Snippets can be toggled on and off using config plugins.ddg.showSnippet
    • Result amount is set using config plugins.ddg.maxresults
  • Bugfixes for SupyMisc and Namegen.
  • Improvements to RelayNext:
    • Experimental flood-prevention system; see config list plugins.RelayNext.antiflood.
    • Add an ignore feature: This uses Supybot's built in ignore system, but allows configuring which events to drop from ignored users. It defaults to blocking PRIVMSG and MODE (i.e. for ChanServ), and is configurable via plugins.RelayNext.events.userignored.
    • Support relaying topic changes (off by default, turned on via plugins.RelayNext.events.relaytopic).
  • PkgInfo updates:
    • pkgsearch syntax is updated: use --distro <distro> to specify a distribution (distro is optional now and defaults to 'debian').
    • vlist --source is removed; a normal vlist call can search up source packages fine.

SupyPlugins 1.5.6

22 Jan 05:43
Compare
Choose a tag to compare

Bugfix release: SupyMisc and Namegen.

  • Namegen (b210438): fix a bug where lists started popping in names (hi, Sart['un', 'yay']neta!)
  • SupyMisc: fix incorrect parsing of options in colors

SupyPlugins 1.5.5

11 Jan 01:18
Compare
Choose a tag to compare

Beta release. Changes from 1.5.4-alpha:

  • Bugfixes for NoTrigger and SupyMisc.
  • New RelayNext plugin is introduced, replacing the older RelayLink system. Read more about it here.
  • OperUp plugin is removed.
  • CtcpNext: limit set/unset commands to admin.

Changes from 1.4.1:

  • New plugins RelayNext, FML, DDG, Weather, and WTE (experimental).
  • Voteserv now handles database flushing using Supybot's internal flush mechanism. This removes the voteimport and voteexport commands, since they are no longer needed. (#19)
  • Randomness, OperUp, and RelayLink plugins dropped.
  • NoTrigger now uses zero-width spaces for protection - this is completely invisible compared to a space!
  • Many more bug fixes and enhancements!

1.5.4-alpha | Last release for OperUp/RelayLink

07 Jan 22:53
Compare
Choose a tag to compare
  • New CtcpNext plugin.
  • Minor bugfixes.
  • Last release containing OperUp and RelayLink, these plugins have been removed!

SupyPlugins 1.5.3-dev

25 Dec 01:37
Compare
Choose a tag to compare
SupyPlugins 1.5.3-dev Pre-release
Pre-release

The Christmas release.

  • Maintenance updates for RelayLink, NoTrigger, and SupyMisc.
  • Bug fixes for DDG plugin (some searches errored out in the past).
  • New FML plugin.
  • LastFM plugin no longer depends on Beautiful Soup.

SupyPlugins 1.5.2-dev

16 Dec 01:52
Compare
Choose a tag to compare
SupyPlugins 1.5.2-dev Pre-release
Pre-release

Development snapshot.

  • Voteserv now handles database flushing using Supybot's internal flush mechanism. This removes the voteimport and voteexport commands, since they are no longer needed. (#19)
  • New DDG plugin (searches for sites on DuckDuckGo)
  • Maintenance updates to RelayLink and LastFM.

SupyPlugins 1.5.1-dev

09 Dec 04:56
Compare
Choose a tag to compare
SupyPlugins 1.5.1-dev Pre-release
Pre-release

1.5.1 Development snapshot.

  • WTE: switch over to a stabler Translate API, fixing some HTTP 503 errors.
  • Further enhancements to PkgInfo:
    • Handle virtual packages in pkg command correctly
    • New feature: pkg <distro> <package> --depends/--recommends/--suggests to check out dependencies of a package.
    • Removed vlist --reversed option (use --reverse instead)
  • NoTrigger now uses zero-width spaces to protect your bots. It's completely invisible, so nobody will ever notice! ;)

SupyPlugins 1.5.0-dev

04 Dec 02:37
Compare
Choose a tag to compare
SupyPlugins 1.5.0-dev Pre-release
Pre-release

1.5 Development release.

  • Add new WTE plugin (experimental and still needs testing, Python 3 only).
  • Minor updates to SupyMisc (supyplugins can now return source links), LastFM, and PkgInfo (formatting).
  • Weather plugin imported from GLolol/Supybot-Weather
  • Randomness plugin is dropped and moved into its own repository

SupyPlugins 1.4.1

26 Nov 02:19
Compare
Choose a tag to compare

Bugfix release (Namegen and LastFM).

  • Namegen: the amount of syllables that a name can have is now configurable.

SupyPlugins 1.4-rc1

22 Nov 22:17
Compare
Choose a tag to compare

1.4-rc1 release. Changes from 1.3-alpha2:

  • Updated LastFM snapshot, with a large API overhaul and some other changes (diff)
  • Minor updates to SupyMisc:
    • Move 'colors' command from Randomness to SupyMisc
    • Config variable repeat.max is renamed to maxLen (it no longer just affects the repeat command)
  • Updates to PkgInfo:
    • --reverse option added in vlist to show newest versions first.
    • archs config variable now implies 'source' and 'all', fixing issues with arch-independent packages not being shown.
  • Updates to Voteserv:
    • Added Admin override clause (enabled by config plugins.voteserv.allowadminoverride)
    • New listallvotes command to list everything that has been voted for
    • Added --hosts and --number options to votes, for listing hostnames that have voted for an action and the number of people respectively.

You can see the full list of changes from 1.2 by scrolling down! (just look at the pre-release tags)