<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/bitbot.git/src/IRCChannels.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/IRCChannels.py?h=master</id>
<link rel='self' href='https://cgit.space/~steering/bitbot.git/atom/src/IRCChannels.py?h=master'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/'/>
<updated>2020-01-22T12:28:05Z</updated>
<entry>
<title>`server` should be IRCServer, not IRCChannels</title>
<updated>2020-01-22T12:28:05Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2020-01-22T12:28:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=cabc5942b46571234e044da3b1f0d963ef04a82a'/>
<id>urn:sha1:cabc5942b46571234e044da3b1f0d963ef04a82a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor all checks for channel_type to server.is_channel()</title>
<updated>2019-09-20T13:52:41Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-09-20T13:52:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=47d38c7d185856fd81fddf94883009bbaf749e3c'/>
<id>urn:sha1:47d38c7d185856fd81fddf94883009bbaf749e3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add a `create` flag to IRCChannels.get_id() to optionally not create new ids</title>
<updated>2019-09-05T13:13:58Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-09-05T13:13:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=d973b547e1ced436ecb5b830301904c12d28c823'/>
<id>urn:sha1:d973b547e1ced436ecb5b830301904c12d28c823</id>
<content type='text'>
</content>
</entry>
<entry>
<title>'self.channels' -&gt; 'self._channels'</title>
<updated>2019-07-11T13:22:33Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-07-11T13:22:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=ab45c65fb4b766c4c3e2a5d5a8356fe164df0f66'/>
<id>urn:sha1:ab45c65fb4b766c4c3e2a5d5a8356fe164df0f66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor EventManager to only hold hooks on a root object</title>
<updated>2019-06-26T10:01:09Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-06-26T10:01:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=bb749b111f75d894431b04da6307c86549ad4b50'/>
<id>urn:sha1:bb749b111f75d894431b04da6307c86549ad4b50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>'IRCChannels._get_id' -&gt; 'IRCChannels.get_id'</title>
<updated>2019-04-07T12:59:53Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-04-07T12:59:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=272b60842e8574fbf5f0ccbf20f66770f0b0e1e0'/>
<id>urn:sha1:272b60842e8574fbf5f0ccbf20f66770f0b0e1e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add `irc_lower()` and `irc_equals()` to IRCServer.Server so that no where else</title>
<updated>2019-01-24T17:12:50Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-01-24T17:12:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=301dd7378a77671f00c0b7e2be127f0d72792bae'/>
<id>urn:sha1:301dd7378a77671f00c0b7e2be127f0d72792bae</id>
<content type='text'>
in the code has to know about the server having a casemapping
</content>
</entry>
<entry>
<title>Add .keys()/.values()/.items to src/IRCChannels.py</title>
<updated>2018-11-13T11:36:44Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2018-11-13T11:36:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=e9c9ec778cb0df1b1093a851cc7ad9cad9bbdff7'/>
<id>urn:sha1:e9c9ec778cb0df1b1093a851cc7ad9cad9bbdff7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add missing imports and `Channel` namespacing to src/IRCChannel.py</title>
<updated>2018-11-11T16:11:45Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2018-11-11T16:11:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=db1e2ea40650d2280ed70bc86cd0622fc596c8de'/>
<id>urn:sha1:db1e2ea40650d2280ed70bc86cd0622fc596c8de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split out Channels in to IRCChannels.Channels, not IRCChannel.Channels</title>
<updated>2018-11-11T14:53:16Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2018-11-11T14:53:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=a9b6086c70c38558ef116361752c755054a7ba19'/>
<id>urn:sha1:a9b6086c70c38558ef116361752c755054a7ba19</id>
<content type='text'>
</content>
</entry>
</feed>
