aboutsummaryrefslogtreecommitdiff
path: root/src/tw/mod.rs
AgeCommit message (Expand)Author
2017-12-31clean up DM support, add thing to send DMsdm-fixupAndy Wortman
2017-12-24fix bug where no-param commands would only be accepted with an empty line fol...Andy Wortman
2017-12-12plumb through support to mute retweetsAndy Wortman
2017-12-12fix incorrect preferred id selectionAndy Wortman
2017-12-12tweak tests for tweet retrieval, add display_id testsAndy Wortman
2017-12-03rebrand + fix cache/profile jsonAndy Wortman
2017-12-02begin supporting mutesAndy Wortman
2017-12-02track dirty bit to know if we should redraw displayAndy Wortman
2017-12-01show json for DM, since fleshing that out is nextish on the to-doAndy Wortman
2017-11-30remove unneeded params, adjust id displayAndy Wortman
2017-11-26wrap lines intelligently with respect to ANSI sequencesAndy Wortman
2017-11-25extract DisplayInfo from TwitterCacheAndy Wortman
2017-11-20pass connection_id through to contextualize eventsAndy Wortman
2017-11-19support reconnecting specific profiles, switching profilesAndy Wortman
2017-11-18remove silly dependence on author's handleAndy Wortman
2017-11-18groundwork for multi-account useAndy Wortman
2017-11-17fix rendering issues with events, support End keyAndy Wortman
2017-11-15move line wrapping into render_tweteAndy Wortman
2017-11-13inform me when the tweet cache cant be loadedAndy Wortman
2017-11-11start adding help referenceAndy Wortman
2017-11-11move id formatting into a Display implAndy Wortman
2017-11-11graceful shutdown, fix profile corruption bugAndy Wortman
2017-11-10very hackily add notion of user credentials and PIN authAndy Wortman
2017-11-08first brush of a compose mode, support thread viewing againAndy Wortman
2017-11-01move more logging to be through DisplayInfo statusesAndy Wortman
2017-10-27better error handling in cases where event json changesAndy Wortman
2017-10-25begin removing unwrap()Andy Wortman
2017-10-24add displayAndy Wortman
2017-10-23thingiemapoo grows a real display!Andy Wortman
2017-10-21do not return tweet text before unescaping some html-encoded valuesAndy Wortman
2017-10-21begin conversion to typed TwitterIDAndy Wortman
2017-10-18lots of tiny tweaksAndy Wortman
2017-10-17add rudimentary thread supportAndy Wortman
2017-10-17check followers on startup tooAndy Wortman
2017-10-17render quoted tweetsAndy Wortman
2017-10-16fix use of extended tweet mode after twitter api changesAndy Wortman
2017-10-02move everything to src/Andy Wortman