summaryrefslogtreecommitdiffstats
path: root/_data/scripts.yaml
AgeCommit message (Collapse)Author
2014-08-19Merge pull request #33 from dgl/oopsietomaw
Add oopsie.pl
2014-08-19Merge pull request #29 from aibor/enhanced_mpd.pltomaw
Enhanced mpd.pl
2014-08-13Add oopsie.plDavid Leadbeater
2014-08-13Encode as UTF-8 when sending over the pipeDavid Leadbeater
Fixes script error when the title has unicode in it.
2014-08-11Add urlinfoDavid Leadbeater
2014-08-09Enhanced mpd.plTobias Böhm
- Added new format directives for album name and time - Added support for password authentication - Minor regex edits - Bump to version 0.6
2014-08-07Change modified timestamps to match the old "changed" valuedequis
Started doing it manually, then realized it would take forever. Threw together an extremely shitty python script using dateutil.parser and made it output sed code, because yaml libraries don't know the concept of in-place editing, they just rewrite the damn thing. The script itself is too awful and non-reusable to publish, the only part worth mentioning is the sed output, a bunch of lines like this: /^ filename: "xmms.pl"/ {n; s/2008-05-17 17:39:09/2004-01-15 00:00:00/} The "n" command grabs the next line. That was neat. Scripts with modified date after 2011 weren't touched - most of the incorrect dates are 2008 or 2009. I reviewed the dateutil parsed dates - that library is really good.
2014-08-07Fix typos in metadata key names of several scriptsdequis
2014-08-07Remove unused/custom fields from scripts.yamldequis
2014-08-07Remove "changed" field from scripts.yaml and scripts.dmp outputdequis
A few reasons: - It had an horribly inconsistent date format - Some of them were just "$VERSION" or "none" - It's redundant with the "modified" field - scriptassist.pl never actually used that field
2014-08-07Fix weird spacing in the yaml due to perl parsing mistakesdequis
Also some weird trailing commas inside values
2014-08-05Fix yaml parsing error introduced by the noticelogic PRdequis
2014-08-01Merge pull request #22 from WhitePatches/gh-pagestomaw
Add noticelogic script
2014-08-01Merge pull request #20 from Cydfrey/vidinfotomaw
Add Vidinfo
2014-07-28Added script to lookup Spotify URIsÖrjan Persson
2014-07-10Add unicode.plDavid Leadbeater
2014-07-10Rewrite noticemove to prefer active windowWhitePatches
Edge cases, including sending yourself notices, are now handled correctly. Should only affect incoming notices. Notice message destination in preference order: * active window if the sender is involved (channel or query) * query with the sender if open * channel you are joined in that has the sender in (first found is used) * irssi default
2014-07-05Data: add description for vidinfo.Frey
2014-06-26Add smartfilter.plChristian Brassat
2014-06-22Merge pull request #8 from incognico/levelcleartomaw
Add levelclear.pl
2014-06-21Data: add description for procmaillog.pl.Frey
2014-06-16Remove pre-3.0 bitlbee scripts. 1.x is obsolete.dequis
2014-06-15Update nickcolor a bitDavid Leadbeater
Remove a 12 year old fixme that was actually fixed, but remove the cruft related to it. Add ability to configure colours to avoid needing to edit the script.
2014-06-15Update sping.pl to do hires timingDavid Leadbeater
2014-06-15Update usercountDavid Leadbeater
2014-06-15Update URL in my scriptsDavid Leadbeater
2014-06-15Update levelclear.pl to version 1.1Nico R. Wohlgemuth
2014-06-15Add info for levelclear.plNico R. Wohlgemuth
2014-06-14Merge pull request #6 from palei/emoAlexander Færøy
Add emo.pl
2014-06-12Add emo.plIlkka Pale
2014-06-12remove obsolete wlstat script (predecessor of adv_windowlist)Ailin Nemui
2014-06-03Use UTF-8 author namesAlexander Færøy
2014-06-02Import scripts.dmp as YAML.Alexander Færøy
2014-05-31Add scripts.yaml and the scripts tableAlexander Færøy