]>
git.99rst.org Git - irssi-scripts.irssi.org.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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
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
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.
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
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
dequis [Wed, 6 Aug 2014 00:29:15 +0000 (21:29 -0300)]
Fix yaml parsing error introduced by the noticelogic PR
tomaw [Fri, 1 Aug 2014 22:03:14 +0000 (23:03 +0100)]
Merge pull request #22 from WhitePatches/gh-pages
Add noticelogic script
tomaw [Fri, 1 Aug 2014 22:02:03 +0000 (23:02 +0100)]
Merge pull request #20 from Cydfrey/vidinfo
Add Vidinfo
Alexander Færøy [Mon, 28 Jul 2014 17:19:44 +0000 (19:19 +0200)]
Merge pull request #23 from op/spotify
Added spotify
Örjan Persson [Mon, 28 Jul 2014 16:26:57 +0000 (18:26 +0200)]
Added script to lookup Spotify URIs
Geert Hauwaerts [Thu, 10 Jul 2014 22:08:09 +0000 (00:08 +0200)]
Merge pull request #21 from dgl/unicode
Add unicode.pl
David Leadbeater [Sun, 6 Jul 2014 14:16:01 +0000 (15:16 +0100)]
Add unicode.pl
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
Frey [Sat, 5 Jul 2014 15:58:12 +0000 (17:58 +0200)]
Data: add description for vidinfo.
Frey [Sat, 5 Jul 2014 15:57:51 +0000 (17:57 +0200)]
Scripts: add vidinfo.pl.
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.
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.
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.
Geert Hauwaerts [Tue, 1 Jul 2014 19:39:08 +0000 (21:39 +0200)]
Added a guideline for modifying scripts.
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.
tomaw [Thu, 26 Jun 2014 19:51:19 +0000 (20:51 +0100)]
Merge pull request #18 from crshd/smartfilter
Add smartfilter.pl
Christian Brassat [Thu, 26 Jun 2014 16:46:20 +0000 (18:46 +0200)]
Add smartfilter.pl
Ailin Nemui [Mon, 16 Jun 2014 02:11:29 +0000 (04:11 +0200)]
Add travis testing to Irssi scripts.
tomaw [Sun, 22 Jun 2014 12:33:18 +0000 (13:33 +0100)]
Merge pull request #8 from incognico/levelclear
Add levelclear.pl
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
tomaw [Sun, 22 Jun 2014 12:32:17 +0000 (13:32 +0100)]
Merge pull request #16 from Cydfrey/procmaillog
Add procmaillog
mafgh [Sun, 22 Jun 2014 11:28:06 +0000 (13:28 +0200)]
Update nm.pl to 0.3.11
added autosave
Frey [Sat, 21 Jun 2014 06:53:13 +0000 (08:53 +0200)]
Data: add description for 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.
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.
dequis [Tue, 17 Jun 2014 02:10:51 +0000 (23:10 -0300)]
Remove pre-3.0 bitlbee scripts. 1.x is obsolete.
tomaw [Sun, 15 Jun 2014 19:10:56 +0000 (20:10 +0100)]
Merge pull request #10 from dgl/dgl-scripts
Update dgl scripts
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.
David Leadbeater [Sun, 15 Jun 2014 18:18:39 +0000 (19:18 +0100)]
Update sping.pl to do hires timing
David Leadbeater [Sun, 15 Jun 2014 18:08:50 +0000 (19:08 +0100)]
Update usercount
David Leadbeater [Sun, 15 Jun 2014 17:53:08 +0000 (18:53 +0100)]
Update URL in my scripts
David Leadbeater [Sun, 15 Jun 2014 17:52:22 +0000 (18:52 +0100)]
Update title.pl
Nico R. Wohlgemuth [Sun, 15 Jun 2014 15:10:05 +0000 (17:10 +0200)]
Update levelclear.pl to version 1.1
Nico R. Wohlgemuth [Sun, 15 Jun 2014 11:02:48 +0000 (13:02 +0200)]
Add info for levelclear.pl
Nico R. Wohlgemuth [Sun, 15 Jun 2014 11:00:19 +0000 (13:00 +0200)]
Add levelclear.pl
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
Ilkka Pale [Thu, 12 Jun 2014 20:32:41 +0000 (22:32 +0200)]
Add more emoticons to emo.pl
Ilkka Pale [Thu, 12 Jun 2014 20:05:08 +0000 (22:05 +0200)]
Add emo.pl
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
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)
Ailin Nemui [Thu, 12 Jun 2014 08:31:51 +0000 (10:31 +0200)]
sync scriptassist with core scriptassist
Ailin Nemui [Thu, 12 Jun 2014 08:25:04 +0000 (10:25 +0200)]
remove obsolete wlstat script (predecessor of adv_windowlist)
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
Tom Wesley [Tue, 10 Jun 2014 18:24:09 +0000 (19:24 +0100)]
Add aspell_complete.pl
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/
Alexander Færøy [Sat, 7 Jun 2014 21:10:45 +0000 (23:10 +0200)]
Add FAQ entry on scriptassist.pl
Alexander Færøy [Sat, 7 Jun 2014 21:02:00 +0000 (23:02 +0200)]
Move scripts.dmp to /
Alexander Færøy [Sat, 7 Jun 2014 20:49:28 +0000 (22:49 +0200)]
Add CNAME
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
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
Alexander Færøy [Mon, 2 Jun 2014 22:26:07 +0000 (00:26 +0200)]
Use UTF-8 author names
Alexander Færøy [Mon, 2 Jun 2014 22:24:41 +0000 (00:24 +0200)]
Add scripts.dmp for scriptassist.pl
Alexander Færøy [Mon, 2 Jun 2014 21:53:15 +0000 (23:53 +0200)]
Import scripts.dmp as YAML.
Alexander Færøy [Sat, 31 May 2014 18:38:32 +0000 (20:38 +0200)]
Make table columns sortable
Alexander Færøy [Sat, 31 May 2014 18:25:30 +0000 (20:25 +0200)]
Add CNAME file
Alexander Færøy [Sat, 31 May 2014 12:26:44 +0000 (14:26 +0200)]
Add contributing guidelines
Alexander Færøy [Sat, 31 May 2014 12:14:36 +0000 (14:14 +0200)]
Add fork me on github ribbon
Alexander Færøy [Sat, 31 May 2014 12:12:47 +0000 (14:12 +0200)]
Remove <kbd>
Alexander Færøy [Sat, 31 May 2014 12:05:44 +0000 (14:05 +0200)]
Add scripts.yaml and the scripts table
Alexander Færøy [Sat, 31 May 2014 11:10:46 +0000 (13:10 +0200)]
Import scripts from scripts.irssi.org
Alexander Færøy [Sat, 31 May 2014 10:54:46 +0000 (12:54 +0200)]
Add README.markdown
Alexander Færøy [Sat, 31 May 2014 10:44:57 +0000 (12:44 +0200)]
Add initial page
Alexander Færøy [Sat, 31 May 2014 09:55:58 +0000 (11:55 +0200)]
Exclude README.markdown
Alexander Færøy [Sat, 31 May 2014 09:55:21 +0000 (11:55 +0200)]
Add robots.txt
Alexander Færøy [Sat, 31 May 2014 09:50:36 +0000 (11:50 +0200)]
Add bootstrap
Alexander Færøy [Sat, 31 May 2014 09:39:34 +0000 (11:39 +0200)]
Initial import