<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/bitbot.git/src/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/src/ModuleManager.py?h=master</id>
<link rel='self' href='https://cgit.space/~steering/bitbot.git/atom/src/ModuleManager.py?h=master'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/'/>
<updated>2020-02-19T17:22:37Z</updated>
<entry>
<title>support @utils.export on functions, to export those functions</title>
<updated>2020-02-19T17:22:37Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2020-02-19T17:22:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=70db97f64e0d6dbdd60f4d6d147d11c5b6b6a204'/>
<id>urn:sha1:70db97f64e0d6dbdd60f4d6d147d11c5b6b6a204</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add ModuleManager.try_reload_module(), use it for !reloadmodule</title>
<updated>2020-02-09T10:17:40Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2020-02-09T10:15:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=f3ac154fe2bffb0148b12adb5ad9dce763383775'/>
<id>urn:sha1:f3ac154fe2bffb0148b12adb5ad9dce763383775</id>
<content type='text'>
</content>
</entry>
<entry>
<title>handle git being in a detached head state when getting current commit</title>
<updated>2020-02-08T13:21:29Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2020-02-08T13:15:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=4e9df2c552b9ea6212e223e38c8f5d49be3e6d42'/>
<id>urn:sha1:4e9df2c552b9ea6212e223e38c8f5d49be3e6d42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>store timestamp and current git commit when loading a module</title>
<updated>2020-02-03T23:00:53Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2020-02-03T23:00:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=7a15e5b2bf314093d6ce36ae56832a793712113a'/>
<id>urn:sha1:7a15e5b2bf314093d6ce36ae56832a793712113a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move "dont unload core modules" to where it won't affect reloads</title>
<updated>2020-01-28T16:25:15Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2020-01-28T16:25:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=67aa90fc942363d8487990036993433d48ff3469'/>
<id>urn:sha1:67aa90fc942363d8487990036993433d48ff3469</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refuse to unload core modules</title>
<updated>2020-01-28T15:27:13Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2020-01-28T15:27:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=0744f8b63ae5faeddf697f14f39fbd9f4600a637'/>
<id>urn:sha1:0744f8b63ae5faeddf697f14f39fbd9f4600a637</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add module name collision check to before import and hooks</title>
<updated>2020-01-28T10:20:52Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2020-01-28T10:20:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=499a03a0ad41e70f1fbf9fd3854ea6547ea3b078'/>
<id>urn:sha1:499a03a0ad41e70f1fbf9fd3854ea6547ea3b078</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add data_directory() func to BaseModule, to get path to data file</title>
<updated>2020-01-27T23:22:45Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2020-01-27T23:22:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=7397e3683773bfb04ea531e498e3affcd69899fb'/>
<id>urn:sha1:7397e3683773bfb04ea531e498e3affcd69899fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix ModuleManager.find_module() - don't set `path` until it's actually found</title>
<updated>2019-12-10T11:08:44Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-12-10T11:08:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=a3bde5e682b7de59b2de0475781203661e1530ff'/>
<id>urn:sha1:a3bde5e682b7de59b2de0475781203661e1530ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix typos, type hinting and missed changes in ModuleManager</title>
<updated>2019-12-10T05:32:55Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-12-10T05:32:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=58c09f73424ce76035a934a6c8a8ab429e051fec'/>
<id>urn:sha1:58c09f73424ce76035a934a6c8a8ab429e051fec</id>
<content type='text'>
</content>
</entry>
</feed>
