summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-08-13Add oopsie.plDavid Leadbeater
2014-08-13Merge pull request #32 from dgl/urlinfo-utf8tomaw
urlinfo.pl: Encode as UTF-8 when sending over the pipe
2014-08-13Encode as UTF-8 when sending over the pipeDavid Leadbeater
Fixes script error when the title has unicode in it.
2014-08-13Merge pull request #30 from dgl/urlinfotomaw
Add urlinfo.pl
2014-08-11Merge pull request #31 from dgl/escapeGeert Hauwaerts
Escape the description
2014-08-11Add urlinfoDavid Leadbeater
2014-08-10Escape the descriptionDavid 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-08ghscripts.irssi.org -> scripts.irssi.orgAlexander Færøy
2014-08-07Improved the URLGeert Hauwaerts
Improved the URL to prevent a redirect.
2014-08-07Merge pull request #27 from dequis/bunch-of-changesGeert Hauwaerts
Improving the script archive
2014-08-07The "modified" field in scripts.dmp should be called "last_modified"dequis
How annoying.
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-07Add "modified" column, prettified with "timeago" if js is availabledequis
Also sorts correctly. Date formatting is something this template engine definitely does right. The timeago cutoff is set to one year, it just displays YYYY-MM-DD for dates older than that.
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-07A few minor html/css changesdequis
- Limit version column width to 8em - Change css to make it more obvious that columns are clickable - Remove duplicate question from the FAQ in the index - Update URL to the github repo (the old one is a redirect) - A typo in the third question
2014-08-07Use for loops over attributes to generate scripts.dmp outputdequis
It's shorter and also reduces redundant whitespace in output. This liquid templating engine is dumb. Writing it this way is the only way to avoid whitespace between tags.
2014-08-07Fix weird spacing in the yaml due to perl parsing mistakesdequis
Also some weird trailing commas inside values
2014-08-06Merge pull request #26 from dequis/yaml-parse-error-fixAlexander Færøy
Fix yaml parsing error introduced by the noticelogic PR
2014-08-05Fix yaml parsing error introduced by the noticelogic PRdequis
2014-08-01Add scripts autoclearinput and winnumTrevor Slocum
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-28Merge pull request #23 from op/spotifyAlexander Færøy
Added spotify
2014-07-28Added script to lookup Spotify URIsÖrjan Persson
2014-07-11Merge pull request #21 from dgl/unicodeGeert Hauwaerts
Add unicode.pl
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-07-05Scripts: add vidinfo.pl.Frey
2014-07-01Merge pull request #19 from msparks/nickserv-userlenGeert Hauwaerts
nickserv.pl: allow unbounded-length usernames.
2014-07-01Updated the guidelinesGeert Hauwaerts
Added a guideline for version numbering and ChangeLog updates.
2014-07-01nickserv.pl: allow unbounded-length usernames.Matt Sparks
Some ircds, namely unrealircd, allow the username to be 10 characters. RFC 2812 does not seem to specify the maximum length of usernames.
2014-07-01Added a guideline for modifying scripts.Geert Hauwaerts
2014-06-30Merge pull request #14 from ailin-nemui/travis-integrationAlexander Færøy
Add travis testing to Irssi scripts.
2014-06-26Merge pull request #18 from crshd/smartfiltertomaw
Add smartfilter.pl
2014-06-26Add smartfilter.plChristian Brassat
2014-06-24Add travis testing to Irssi scripts.Ailin Nemui
2014-06-22Merge pull request #8 from incognico/levelcleartomaw
Add levelclear.pl
2014-06-22Merge pull request #17 from mafgh/patch-1tomaw
Update nm.pl to 0.3.11
2014-06-22Merge pull request #16 from Cydfrey/procmaillogtomaw
Add procmaillog
2014-06-22Update nm.pl to 0.3.11mafgh
added autosave
2014-06-21Data: add description for procmaillog.pl.Frey
2014-06-21Scripts: add procmaillog.pl.Frey
Print incoming mails into irssi, from procmail.log file.
2014-06-17Merge pull request #13 from dequis/nuke-old-beestomaw
Remove pre-3.0 bitlbee scripts. 1.x is obsolete.
2014-06-16Remove pre-3.0 bitlbee scripts. 1.x is obsolete.dequis
2014-06-15Merge pull request #10 from dgl/dgl-scriptstomaw
Update dgl scripts
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.