<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scripts.irssi.org/_testing/travis, branch master</title>
<subtitle>Script Repository for Irssi</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/scripts.irssi.org/'/>
<entry>
<title>fix small bug with empty commands</title>
<updated>2017-03-14T23:16:53+00:00</updated>
<author>
<name>Ailin Nemui</name>
</author>
<published>2017-03-14T23:16:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/scripts.irssi.org/commit/?id=7653befcf57e66cf78dd9216d31619e362805796'/>
<id>7653befcf57e66cf78dd9216d31619e362805796</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>autocommit script commands</title>
<updated>2017-03-14T22:27:30+00:00</updated>
<author>
<name>Ailin Nemui</name>
</author>
<published>2017-03-14T22:27:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/scripts.irssi.org/commit/?id=43ec4348ea43312073cd48312278812b63e4f850'/>
<id>43ec4348ea43312073cd48312278812b63e4f850</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update branch name</title>
<updated>2016-08-17T22:17:49+00:00</updated>
<author>
<name>Ailin Nemui</name>
</author>
<published>2016-08-17T22:17:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/scripts.irssi.org/commit/?id=22060fc4669627a9859c92efa2d6651e3673d494'/>
<id>22060fc4669627a9859c92efa2d6651e3673d494</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>try trusty travis beta</title>
<updated>2016-02-04T11:18:59+00:00</updated>
<author>
<name>Ailin Nemui</name>
</author>
<published>2016-02-03T23:54:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/scripts.irssi.org/commit/?id=d2aa63d1729486013820d66ee8491009998bd5aa'/>
<id>d2aa63d1729486013820d66ee8491009998bd5aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correctly preserve non-numeric version numbers</title>
<updated>2015-01-28T00:56:17+00:00</updated>
<author>
<name>Ailin Nemui</name>
</author>
<published>2015-01-27T21:07:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/scripts.irssi.org/commit/?id=5996cf5285d66ae8a1ff3ad8a88651753988a4b9'/>
<id>5996cf5285d66ae8a1ff3ad8a88651753988a4b9</id>
<content type='text'>
The YAML module that available in the Travis repos does not enforce
marking of numeric-looking variables as strings. When these are parsed
by the github site generator, precision is lost as they are interpreted
numerically (eg. version: 1.10 -&gt; turns into 1.1).

Reported by Vilkku. Fixes #125
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The YAML module that available in the Travis repos does not enforce
marking of numeric-looking variables as strings. When these are parsed
by the github site generator, precision is lost as they are interpreted
numerically (eg. version: 1.10 -&gt; turns into 1.1).

Reported by Vilkku. Fixes #125
</pre>
</div>
</content>
</entry>
<entry>
<title>Make prereq-scanner more noisy</title>
<updated>2015-01-18T01:21:53+00:00</updated>
<author>
<name>Ailin Nemui</name>
</author>
<published>2015-01-17T17:26:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/scripts.irssi.org/commit/?id=097ea77e54af0266b70844a23ee1f03224f5143a'/>
<id>097ea77e54af0266b70844a23ee1f03224f5143a</id>
<content type='text'>
Avoid stalled builds by outputting the prereq-scanner result.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoid stalled builds by outputting the prereq-scanner result.
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract only required keys from %IRSSI headers</title>
<updated>2015-01-18T01:21:52+00:00</updated>
<author>
<name>Ailin Nemui</name>
</author>
<published>2015-01-17T16:49:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/scripts.irssi.org/commit/?id=a0c44c8634c89038c8cab1ade7802d08ddde0ec6'/>
<id>a0c44c8634c89038c8cab1ade7802d08ddde0ec6</id>
<content type='text'>
This change will limit the keys in scripts.yaml to a set of explicitly
specified keys, omitting such entries as default_package and changed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change will limit the keys in scripts.yaml to a set of explicitly
specified keys, omitting such entries as default_package and changed
</pre>
</div>
</content>
</entry>
<entry>
<title>Add travis testing to Irssi scripts.</title>
<updated>2014-06-24T16:28:59+00:00</updated>
<author>
<name>Ailin Nemui</name>
</author>
<published>2014-06-16T02:11:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/scripts.irssi.org/commit/?id=ca374a4a1acec99b19486549071ef6c9968b749a'/>
<id>ca374a4a1acec99b19486549071ef6c9968b749a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
