aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
AgeCommit message (Expand)Author
2018-01-15ensure all query string parameters are properly escapediximeow
2017-12-24remove dependence on nightly and remove_itemiximeow
2017-12-02track dirty bit to know if we should redraw displayiximeow
2017-12-01basic info log scroll support. uses home/end right nowiximeow
2017-11-30remove unneeded params, adjust id displayiximeow
2017-11-25extract DisplayInfo from TwitterCacheiximeow
2017-11-20pass connection_id through to contextualize eventsiximeow
2017-11-19support reconnecting specific profiles, switching profilesiximeow
2017-11-18groundwork for multi-account useiximeow
2017-11-17fix rendering issues with events, support End keyiximeow
2017-11-13fix pageup/pagedown seeking through twitter eventsiximeow
2017-11-12support ctrl+u similarly to readlineiximeow
2017-11-11add a little more help info, describe tweets/compose mode/commandsiximeow
2017-11-11start adding help referenceiximeow
2017-11-11graceful shutdown, fix profile corruption bugiximeow
2017-11-10cleanupiximeow
2017-11-10very hackily add notion of user credentials and PIN authiximeow
2017-11-08first brush of a compose mode, support thread viewing againiximeow
2017-11-01move more logging to be through DisplayInfo statusesiximeow
2017-10-23thingiemapoo grows a real display!iximeow
2017-10-18lots of tiny tweaksiximeow
2017-10-17check followers on startup tooiximeow
2017-10-02store and show reply_to info if presentiximeow
2017-10-02move everything to src/iximeow