<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sircbot, branch v0.3</title>
<subtitle>Simple IRC bot for shell and lua scripts
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/hosted/sircbot/'/>
<entry>
<title>==== release 0.3 ====</title>
<updated>2013-03-08T11:59:29+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2013-03-08T11:59:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/hosted/sircbot/commit/?id=2478b71738e7a8a54c5711302a6575bba87b3c7a'/>
<id>2478b71738e7a8a54c5711302a6575bba87b3c7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add support for 'multimode'</title>
<updated>2013-03-08T11:54:45+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2013-03-08T11:54:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/hosted/sircbot/commit/?id=6fe90d79858fdc149f7a9267d72d905d854fbd75'/>
<id>6fe90d79858fdc149f7a9267d72d905d854fbd75</id>
<content type='text'>
we append nick to pidfile and connection socket so we can run multiple
instances of sircbot on same machine.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we append nick to pidfile and connection socket so we can run multiple
instances of sircbot on same machine.
</pre>
</div>
</content>
</entry>
<entry>
<title>add -N option to disable running hooks and fix help message</title>
<updated>2013-03-08T10:50:49+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2013-03-08T10:36:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/hosted/sircbot/commit/?id=144bf26b243743916f651bc1bdd9997f44a79eeb'/>
<id>144bf26b243743916f651bc1bdd9997f44a79eeb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move disconnect to separate func</title>
<updated>2013-03-08T10:29:14+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2013-03-08T10:29:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/hosted/sircbot/commit/?id=11701597c635b5e66ff29500e6a2aa739cdaf5df'/>
<id>11701597c635b5e66ff29500e6a2aa739cdaf5df</id>
<content type='text'>
slightly cleaner code
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
slightly cleaner code
</pre>
</div>
</content>
</entry>
<entry>
<title>fix another segfault</title>
<updated>2013-03-08T10:28:15+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2013-03-08T10:28:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/hosted/sircbot/commit/?id=29e3e409a36256cd1bf49c58970ebbeff8151497'/>
<id>29e3e409a36256cd1bf49c58970ebbeff8151497</id>
<content type='text'>
user or data might be null
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
user or data might be null
</pre>
</div>
</content>
</entry>
<entry>
<title>fix segfault when IRC server does disconnect</title>
<updated>2013-03-07T15:20:22+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2013-03-07T15:20:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/hosted/sircbot/commit/?id=93d007481e25c9db88e8b16117b0378d51951bb6'/>
<id>93d007481e25c9db88e8b16117b0378d51951bb6</id>
<content type='text'>
and fix lots of whitespace damage
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and fix lots of whitespace damage
</pre>
</div>
</content>
</entry>
<entry>
<title>make: make it convenient to build on mint/ubuntu</title>
<updated>2011-12-15T15:39:08+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2011-12-15T15:39:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/hosted/sircbot/commit/?id=07fe398d8f6a9b74c0263d659859bf59d66d64d2'/>
<id>07fe398d8f6a9b74c0263d659859bf59d66d64d2</id>
<content type='text'>
To build on ubuntu:
  echo "LUAPC=lua5.1" &gt; config.mk
  make
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To build on ubuntu:
  echo "LUAPC=lua5.1" &gt; config.mk
  make
</pre>
</div>
</content>
</entry>
<entry>
<title>release 0.2</title>
<updated>2010-09-10T11:05:26+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>natanael.copa@gmail.com</email>
</author>
<published>2010-09-10T11:05:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/hosted/sircbot/commit/?id=aefa1f028fab71136d42fbc662eb8e20c4f60530'/>
<id>aefa1f028fab71136d42fbc662eb8e20c4f60530</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>readme: tell how to use sircbot-send</title>
<updated>2010-09-10T11:04:13+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>natanael.copa@gmail.com</email>
</author>
<published>2010-09-10T11:04:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/hosted/sircbot/commit/?id=1c514f4c8a83d3f03642aa6c3dd78612097094a5'/>
<id>1c514f4c8a83d3f03642aa6c3dd78612097094a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make: install target</title>
<updated>2010-09-10T08:38:19+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>natanael.copa@gmail.com</email>
</author>
<published>2010-09-10T08:38:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/hosted/sircbot/commit/?id=f18a88bb8a5c1835339084c87f541123a17056f3'/>
<id>f18a88bb8a5c1835339084c87f541123a17056f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
