<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/bitbot.git/modules/github/module.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/github/module.py?h=master</id>
<link rel='self' href='https://cgit.space/~steering/bitbot.git/atom/modules/github/module.py?h=master'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/'/>
<updated>2019-02-05T15:54:20Z</updated>
<entry>
<title>Move sasl.py to a directory module and move SCRAM logic to a different file,</title>
<updated>2019-02-05T15:54:20Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-02-05T15:54:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=1fe20a2c98ed5e4042d10c415d7923aebfaa362d'/>
<id>urn:sha1:1fe20a2c98ed5e4042d10c415d7923aebfaa362d</id>
<content type='text'>
move `github/module.py` to `github/__init__.py`
</content>
</entry>
<entry>
<title>Add ")" that should have been removed when we stopped using `enumerate` for</title>
<updated>2019-02-04T21:35:31Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-02-04T21:35:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=0344ad64703f03afc720c43b85d7e0234350366a'/>
<id>urn:sha1:0344ad64703f03afc720c43b85d7e0234350366a</id>
<content type='text'>
github webhook hooks (github)
</content>
</entry>
<entry>
<title>Try to match against full repository name first, so that we can make specific</title>
<updated>2019-02-04T10:17:27Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-02-04T10:17:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=e2d60a541c9398d293767befcff2d6b1300598a5'/>
<id>urn:sha1:e2d60a541c9398d293767befcff2d6b1300598a5</id>
<content type='text'>
rules for specific repositories (github)
</content>
</entry>
<entry>
<title>We don't need to enumerate hooks (github)</title>
<updated>2019-02-04T10:17:15Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-02-04T10:17:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=66d2ef2c26c9ee1dcb49c31912dff49d127bc3de'/>
<id>urn:sha1:66d2ef2c26c9ee1dcb49c31912dff49d127bc3de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a `permission` to !ghwebhook so an admin user can use it without +o (github)</title>
<updated>2019-01-29T08:06:59Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-01-29T08:06:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=5d47e7e895606c43656506b77d4cbf3c365ad3d3'/>
<id>urn:sha1:5d47e7e895606c43656506b77d4cbf3c365ad3d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use .lower() on nickname, as we're using that on `s` and nickname_lower uses</title>
<updated>2019-01-26T10:53:28Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-01-26T10:53:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=ed44e6f78b52fe766348856b7eff659fe728adea'/>
<id>urn:sha1:ed44e6f78b52fe766348856b7eff659fe728adea</id>
<content type='text'>
special irc casemapping (github)
</content>
</entry>
<entry>
<title>Actually use the output of _prevent_highlight (github)</title>
<updated>2019-01-26T10:53:14Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-01-26T10:53:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=506aef63665ac92b16ba49f6064e85be6ed90245'/>
<id>urn:sha1:506aef63665ac92b16ba49f6064e85be6ed90245</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a setting to insert zero width characters in to highlights (github)</title>
<updated>2019-01-26T10:49:31Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-01-26T10:49:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=2d113011ede449c36148a8622c82f912758a8870'/>
<id>urn:sha1:2d113011ede449c36148a8622c82f912758a8870</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't give `event` object to webhook functions - they don't need them</title>
<updated>2019-01-26T10:33:45Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-01-26T10:33:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=e6aad7e070d432557486f0a19a3535a4b0298019'/>
<id>urn:sha1:e6aad7e070d432557486f0a19a3535a4b0298019</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use `rpartition` to either get the last part of a `ref/head/branch` ref or just</title>
<updated>2019-01-23T08:56:36Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-01-23T08:56:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=756938a4c9c0e2a81c48340bfe37c48cf544cffe'/>
<id>urn:sha1:756938a4c9c0e2a81c48340bfe37c48cf544cffe</id>
<content type='text'>
`branch` (github)
</content>
</entry>
</feed>
