<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/bitbot.git/IRCBot.py, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/bitbot.git/atom/IRCBot.py?h=master</id>
<link rel='self' href='https://cgit.space/~steering/bitbot.git/atom/IRCBot.py?h=master'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/'/>
<updated>2018-09-24T14:13:27Z</updated>
<entry>
<title>Move most code in root directory to src/</title>
<updated>2018-09-24T14:13:27Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2018-09-24T14:13:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=ecb9d7cb3f4435457560e03201bbed57a469d548'/>
<id>urn:sha1:ecb9d7cb3f4435457560e03201bbed57a469d548</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't pass around full server details more than we have to.</title>
<updated>2018-09-21T10:34:38Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2018-09-21T10:34:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=62df014b2923a6534e272a09c51da0aa90756803'/>
<id>urn:sha1:62df014b2923a6534e272a09c51da0aa90756803</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor everything to use delimited events</title>
<updated>2018-09-19T12:25:12Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2018-09-19T12:25:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=fcbb7c960ce8c9b693711b4b40d3fa86fd17d7cf'/>
<id>urn:sha1:fcbb7c960ce8c9b693711b4b40d3fa86fd17d7cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add optional aliases for IRCServers, mostly to make logging prettier.</title>
<updated>2018-09-19T00:13:54Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2018-09-19T00:13:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=b7dda02951d149837cb888e750feaaaec809d44b'/>
<id>urn:sha1:b7dda02951d149837cb888e750feaaaec809d44b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't return 0 as "time until next ping" when we've already sent a ping. return</title>
<updated>2018-09-11T17:25:27Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2018-09-11T17:25:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=58bc741177796a3a8411286feddfb64287cd8ebd'/>
<id>urn:sha1:58bc741177796a3a8411286feddfb64287cd8ebd</id>
<content type='text'>
None instead.
</content>
</entry>
<entry>
<title>Fix weird double indentation in IRCBot.py</title>
<updated>2018-09-11T17:25:01Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2018-09-11T17:25:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=788ba239e547c8b47340be70616f896434a768a3'/>
<id>urn:sha1:788ba239e547c8b47340be70616f896434a768a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove boot_time from stats.py, move it to start_time in IRCBot otherwise a</title>
<updated>2018-09-11T17:24:34Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2018-09-11T17:24:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=614f63bda31248551b8a050c0c010b2aae3a5e6b'/>
<id>urn:sha1:614f63bda31248551b8a050c0c010b2aae3a5e6b</id>
<content type='text'>
module reload of stats.py would reset !uptime
</content>
</entry>
<entry>
<title>Debug log raw data</title>
<updated>2018-09-04T06:20:17Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2018-09-04T06:20:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=b989b720ebd4ac11131230ebd035dda8cc76f2dd'/>
<id>urn:sha1:b989b720ebd4ac11131230ebd035dda8cc76f2dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>give an Exports object (actually, ExportsContex object) to each module, to</title>
<updated>2018-09-02T18:54:45Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2018-09-02T18:54:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=8c6ab17e579cf8f4e510ec324fc98b010ff01cb0'/>
<id>urn:sha1:8c6ab17e579cf8f4e510ec324fc98b010ff01cb0</id>
<content type='text'>
facilitate things like !set and !channelset without using the events system
</content>
</entry>
<entry>
<title>IRCLogging -&gt; Logging</title>
<updated>2018-09-02T18:52:18Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2018-09-02T18:52:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=3ecd938de2ea83faae32b37989152bccd7fbe6a8'/>
<id>urn:sha1:3ecd938de2ea83faae32b37989152bccd7fbe6a8</id>
<content type='text'>
</content>
</entry>
</feed>
