<feed xmlns='http://www.w3.org/2005/Atom'>
<title>reifenfeuerd, branch assorted-fixes</title>
<subtitle>this was a twitter client. user streams are dead, so it's dead.</subtitle>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/reifenfeuerd/'/>
<entry>
<title>remove dependence on nightly and remove_item</title>
<updated>2017-12-25T07:05:59+00:00</updated>
<author>
<name>Andy Wortman</name>
<email>ixineeringeverywhere@gmail.com</email>
</author>
<published>2017-12-25T07:01:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/reifenfeuerd/commit/?id=dd687928318cd0b4cad76228b80d1959c1319997'/>
<id>dd687928318cd0b4cad76228b80d1959c1319997</id>
<content type='text'>
(turns out remove_item was wrong anyway, i wanted to remove all instances of a string, it only removed the first)

this sneaks in a big change on self-replies, now removes the @ mention of you if you reply to yourself
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(turns out remove_item was wrong anyway, i wanted to remove all instances of a string, it only removed the first)

this sneaks in a big change on self-replies, now removes the @ mention of you if you reply to yourself
</pre>
</div>
</content>
</entry>
<entry>
<title>fix line wrapping bug when composing, and wrapping bug for long status lines</title>
<updated>2017-12-25T07:00:17+00:00</updated>
<author>
<name>Andy Wortman</name>
<email>ixineeringeverywhere@gmail.com</email>
</author>
<published>2017-12-25T06:24:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/reifenfeuerd/commit/?id=d0573788b3be793dcaeaf2c369c602a929c308b6'/>
<id>d0573788b3be793dcaeaf2c369c602a929c308b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add missing curr_profile field to default profile.json</title>
<updated>2017-12-25T06:06:39+00:00</updated>
<author>
<name>Andy Wortman</name>
<email>ixineeringeverywhere@gmail.com</email>
</author>
<published>2017-12-25T06:06:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/reifenfeuerd/commit/?id=617fc20868829f8cc8317ffde8fe5f858195950a'/>
<id>617fc20868829f8cc8317ffde8fe5f858195950a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>adjust line clearing behavior to alleviate flickering</title>
<updated>2017-12-25T06:06:20+00:00</updated>
<author>
<name>Andy Wortman</name>
<email>ixineeringeverywhere@gmail.com</email>
</author>
<published>2017-12-25T06:06:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/reifenfeuerd/commit/?id=160df4335dd132dc8bda96d0cec2aea787523563'/>
<id>160df4335dd132dc8bda96d0cec2aea787523563</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2 from iximeow/mute-tweaks</title>
<updated>2017-12-12T09:01:03+00:00</updated>
<author>
<name>Andy Wortman</name>
<email>ixineeringeverywhere@gmail.com</email>
</author>
<published>2017-12-12T09:01:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/reifenfeuerd/commit/?id=2ad6338ffb2c1cf37acd54bd8c2997d051dd02e6'/>
<id>2ad6338ffb2c1cf37acd54bd8c2997d051dd02e6</id>
<content type='text'>
Plumb through support to mute retweets</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Plumb through support to mute retweets</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1 from iximeow/fix-timezone-mismatch</title>
<updated>2017-12-12T08:59:28+00:00</updated>
<author>
<name>Andy Wortman</name>
<email>ixineeringeverywhere@gmail.com</email>
</author>
<published>2017-12-12T08:59:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/reifenfeuerd/commit/?id=1b1a3b9154cb7f80126e622b9de87f9a5feccc98'/>
<id>1b1a3b9154cb7f80126e622b9de87f9a5feccc98</id>
<content type='text'>
Fix timezone mismatch</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix timezone mismatch</pre>
</div>
</content>
</entry>
<entry>
<title>plumb through support to mute retweets</title>
<updated>2017-12-12T08:55:30+00:00</updated>
<author>
<name>Andy Wortman</name>
<email>ixineeringeverywhere@gmail.com</email>
</author>
<published>2017-12-12T08:55:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/reifenfeuerd/commit/?id=f5d7724db235fe8a60d79391cc832d441718bb17'/>
<id>f5d7724db235fe8a60d79391cc832d441718bb17</id>
<content type='text'>
add tests to ensure muting works roughly as intentioned
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add tests to ensure muting works roughly as intentioned
</pre>
</div>
</content>
</entry>
<entry>
<title>fix incorrect preferred id selection</title>
<updated>2017-12-12T08:36:15+00:00</updated>
<author>
<name>Andy Wortman</name>
<email>ixineeringeverywhere@gmail.com</email>
</author>
<published>2017-12-12T08:36:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/reifenfeuerd/commit/?id=3e322317ad9547ae76f887d0156dc8c813228fca'/>
<id>3e322317ad9547ae76f887d0156dc8c813228fca</id>
<content type='text'>
references to UTC date rather than adjusted-to-local-TZ date meant that
calendar mismatch happens when UTC calendar day moves forward, rather
than local TZ calendar day

in reality, this means if you're PST, and it's 4:01pm, all tweet ids
turn into Bare :1235567 form, rather than changing over at midnight.

Additionally, found a similar issue with id presentation for reply ids
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
references to UTC date rather than adjusted-to-local-TZ date meant that
calendar mismatch happens when UTC calendar day moves forward, rather
than local TZ calendar day

in reality, this means if you're PST, and it's 4:01pm, all tweet ids
turn into Bare :1235567 form, rather than changing over at midnight.

Additionally, found a similar issue with id presentation for reply ids
</pre>
</div>
</content>
</entry>
<entry>
<title>tweak tests for tweet retrieval, add display_id tests</title>
<updated>2017-12-12T08:35:55+00:00</updated>
<author>
<name>Andy Wortman</name>
<email>ixineeringeverywhere@gmail.com</email>
</author>
<published>2017-12-12T08:14:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/reifenfeuerd/commit/?id=c3e8e0b3cac6e0c9a3a37b33ca88a028c3421622'/>
<id>c3e8e0b3cac6e0c9a3a37b33ca88a028c3421622</id>
<content type='text'>
tweet retrieval was brittle, would fail if UTC calendar day != Local
TZ calendar day

display_id tests expose the bug in tweet ids being Bare id rather than
Today id due to timezone mismatch in looking up tweets
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tweet retrieval was brittle, would fail if UTC calendar day != Local
TZ calendar day

display_id tests expose the bug in tweet ids being Bare id rather than
Today id due to timezone mismatch in looking up tweets
</pre>
</div>
</content>
</entry>
<entry>
<title>add license and readme</title>
<updated>2017-12-03T20:38:36+00:00</updated>
<author>
<name>Andy Wortman</name>
<email>ixineeringeverywhere@gmail.com</email>
</author>
<published>2017-12-03T20:38:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/reifenfeuerd/commit/?id=402e45f1e1c173643e485f692984bf49ad278f23'/>
<id>402e45f1e1c173643e485f692984bf49ad278f23</id>
<content type='text'>
time to pretend this is a real project
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
time to pretend this is a real project
</pre>
</div>
</content>
</entry>
</feed>
