<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/bitbot.git/src/IRCBuffer.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/IRCBuffer.py?h=master</id>
<link rel='self' href='https://cgit.space/~steering/bitbot.git/atom/src/IRCBuffer.py?h=master'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/'/>
<updated>2020-01-30T14:57:24Z</updated>
<entry>
<title>add IRCBuffer.find_all()</title>
<updated>2020-01-30T14:57:24Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2020-01-30T14:57:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=73aeb6bde41fecc069002b6de2e12ebdffbbb0c4'/>
<id>urn:sha1:73aeb6bde41fecc069002b6de2e12ebdffbbb0c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add IRCBuffer.BufferLine.format() - /me vs message formatting</title>
<updated>2020-01-30T14:56:57Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2020-01-30T14:56:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=b296a2df05530382a87ff793e9dbd57659db7dab'/>
<id>urn:sha1:b296a2df05530382a87ff793e9dbd57659db7dab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bump IRCBuffer MAX_LINES to 1024</title>
<updated>2020-01-30T14:55:30Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2020-01-30T14:55:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=5fb305781467185155a2139d3891a0e81c5eeec8'/>
<id>urn:sha1:5fb305781467185155a2139d3891a0e81c5eeec8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>IRCBuffer.find's not_pattern arg should be optional</title>
<updated>2020-01-20T16:28:50Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2020-01-20T16:27:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=fb457c52fb474675a0b80da0f96524615fdcf9ed'/>
<id>urn:sha1:fb457c52fb474675a0b80da0f96524615fdcf9ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>BufferLine.id should be a string</title>
<updated>2020-01-17T16:37:22Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2020-01-17T16:37:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=9efe952a9fcc25d87939c903bce8642c568aebcb'/>
<id>urn:sha1:9efe952a9fcc25d87939c903bce8642c568aebcb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>give BufferLine.id default value, overwrite in ircv3_msgid.py</title>
<updated>2020-01-17T16:28:23Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2020-01-17T16:28:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=95668f2b8bdeaa0f92bee1d6cebdeb0fb9da7ec5'/>
<id>urn:sha1:95668f2b8bdeaa0f92bee1d6cebdeb0fb9da7ec5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add BufferLine.timestamp (`datetime.datetime` object)</title>
<updated>2020-01-17T15:58:08Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2020-01-17T15:58:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=3e574f3c52f7be7435f33fe17c02d40c3e581d7f'/>
<id>urn:sha1:3e574f3c52f7be7435f33fe17c02d40c3e581d7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tidy up IRCBuffer.find, respect line.deleted there too</title>
<updated>2020-01-17T14:27:45Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2020-01-17T14:27:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=a79f866269bd25669a8745e515919bbf975583ca'/>
<id>urn:sha1:a79f866269bd25669a8745e515919bbf975583ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>allow BufferLines to be marked as deleted</title>
<updated>2020-01-17T14:19:46Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2020-01-17T14:19:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=44644dcd56f297ebe97f7dd03ad27bafaf69181e'/>
<id>urn:sha1:44644dcd56f297ebe97f7dd03ad27bafaf69181e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>give ever BufferLine an ID (IRCv3 msgid or uuid4())</title>
<updated>2020-01-17T14:19:30Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2020-01-17T14:19:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=f8b509ef94a9dff01f4d7e860b20ebecbc3aff24'/>
<id>urn:sha1:f8b509ef94a9dff01f4d7e860b20ebecbc3aff24</id>
<content type='text'>
</content>
</entry>
</feed>
