<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/bitbot.git/modules/signals.py, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/bitbot.git/atom/modules/signals.py?h=master</id>
<link rel='self' href='https://cgit.space/~steering/bitbot.git/atom/modules/signals.py?h=master'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/'/>
<updated>2019-12-10T05:27:35Z</updated>
<entry>
<title>move core modules to src/core_modules, make them uneffected by white/black list</title>
<updated>2019-12-10T05:27:35Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-12-10T05:27:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=638eee0d685c06d258cb55287204ca97bca7c344'/>
<id>urn:sha1:638eee0d685c06d258cb55287204ca97bca7c344</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove src/utils/irc/protocol.py</title>
<updated>2019-10-28T10:56:33Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-10-28T10:56:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=7ee65f8f8ca9da93174284450db891346ea9daaf'/>
<id>urn:sha1:7ee65f8f8ca9da93174284450db891346ea9daaf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add ModuleManager.try_reload_modules(), to try reloading in a transaction</title>
<updated>2019-10-14T11:56:04Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-10-14T11:55:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=a9111c724148634486524f3744c3bbe039f3cc1d'/>
<id>urn:sha1:a9111c724148634486524f3744c3bbe039f3cc1d</id>
<content type='text'>
if any of the modules fails to reload, rollback and use the already loaded modules. closes #179
</content>
</entry>
<entry>
<title>exit when all servers are disconnected after ctrl+c</title>
<updated>2019-10-11T16:06:37Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-10-11T16:06:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=3fc7294539d6ae82369ca7b4321ed7be6767c767'/>
<id>urn:sha1:3fc7294539d6ae82369ca7b4321ed7be6767c767</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "no longer treat ctrl+c as "shutdown" - bitbotctl will take this job"</title>
<updated>2019-10-11T14:41:51Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-10-11T14:41:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=0207e8e2b6831506c958d3377084b6a0910b7664'/>
<id>urn:sha1:0207e8e2b6831506c958d3377084b6a0910b7664</id>
<content type='text'>
This reverts commit 73e6ede8cc1bd7c8a8946d3e77f5157a5177a775.
</content>
</entry>
<entry>
<title>no longer treat ctrl+c as "shutdown" - bitbotctl will take this job</title>
<updated>2019-10-11T14:39:01Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-10-11T14:39:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=73e6ede8cc1bd7c8a8946d3e77f5157a5177a775'/>
<id>urn:sha1:73e6ede8cc1bd7c8a8946d3e77f5157a5177a775</id>
<content type='text'>
</content>
</entry>
<entry>
<title>List()ify self.bot.servers.values() as it can change mid-QUIT</title>
<updated>2019-06-06T21:39:57Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-06-06T21:39:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=9c6b9c39647bc740f351db684cf6213e9c88fe8c'/>
<id>urn:sha1:9c6b9c39647bc740f351db684cf6213e9c88fe8c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make `params` arg for logging functions optional</title>
<updated>2019-06-06T11:59:47Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-06-06T11:59:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=2ca4fd48f77d0477625ad4ae89a0b210aec24730'/>
<id>urn:sha1:2ca4fd48f77d0477625ad4ae89a0b210aec24730</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Give SentLine (and preproc.send events) a new event object, to track events</title>
<updated>2019-06-04T16:51:20Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-06-04T16:51:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=8dbae6a5e93bd97a27552fbb5890c0919c592788'/>
<id>urn:sha1:8dbae6a5e93bd97a27552fbb5890c0919c592788</id>
<content type='text'>
related to a line after it is sent
</content>
</entry>
<entry>
<title>`.on_send(` only exists on SentLines, not ParsedLines</title>
<updated>2019-06-04T13:41:55Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-06-04T13:41:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=825dce5292f21ddeadaa188698ad753decd46742'/>
<id>urn:sha1:825dce5292f21ddeadaa188698ad753decd46742</id>
<content type='text'>
</content>
</entry>
</feed>
