<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/bitbot.git/ModuleManager.py, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/bitbot.git/atom/ModuleManager.py?h=master</id>
<link rel='self' href='https://cgit.space/~steering/bitbot.git/atom/ModuleManager.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>Better communicate issues with load/unload/reload of modules</title>
<updated>2018-09-24T12:10:39Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2018-09-24T12:10:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=b7f7c9342b7b23b5c04bc9974403e6e96ce8bec2'/>
<id>urn:sha1:b7f7c9342b7b23b5c04bc9974403e6e96ce8bec2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add ModuleManager.BaseModule so modules don't *have* to implement __init__</title>
<updated>2018-09-19T12:28:18Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2018-09-19T12:28:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=287d0312817f9668041c0192fa0c1985b7b10605'/>
<id>urn:sha1:287d0312817f9668041c0192fa0c1985b7b10605</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support hooking functions in modules with @Utils.hook</title>
<updated>2018-09-19T11:37:41Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2018-09-19T11:35:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=b8aca728611d0422683347fdf3fc97b4f8651499'/>
<id>urn:sha1:b8aca728611d0422683347fdf3fc97b4f8651499</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add !enablemodule and !disablemodule to modules.py</title>
<updated>2018-09-13T12:35:05Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2018-09-13T12:35:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=1eed727bc5a8efaded32035cd1922851d799156c'/>
<id>urn:sha1:1eed727bc5a8efaded32035cd1922851d799156c</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>Remove unneeded "import gc" in ModuleManager.py</title>
<updated>2018-09-01T17:58:20Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2018-09-01T17:58:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=d5bd32a4c7ce34b8dc70ca2cbda6538395f41a09'/>
<id>urn:sha1:d5bd32a4c7ce34b8dc70ca2cbda6538395f41a09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Log when a module is unloaded, including how many references are left to the</title>
<updated>2018-09-01T17:49:50Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2018-09-01T17:49:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=164f0b0bbf0555436ab161f9bcb47ccc28c280cf'/>
<id>urn:sha1:164f0b0bbf0555436ab161f9bcb47ccc28c280cf</id>
<content type='text'>
module object
</content>
</entry>
<entry>
<title>Don't purge children on purge_context() in EventHook, make event_context</title>
<updated>2018-09-01T17:27:10Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2018-09-01T17:27:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=2206502ccaaf51b2a009c385004cfd7f11f3f739'/>
<id>urn:sha1:2206502ccaaf51b2a009c385004cfd7f11f3f739</id>
<content type='text'>
str(uuid) instead of just uuid in ModuleManager
</content>
</entry>
<entry>
<title>Added functionality to load, unload and reload modules from a command!</title>
<updated>2018-09-01T10:29:26Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2018-09-01T10:29:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=29609fffd77e495e86e6ba1a1f7f9e25d1607e1e'/>
<id>urn:sha1:29609fffd77e495e86e6ba1a1f7f9e25d1607e1e</id>
<content type='text'>
</content>
</entry>
</feed>
