<feed xmlns='http://www.w3.org/2005/Atom'>
<title>reifenfeuerd/src/commands, 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>rebrand + fix cache/profile json</title>
<updated>2017-12-03T09:27:58+00:00</updated>
<author>
<name>Andy Wortman</name>
<email>ixineeringeverywhere@gmail.com</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=eb81ec6d98ae0f3e64ce86efc4ac7071358c8a8e'/>
<id>eb81ec6d98ae0f3e64ce86efc4ac7071358c8a8e</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>Andy Wortman</name>
<email>ixineeringeverywhere@gmail.com</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=6ae94473e31c0f7d2c1ca79294f529419f1c536f'/>
<id>6ae94473e31c0f7d2c1ca79294f529419f1c536f</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>Andy Wortman</name>
<email>ixineeringeverywhere@gmail.com</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=3c042afe7872d5488fd91c2b1a42036953f604eb'/>
<id>3c042afe7872d5488fd91c2b1a42036953f604eb</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>Andy Wortman</name>
<email>ixineeringeverywhere@gmail.com</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=e4925f0311574cd954909695bb587902179f8680'/>
<id>e4925f0311574cd954909695bb587902179f8680</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>
<entry>
<title>add profiles command to list known profiles</title>
<updated>2017-11-20T11:24:41+00:00</updated>
<author>
<name>Andy Wortman</name>
<email>ixineeringeverywhere@gmail.com</email>
</author>
<published>2017-11-20T11:24:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/reifenfeuerd/commit/?id=d626ae08cdfe8d1cbae3fdd0ccc9827d4691718e'/>
<id>d626ae08cdfe8d1cbae3fdd0ccc9827d4691718e</id>
<content type='text'>
also ... include profile command file, which i neglected to include in a prior commit
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also ... include profile command file, which i neglected to include in a prior commit
</pre>
</div>
</content>
</entry>
<entry>
<title>support reconnecting specific profiles, switching profiles</title>
<updated>2017-11-19T11:27:59+00:00</updated>
<author>
<name>Andy Wortman</name>
<email>ixineeringeverywhere@gmail.com</email>
</author>
<published>2017-11-19T11:27:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/reifenfeuerd/commit/?id=fb6974bca8878726330e2cc460e0c1ff2def1a99'/>
<id>fb6974bca8878726330e2cc460e0c1ff2def1a99</id>
<content type='text'>
open issues: something is wrong with loading settings - something gets
replayed from main account to alternate accounts.

auth'ing a new account doesn't set handle, name, etc.

i think most issue are because events aren't recorded with what
connection they came from - welcome event for any account gets replayed
onto curr_profile because we simply don't know which connection the
event was from.

the same will happen for twitter events, but those aren't logged.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
open issues: something is wrong with loading settings - something gets
replayed from main account to alternate accounts.

auth'ing a new account doesn't set handle, name, etc.

i think most issue are because events aren't recorded with what
connection they came from - welcome event for any account gets replayed
onto curr_profile because we simply don't know which connection the
event was from.

the same will happen for twitter events, but those aren't logged.
</pre>
</div>
</content>
</entry>
<entry>
<title>remove silly dependence on author's handle</title>
<updated>2017-11-19T03:15:34+00:00</updated>
<author>
<name>Andy Wortman</name>
<email>ixineeringeverywhere@gmail.com</email>
</author>
<published>2017-11-19T03:15:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/reifenfeuerd/commit/?id=1de0593b707540b4c1bd03f2c0a151281a893be6'/>
<id>1de0593b707540b4c1bd03f2c0a151281a893be6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>groundwork for multi-account use</title>
<updated>2017-11-19T00:49:23+00:00</updated>
<author>
<name>Andy Wortman</name>
<email>ixineeringeverywhere@gmail.com</email>
</author>
<published>2017-11-19T00:49:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/reifenfeuerd/commit/?id=a3966446bab8bf849457c24a9a6d05216f950e11'/>
<id>a3966446bab8bf849457c24a9a6d05216f950e11</id>
<content type='text'>
add connection state tracked per-stream, add explicit TwitterProfile
mapped to names that can be used for accounts. default names are the
handle of the corresponding twitter account.

partition out user Credential to be per TwitterProfile, so fav, reply,
etc, all come from the selected account. Multiplex twitter connections
and message streams across chan (instead of earlier plan, which was to
have one chan per thread)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add connection state tracked per-stream, add explicit TwitterProfile
mapped to names that can be used for accounts. default names are the
handle of the corresponding twitter account.

partition out user Credential to be per TwitterProfile, so fav, reply,
etc, all come from the selected account. Multiplex twitter connections
and message streams across chan (instead of earlier plan, which was to
have one chan per thread)
</pre>
</div>
</content>
</entry>
<entry>
<title>checking for tweet length in-client is dumb</title>
<updated>2017-11-12T00:56:13+00:00</updated>
<author>
<name>Andy Wortman</name>
<email>ixineeringeverywhere@gmail.com</email>
</author>
<published>2017-11-12T00:56:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/reifenfeuerd/commit/?id=fcc590c763afd4fde667286cb8f3b127eaf35595'/>
<id>fcc590c763afd4fde667286cb8f3b127eaf35595</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
