<feed xmlns='http://www.w3.org/2005/Atom'>
<title>frippy/bin, branch v0.4.0</title>
<subtitle>IRC Bot</subtitle>
<id>https://git.jokler.xyz/frippy/atom/bin?h=v0.4.0</id>
<link rel='self' href='https://git.jokler.xyz/frippy/atom/bin?h=v0.4.0'/>
<link rel='alternate' type='text/html' href='https://git.jokler.xyz/frippy/'/>
<updated>2018-02-12T15:08:47Z</updated>
<entry>
<title>Move main file into the src directory</title>
<updated>2018-02-12T15:08:47Z</updated>
<author>
<name>Jokler</name>
<email>jokler.contact@gmail.com</email>
</author>
<published>2018-02-10T20:00:51Z</published>
<link rel='alternate' type='text/html' href='https://git.jokler.xyz/frippy/commit/?id=ddf42bc0292b0befe2b2f47f3284d9ffeaf6f4b4'/>
<id>urn:sha1:ddf42bc0292b0befe2b2f47f3284d9ffeaf6f4b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Upgrade dependencies</title>
<updated>2018-02-10T14:25:01Z</updated>
<author>
<name>Jokler</name>
<email>jokler.contact@gmail.com</email>
</author>
<published>2018-02-10T14:25:01Z</published>
<link rel='alternate' type='text/html' href='https://git.jokler.xyz/frippy/commit/?id=2c10ee57bbefde948b401c36fc50209bc34a99ad'/>
<id>urn:sha1:2c10ee57bbefde948b401c36fc50209bc34a99ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Return the future on connect instead of adding it to the reactor</title>
<updated>2018-01-04T18:12:01Z</updated>
<author>
<name>Jokler</name>
<email>jokler.contact@gmail.com</email>
</author>
<published>2018-01-04T18:12:01Z</published>
<link rel='alternate' type='text/html' href='https://git.jokler.xyz/frippy/commit/?id=37056a823a574add2cd452a97f328bb170400a0b'/>
<id>urn:sha1:37056a823a574add2cd452a97f328bb170400a0b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Exit if no bot connected successfully</title>
<updated>2017-12-24T14:27:14Z</updated>
<author>
<name>Jokler</name>
<email>jokler.contact@gmail.com</email>
</author>
<published>2017-12-24T14:27:14Z</published>
<link rel='alternate' type='text/html' href='https://git.jokler.xyz/frippy/commit/?id=32e870aeefee587d6eabdfa08cf27b3cf9a46f15'/>
<id>urn:sha1:32e870aeefee587d6eabdfa08cf27b3cf9a46f15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add option for disabled plugins in the toml files</title>
<updated>2017-12-15T18:27:43Z</updated>
<author>
<name>Jokler</name>
<email>jokler.contact@gmail.com</email>
</author>
<published>2017-12-15T18:27:43Z</published>
<link rel='alternate' type='text/html' href='https://git.jokler.xyz/frippy/commit/?id=b4c1722bbee9fa822a6063cbb0540c0a7fb2e430'/>
<id>urn:sha1:b4c1722bbee9fa822a6063cbb0540c0a7fb2e430</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Url Plugin</title>
<updated>2017-12-11T02:35:05Z</updated>
<author>
<name>Jokler</name>
<email>jokler.contact@gmail.com</email>
</author>
<published>2017-12-11T02:35:05Z</published>
<link rel='alternate' type='text/html' href='https://git.jokler.xyz/frippy/commit/?id=6c3060994a3e04a59caeae7221650d0eec5e49fa'/>
<id>urn:sha1:6c3060994a3e04a59caeae7221650d0eec5e49fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move Config logic out of the library</title>
<updated>2017-12-11T00:49:09Z</updated>
<author>
<name>Jokler</name>
<email>jokler.contact@gmail.com</email>
</author>
<published>2017-12-11T00:49:09Z</published>
<link rel='alternate' type='text/html' href='https://git.jokler.xyz/frippy/commit/?id=ab70f0e6dff916638edfc95d406922b3fd15df7d'/>
<id>urn:sha1:ab70f0e6dff916638edfc95d406922b3fd15df7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add KeepNick plugin</title>
<updated>2017-12-06T02:45:10Z</updated>
<author>
<name>Jokler</name>
<email>jokler.contact@gmail.com</email>
</author>
<published>2017-12-06T02:45:10Z</published>
<link rel='alternate' type='text/html' href='https://git.jokler.xyz/frippy/commit/?id=f716ecd319977aea7773dc689592fc8193c609f1'/>
<id>urn:sha1:f716ecd319977aea7773dc689592fc8193c609f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Let users of the library define their own plugins</title>
<updated>2017-11-28T02:25:45Z</updated>
<author>
<name>Jokler</name>
<email>jokler.contact@gmail.com</email>
</author>
<published>2017-11-28T02:12:48Z</published>
<link rel='alternate' type='text/html' href='https://git.jokler.xyz/frippy/commit/?id=09113bf4fa8cb8a42adb72533c3c76279e090978'/>
<id>urn:sha1:09113bf4fa8cb8a42adb72533c3c76279e090978</id>
<content type='text'>
This means that:
- run() is now part of a Bot struct
- Plugins the bot should use have to be added before calling run()
- The Plugin trait and all of the included plugins are now public
</content>
</entry>
<entry>
<title>Add debug logging</title>
<updated>2017-11-03T03:20:14Z</updated>
<author>
<name>Jokler</name>
<email>jokler.contact@gmail.com</email>
</author>
<published>2017-11-01T16:15:54Z</published>
<link rel='alternate' type='text/html' href='https://git.jokler.xyz/frippy/commit/?id=8e573c5a7a6747dd3f01c3ed97c88a3c5a57d7ec'/>
<id>urn:sha1:8e573c5a7a6747dd3f01c3ed97c88a3c5a57d7ec</id>
<content type='text'>
The log level gets set to debug or info based on the
build profile automatically now.
Debug messages also print their target to the console.
</content>
</entry>
</feed>
