<feed xmlns='http://www.w3.org/2005/Atom'>
<title>reifenfeuerd/src/commands, branch master</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>fix dumb double-encoding of DM text</title>
<updated>2018-01-16T07:06:34+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2018-01-16T07:06:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/reifenfeuerd/commit/?id=00c0c0fd3cb8125a876bb96fab9c3e4b1854f4a8'/>
<id>00c0c0fd3cb8125a876bb96fab9c3e4b1854f4a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add flag to translate emoji to/from a description</title>
<updated>2018-01-15T22:18:23+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2018-01-15T22:18:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/reifenfeuerd/commit/?id=5ecfb0b6204481e9ca4ed1af09ce22ff4591c1e3'/>
<id>5ecfb0b6204481e9ca4ed1af09ce22ff4591c1e3</id>
<content type='text'>
right now only handles :thinking: and :clap:, toggled by translate_emoji in profile.json
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
right now only handles :thinking: and :clap:, toggled by translate_emoji in profile.json
</pre>
</div>
</content>
</entry>
<entry>
<title>cleamup, remove unnecessary clone</title>
<updated>2018-01-15T21:06:06+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2018-01-15T21:06:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/reifenfeuerd/commit/?id=deb7dff15aaef57a6fb1ecefeba9bfd3d895d84d'/>
<id>deb7dff15aaef57a6fb1ecefeba9bfd3d895d84d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ensure all query string parameters are properly escaped</title>
<updated>2018-01-15T20:24:15+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2018-01-15T20:21:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/reifenfeuerd/commit/?id=7b84985857fd9bd1756439383f1a1ae82f9bd57a'/>
<id>7b84985857fd9bd1756439383f1a1ae82f9bd57a</id>
<content type='text'>
also un-escape html-encoded characters in DMs

also distinguish errors in auth commands
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also un-escape html-encoded characters in DMs

also distinguish errors in auth commands
</pre>
</div>
</content>
</entry>
<entry>
<title>clean up DM support, add thing to send DMs</title>
<updated>2017-12-31T12:49:49+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2017-12-31T12:49:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/reifenfeuerd/commit/?id=935c78ce7d2aaabca269d81cff3459cef1084fbc'/>
<id>935c78ce7d2aaabca269d81cff3459cef1084fbc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove dependence on nightly and remove_item</title>
<updated>2017-12-25T07:05:59+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</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=1039160d4e4400e248afcbce2903c2696c2e0679'/>
<id>1039160d4e4400e248afcbce2903c2696c2e0679</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>rebrand + fix cache/profile json</title>
<updated>2017-12-03T09:27:58+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2017-12-03T06:50:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/reifenfeuerd/commit/?id=911b121e46661abd40f5710466031e3db55f075c'/>
<id>911b121e46661abd40f5710466031e3db55f075c</id>
<content type='text'>
also set current profile to first auth'd account, when starting from a
blank slate.

silence follower changes because it's not sanely displayed yet (and may
never be)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also set current profile to first auth'd account, when starting from a
blank slate.

silence follower changes because it's not sanely displayed yet (and may
never be)
</pre>
</div>
</content>
</entry>
<entry>
<title>track dirty bit to know if we should redraw display</title>
<updated>2017-12-03T05:40:41+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2017-12-03T05:40:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/reifenfeuerd/commit/?id=461aa38a7abbae783ed130db27b71c026df971f7'/>
<id>461aa38a7abbae783ed130db27b71c026df971f7</id>
<content type='text'>
also clean up a bunch of TODOs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also clean up a bunch of TODOs
</pre>
</div>
</content>
</entry>
<entry>
<title>remove unneeded params, adjust id display</title>
<updated>2017-11-30T11:07:05+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2017-11-30T11:07:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/reifenfeuerd/commit/?id=b1863d07efbb2cc4672c0d6f6143738a122d6720'/>
<id>b1863d07efbb2cc4672c0d6f6143738a122d6720</id>
<content type='text'>
tweets are now recorded with the date they are recieved at

dated id lookup is now supported

tweet ids, where displayed, are displayed in a convenient form:
  if the tweet was recieved today, show the today id
  if the tweet was recieved on a different day, show the bare id

many instances where display_info was passed for logging information,
the parameter has become unnecessary, so it's gone now
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tweets are now recorded with the date they are recieved at

dated id lookup is now supported

tweet ids, where displayed, are displayed in a convenient form:
  if the tweet was recieved today, show the today id
  if the tweet was recieved on a different day, show the bare id

many instances where display_info was passed for logging information,
the parameter has become unnecessary, so it's gone now
</pre>
</div>
</content>
</entry>
<entry>
<title>extract DisplayInfo from TwitterCache</title>
<updated>2017-11-26T02:39:04+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2017-11-26T02:39:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/reifenfeuerd/commit/?id=983f073965024770f70ab29611f593c961499653'/>
<id>983f073965024770f70ab29611f593c961499653</id>
<content type='text'>
what a mess... threading this through to any point where printing happens is upsetting. probably should be a global mutable behind accessors.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
what a mess... threading this through to any point where printing happens is upsetting. probably should be a global mutable behind accessors.
</pre>
</div>
</content>
</entry>
</feed>
