Age | Commit message (Collapse) | Author |
|
|
|
|
|
automatically pick out mentions and include them in replies
|
|
also adjust \x0d to "\r" so \r in tweets doesn't mangle the displayed
text
|
|
* fix a bunch of warnings
* modularize commands
* colorize rendered tweets
* properly url-encode most punctuation (janky as hec)
* support explicit "reconnect" command if twitter stream dropped
* prelim support for DMs
* get user's handle on connect (to prevent incorrect threading attempts)
* render quoted tweets sanely
|
|
also move application to main thread, twitter connection to.. not main
thread.
now when twitter fails to connect or the connection drops, the
application continues ticking along.
|
|
it might even grow to multiple files one day
|
|
|
|
|
|
render slightly intelligently, too
|
|
Stream<Item=Vec<u8>> delimited by byte-of-choice (here 0x0a)
|
|
(i gotta go back and look at futures::stream::iter and into_iter() vs iter())
and try doing this myself again until i can follow the types a lil better
|
|
|