]> git.99rst.org Git - irssi-scripts.irssi.org.git/log
irssi-scripts.irssi.org.git
12 years agoChange modified timestamps to match the old "changed" value
dequis [Thu, 7 Aug 2014 08:49:16 +0000 (05:49 -0300)]
Change modified timestamps to match the old "changed" value

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.

12 years agoAdd "modified" column, prettified with "timeago" if js is available
dequis [Thu, 7 Aug 2014 05:51:41 +0000 (02:51 -0300)]
Add "modified" column, prettified with "timeago" if js is available

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.

12 years agoFix typos in metadata key names of several scripts
dequis [Thu, 7 Aug 2014 05:00:52 +0000 (02:00 -0300)]
Fix typos in metadata key names of several scripts

12 years agoRemove unused/custom fields from scripts.yaml
dequis [Thu, 7 Aug 2014 04:54:57 +0000 (01:54 -0300)]
Remove unused/custom fields from scripts.yaml

12 years agoRemove "changed" field from scripts.yaml and scripts.dmp output
dequis [Thu, 7 Aug 2014 04:28:38 +0000 (01:28 -0300)]
Remove "changed" field from scripts.yaml and scripts.dmp output

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

12 years agoA few minor html/css changes
dequis [Thu, 7 Aug 2014 03:54:19 +0000 (00:54 -0300)]
A few minor html/css changes

- 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

12 years agoUse for loops over attributes to generate scripts.dmp output
dequis [Thu, 7 Aug 2014 00:15:25 +0000 (21:15 -0300)]
Use for loops over attributes to generate scripts.dmp output

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.

12 years agoFix weird spacing in the yaml due to perl parsing mistakes
dequis [Wed, 6 Aug 2014 01:17:43 +0000 (22:17 -0300)]
Fix weird spacing in the yaml due to perl parsing mistakes

Also some weird trailing commas inside values

12 years agoMerge pull request #26 from dequis/yaml-parse-error-fix
Alexander Færøy [Wed, 6 Aug 2014 06:55:19 +0000 (08:55 +0200)]
Merge pull request #26 from dequis/yaml-parse-error-fix

Fix yaml parsing error introduced by the noticelogic PR

12 years agoFix yaml parsing error introduced by the noticelogic PR
dequis [Wed, 6 Aug 2014 00:29:15 +0000 (21:29 -0300)]
Fix yaml parsing error introduced by the noticelogic PR

12 years agoMerge pull request #22 from WhitePatches/gh-pages
tomaw [Fri, 1 Aug 2014 22:03:14 +0000 (23:03 +0100)]
Merge pull request #22 from WhitePatches/gh-pages

Add noticelogic script

12 years agoMerge pull request #20 from Cydfrey/vidinfo
tomaw [Fri, 1 Aug 2014 22:02:03 +0000 (23:02 +0100)]
Merge pull request #20 from Cydfrey/vidinfo

Add Vidinfo

12 years agoMerge pull request #23 from op/spotify
Alexander Færøy [Mon, 28 Jul 2014 17:19:44 +0000 (19:19 +0200)]
Merge pull request #23 from op/spotify

Added spotify

12 years agoAdded script to lookup Spotify URIs
Örjan Persson [Mon, 28 Jul 2014 16:26:57 +0000 (18:26 +0200)]
Added script to lookup Spotify URIs

12 years agoMerge pull request #21 from dgl/unicode
Geert Hauwaerts [Thu, 10 Jul 2014 22:08:09 +0000 (00:08 +0200)]
Merge pull request #21 from dgl/unicode

Add unicode.pl

12 years agoAdd unicode.pl
David Leadbeater [Sun, 6 Jul 2014 14:16:01 +0000 (15:16 +0100)]
Add unicode.pl

12 years agoRewrite noticemove to prefer active window
WhitePatches [Wed, 9 Jul 2014 23:21:39 +0000 (09:21 +1000)]
Rewrite noticemove to prefer active window

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

12 years agoData: add description for vidinfo.
Frey [Sat, 5 Jul 2014 15:58:12 +0000 (17:58 +0200)]
Data: add description for vidinfo.

12 years agoScripts: add vidinfo.pl.
Frey [Sat, 5 Jul 2014 15:57:51 +0000 (17:57 +0200)]
Scripts: add vidinfo.pl.

12 years agoMerge pull request #19 from msparks/nickserv-userlen
Geert Hauwaerts [Tue, 1 Jul 2014 19:56:34 +0000 (21:56 +0200)]
Merge pull request #19 from msparks/nickserv-userlen

nickserv.pl: allow unbounded-length usernames.

12 years agoUpdated the guidelines
Geert Hauwaerts [Tue, 1 Jul 2014 19:55:05 +0000 (21:55 +0200)]
Updated the guidelines

Added a guideline for version numbering and ChangeLog updates.

12 years agonickserv.pl: allow unbounded-length usernames.
Matt Sparks [Tue, 1 Jul 2014 07:43:23 +0000 (00:43 -0700)]
nickserv.pl: allow unbounded-length usernames.

Some ircds, namely unrealircd, allow the username to be 10
characters. RFC 2812 does not seem to specify the maximum length of
usernames.

12 years agoAdded a guideline for modifying scripts.
Geert Hauwaerts [Tue, 1 Jul 2014 19:39:08 +0000 (21:39 +0200)]
Added a guideline for modifying scripts.

12 years agoMerge pull request #14 from ailin-nemui/travis-integration
Alexander Færøy [Mon, 30 Jun 2014 19:07:19 +0000 (21:07 +0200)]
Merge pull request #14 from ailin-nemui/travis-integration

Add travis testing to Irssi scripts.

12 years agoMerge pull request #18 from crshd/smartfilter
tomaw [Thu, 26 Jun 2014 19:51:19 +0000 (20:51 +0100)]
Merge pull request #18 from crshd/smartfilter

Add smartfilter.pl

12 years agoAdd smartfilter.pl
Christian Brassat [Thu, 26 Jun 2014 16:46:20 +0000 (18:46 +0200)]
Add smartfilter.pl

12 years agoAdd travis testing to Irssi scripts.
Ailin Nemui [Mon, 16 Jun 2014 02:11:29 +0000 (04:11 +0200)]
Add travis testing to Irssi scripts.

12 years agoMerge pull request #8 from incognico/levelclear
tomaw [Sun, 22 Jun 2014 12:33:18 +0000 (13:33 +0100)]
Merge pull request #8 from incognico/levelclear

Add levelclear.pl

12 years agoMerge pull request #17 from mafgh/patch-1
tomaw [Sun, 22 Jun 2014 12:32:45 +0000 (13:32 +0100)]
Merge pull request #17 from mafgh/patch-1

Update nm.pl to 0.3.11

12 years agoMerge pull request #16 from Cydfrey/procmaillog
tomaw [Sun, 22 Jun 2014 12:32:17 +0000 (13:32 +0100)]
Merge pull request #16 from Cydfrey/procmaillog

Add procmaillog

12 years agoUpdate nm.pl to 0.3.11
mafgh [Sun, 22 Jun 2014 11:28:06 +0000 (13:28 +0200)]
Update nm.pl to 0.3.11

added autosave

12 years agoData: add description for procmaillog.pl.
Frey [Sat, 21 Jun 2014 06:53:13 +0000 (08:53 +0200)]
Data: add description for procmaillog.pl.

12 years agoScripts: add procmaillog.pl.
Frey [Sat, 21 Jun 2014 06:47:21 +0000 (08:47 +0200)]
Scripts: add procmaillog.pl.

Print incoming mails into irssi, from procmail.log file.

12 years agoMerge pull request #13 from dequis/nuke-old-bees
tomaw [Tue, 17 Jun 2014 18:38:18 +0000 (19:38 +0100)]
Merge pull request #13 from dequis/nuke-old-bees

Remove pre-3.0 bitlbee scripts. 1.x is obsolete.

12 years agoRemove pre-3.0 bitlbee scripts. 1.x is obsolete.
dequis [Tue, 17 Jun 2014 02:10:51 +0000 (23:10 -0300)]
Remove pre-3.0 bitlbee scripts. 1.x is obsolete.

12 years agoMerge pull request #10 from dgl/dgl-scripts
tomaw [Sun, 15 Jun 2014 19:10:56 +0000 (20:10 +0100)]
Merge pull request #10 from dgl/dgl-scripts

Update dgl scripts

12 years agoUpdate nickcolor a bit
David Leadbeater [Sun, 15 Jun 2014 18:25:03 +0000 (19:25 +0100)]
Update nickcolor a bit

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.

12 years agoUpdate sping.pl to do hires timing
David Leadbeater [Sun, 15 Jun 2014 18:18:39 +0000 (19:18 +0100)]
Update sping.pl to do hires timing

12 years agoUpdate usercount
David Leadbeater [Sun, 15 Jun 2014 18:08:50 +0000 (19:08 +0100)]
Update usercount

12 years agoUpdate URL in my scripts
David Leadbeater [Sun, 15 Jun 2014 17:53:08 +0000 (18:53 +0100)]
Update URL in my scripts

12 years agoUpdate title.pl
David Leadbeater [Sun, 15 Jun 2014 17:52:22 +0000 (18:52 +0100)]
Update title.pl

12 years agoUpdate levelclear.pl to version 1.1
Nico R. Wohlgemuth [Sun, 15 Jun 2014 15:10:05 +0000 (17:10 +0200)]
Update levelclear.pl to version 1.1

12 years agoAdd info for levelclear.pl
Nico R. Wohlgemuth [Sun, 15 Jun 2014 11:02:48 +0000 (13:02 +0200)]
Add info for levelclear.pl

12 years agoAdd levelclear.pl
Nico R. Wohlgemuth [Sun, 15 Jun 2014 11:00:19 +0000 (13:00 +0200)]
Add levelclear.pl

12 years agoMerge pull request #6 from palei/emo
Alexander Færøy [Sat, 14 Jun 2014 12:48:47 +0000 (14:48 +0200)]
Merge pull request #6 from palei/emo

Add emo.pl

12 years agoAdd more emoticons to emo.pl
Ilkka Pale [Thu, 12 Jun 2014 20:32:41 +0000 (22:32 +0200)]
Add more emoticons to emo.pl

12 years agoAdd emo.pl
Ilkka Pale [Thu, 12 Jun 2014 20:05:08 +0000 (22:05 +0200)]
Add emo.pl

12 years agoMerge pull request #5 from ailin-nemui/scriptassist-deprecation
Alexander Færøy [Thu, 12 Jun 2014 10:06:32 +0000 (12:06 +0200)]
Merge pull request #5 from ailin-nemui/scriptassist-deprecation

sync scriptassist with core scriptassist

12 years agoMerge pull request #4 from ailin-nemui/wlstat-obsolete
tomaw [Thu, 12 Jun 2014 08:33:52 +0000 (09:33 +0100)]
Merge pull request #4 from ailin-nemui/wlstat-obsolete

remove obsolete wlstat script (predecessor of adv_windowlist)

12 years agosync scriptassist with core scriptassist
Ailin Nemui [Thu, 12 Jun 2014 08:31:51 +0000 (10:31 +0200)]
sync scriptassist with core scriptassist

12 years agoremove obsolete wlstat script (predecessor of adv_windowlist)
Ailin Nemui [Thu, 12 Jun 2014 08:25:04 +0000 (10:25 +0200)]
remove obsolete wlstat script (predecessor of adv_windowlist)

12 years agoMerge pull request #1 from tobiasvl/xmpp-nicklist
Alexander Færøy [Wed, 11 Jun 2014 10:49:26 +0000 (12:49 +0200)]
Merge pull request #1 from tobiasvl/xmpp-nicklist

Support nicklists in XMPP rooms

12 years agoAdd aspell_complete.pl
Tom Wesley [Tue, 10 Jun 2014 18:24:09 +0000 (19:24 +0100)]
Add aspell_complete.pl

12 years agoSupport nicklists in XMPP rooms
Tobias Langhoff [Tue, 10 Jun 2014 10:58:13 +0000 (12:58 +0200)]
Support nicklists in XMPP rooms

Add support for nicklists in XMPP chat rooms when using irssi-xmpp, http://cybione.org/~irssi-xmpp/

12 years agoAdd FAQ entry on scriptassist.pl
Alexander Færøy [Sat, 7 Jun 2014 21:10:45 +0000 (23:10 +0200)]
Add FAQ entry on scriptassist.pl

12 years agoMove scripts.dmp to /
Alexander Færøy [Sat, 7 Jun 2014 21:02:00 +0000 (23:02 +0200)]
Move scripts.dmp to /

12 years agoAdd CNAME
Alexander Færøy [Sat, 7 Jun 2014 20:49:28 +0000 (22:49 +0200)]
Add CNAME

12 years agoAdd Github link to show source code on Github.com
Alexander Færøy [Mon, 2 Jun 2014 22:33:11 +0000 (00:33 +0200)]
Add Github link to show source code on Github.com

12 years agoMake Github shut up until we actually add the CNAME
Alexander Færøy [Mon, 2 Jun 2014 22:30:24 +0000 (00:30 +0200)]
Make Github shut up until we actually add the CNAME

12 years agoUse UTF-8 author names
Alexander Færøy [Mon, 2 Jun 2014 22:26:07 +0000 (00:26 +0200)]
Use UTF-8 author names

12 years agoAdd scripts.dmp for scriptassist.pl
Alexander Færøy [Mon, 2 Jun 2014 22:24:41 +0000 (00:24 +0200)]
Add scripts.dmp for scriptassist.pl

12 years agoImport scripts.dmp as YAML.
Alexander Færøy [Mon, 2 Jun 2014 21:53:15 +0000 (23:53 +0200)]
Import scripts.dmp as YAML.

12 years agoMake table columns sortable
Alexander Færøy [Sat, 31 May 2014 18:38:32 +0000 (20:38 +0200)]
Make table columns sortable

12 years agoAdd CNAME file
Alexander Færøy [Sat, 31 May 2014 18:25:30 +0000 (20:25 +0200)]
Add CNAME file

12 years agoAdd contributing guidelines
Alexander Færøy [Sat, 31 May 2014 12:26:44 +0000 (14:26 +0200)]
Add contributing guidelines

12 years agoAdd fork me on github ribbon
Alexander Færøy [Sat, 31 May 2014 12:14:36 +0000 (14:14 +0200)]
Add fork me on github ribbon

12 years agoRemove <kbd>
Alexander Færøy [Sat, 31 May 2014 12:12:47 +0000 (14:12 +0200)]
Remove <kbd>

12 years agoAdd scripts.yaml and the scripts table
Alexander Færøy [Sat, 31 May 2014 12:05:44 +0000 (14:05 +0200)]
Add scripts.yaml and the scripts table

12 years agoImport scripts from scripts.irssi.org
Alexander Færøy [Sat, 31 May 2014 11:10:46 +0000 (13:10 +0200)]
Import scripts from scripts.irssi.org

12 years agoAdd README.markdown
Alexander Færøy [Sat, 31 May 2014 10:54:46 +0000 (12:54 +0200)]
Add README.markdown

12 years agoAdd initial page
Alexander Færøy [Sat, 31 May 2014 10:44:57 +0000 (12:44 +0200)]
Add initial page

12 years agoExclude README.markdown
Alexander Færøy [Sat, 31 May 2014 09:55:58 +0000 (11:55 +0200)]
Exclude README.markdown

12 years agoAdd robots.txt
Alexander Færøy [Sat, 31 May 2014 09:55:21 +0000 (11:55 +0200)]
Add robots.txt

12 years agoAdd bootstrap
Alexander Færøy [Sat, 31 May 2014 09:50:36 +0000 (11:50 +0200)]
Add bootstrap

12 years agoInitial import
Alexander Færøy [Sat, 31 May 2014 09:39:34 +0000 (11:39 +0200)]
Initial import

git clone https://git.99rst.org/PROJECT