| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-08-13 | Add oopsie.pl | David Leadbeater | |
| 2014-08-13 | Merge pull request #32 from dgl/urlinfo-utf8 | tomaw | |
| urlinfo.pl: Encode as UTF-8 when sending over the pipe | |||
| 2014-08-13 | Encode as UTF-8 when sending over the pipe | David Leadbeater | |
| Fixes script error when the title has unicode in it. | |||
| 2014-08-13 | Merge pull request #30 from dgl/urlinfo | tomaw | |
| Add urlinfo.pl | |||
| 2014-08-11 | Merge pull request #31 from dgl/escape | Geert Hauwaerts | |
| Escape the description | |||
| 2014-08-11 | Add urlinfo | David Leadbeater | |
| 2014-08-10 | Escape the description | David Leadbeater | |
| 2014-08-09 | Enhanced mpd.pl | Tobias 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-08 | ghscripts.irssi.org -> scripts.irssi.org | Alexander Færøy | |
| 2014-08-07 | Improved the URL | Geert Hauwaerts | |
| Improved the URL to prevent a redirect. | |||
| 2014-08-07 | Merge pull request #27 from dequis/bunch-of-changes | Geert Hauwaerts | |
| Improving the script archive | |||
| 2014-08-07 | The "modified" field in scripts.dmp should be called "last_modified" | dequis | |
| How annoying. | |||
| 2014-08-07 | Change modified timestamps to match the old "changed" value | dequis | |
| 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-07 | Add "modified" column, prettified with "timeago" if js is available | dequis | |
| 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-07 | Fix typos in metadata key names of several scripts | dequis | |
| 2014-08-07 | Remove unused/custom fields from scripts.yaml | dequis | |
| 2014-08-07 | Remove "changed" field from scripts.yaml and scripts.dmp output | dequis | |
| 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-07 | A few minor html/css changes | dequis | |
| - 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-07 | Use for loops over attributes to generate scripts.dmp output | dequis | |
| 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-07 | Fix weird spacing in the yaml due to perl parsing mistakes | dequis | |
| Also some weird trailing commas inside values | |||
| 2014-08-06 | Merge pull request #26 from dequis/yaml-parse-error-fix | Alexander Færøy | |
| Fix yaml parsing error introduced by the noticelogic PR | |||
| 2014-08-05 | Fix yaml parsing error introduced by the noticelogic PR | dequis | |
| 2014-08-01 | Add scripts autoclearinput and winnum | Trevor Slocum | |
| 2014-08-01 | Merge pull request #22 from WhitePatches/gh-pages | tomaw | |
| Add noticelogic script | |||
| 2014-08-01 | Merge pull request #20 from Cydfrey/vidinfo | tomaw | |
| Add Vidinfo | |||
| 2014-07-28 | Merge pull request #23 from op/spotify | Alexander Færøy | |
| Added spotify | |||
| 2014-07-28 | Added script to lookup Spotify URIs | Örjan Persson | |
| 2014-07-11 | Merge pull request #21 from dgl/unicode | Geert Hauwaerts | |
| Add unicode.pl | |||
| 2014-07-10 | Add unicode.pl | David Leadbeater | |
| 2014-07-10 | Rewrite noticemove to prefer active window | WhitePatches | |
| 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-05 | Data: add description for vidinfo. | Frey | |
| 2014-07-05 | Scripts: add vidinfo.pl. | Frey | |
| 2014-07-01 | Merge pull request #19 from msparks/nickserv-userlen | Geert Hauwaerts | |
| nickserv.pl: allow unbounded-length usernames. | |||
| 2014-07-01 | Updated the guidelines | Geert Hauwaerts | |
| Added a guideline for version numbering and ChangeLog updates. | |||
| 2014-07-01 | nickserv.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-01 | Added a guideline for modifying scripts. | Geert Hauwaerts | |
| 2014-06-30 | Merge pull request #14 from ailin-nemui/travis-integration | Alexander Færøy | |
| Add travis testing to Irssi scripts. | |||
| 2014-06-26 | Merge pull request #18 from crshd/smartfilter | tomaw | |
| Add smartfilter.pl | |||
| 2014-06-26 | Add smartfilter.pl | Christian Brassat | |
| 2014-06-24 | Add travis testing to Irssi scripts. | Ailin Nemui | |
| 2014-06-22 | Merge pull request #8 from incognico/levelclear | tomaw | |
| Add levelclear.pl | |||
| 2014-06-22 | Merge pull request #17 from mafgh/patch-1 | tomaw | |
| Update nm.pl to 0.3.11 | |||
| 2014-06-22 | Merge pull request #16 from Cydfrey/procmaillog | tomaw | |
| Add procmaillog | |||
| 2014-06-22 | Update nm.pl to 0.3.11 | mafgh | |
| added autosave | |||
| 2014-06-21 | Data: add description for procmaillog.pl. | Frey | |
| 2014-06-21 | Scripts: add procmaillog.pl. | Frey | |
| Print incoming mails into irssi, from procmail.log file. | |||
| 2014-06-17 | Merge pull request #13 from dequis/nuke-old-bees | tomaw | |
| Remove pre-3.0 bitlbee scripts. 1.x is obsolete. | |||
| 2014-06-16 | Remove pre-3.0 bitlbee scripts. 1.x is obsolete. | dequis | |
| 2014-06-15 | Merge pull request #10 from dgl/dgl-scripts | tomaw | |
| Update dgl scripts | |||
| 2014-06-15 | Update nickcolor a bit | David 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. | |||
