chiark / gitweb /
mastodonochrome.git
2023-12-23 Simon TathamSet up ratatui and demonstrate event handling.
2023-12-23 Simon TathamUpdate .gitignore.
2023-12-23 Simon TathamProcess raw stream data into UTF-8 lines.
2023-12-23 Simon TathamGet rid of the rest of the unwraps.
2023-12-23 Simon TathamMade auth file handling fallible.
2023-12-23 Simon TathamMove auth file handling out into a module.
2023-12-23 Simon TathamTry using xdg to get the config directory location.
2023-12-23 Simon TathamReplace copy_to with direct use of the Read trait
2023-12-23 Simon TathamFirst demo of a streaming API working.
2023-12-23 Simon TathamMove the types out into a separate module.
2023-12-23 Simon TathamExperimented with a reqwest Client.
2023-12-23 Simon TathamOK, that's probably enough data modelling for now
2023-12-23 Simon TathamDeserialise visibility, with compiler warnings
2023-12-23 Simon TathamGot most of the dates, but what about last_status_at?
2023-12-23 Simon TathamFill in some more parts of the main structures
2023-12-23 Simon TathamSelf-reference to subthings via Box
2023-12-23 Simon TathamCope with some optional fields
2023-12-23 Simon TathamDecode a sample Status as well as an Account
2023-12-23 Simon TathamPoC of retrieving and unpacking a struct.
2023-12-23 Simon TathamBegin setting up a Rust framework.
2023-12-22 Simon TathamFix the various 'user's posts' variations.
2023-12-17 Simon TathamSupport <pre> tag in post HTML.
2023-12-17 Simon TathamOption to view a post by its numeric id.
2023-12-17 Simon TathamMore timelines.
2023-12-17 Simon TathamGraduations of mode to view a user's posts.
2023-12-15 Simon TathamFix a few NoneType errors.
2023-12-15 Simon TathamChange my mind about how to extend backwards.
2023-12-15 Simon TathamFix out-of-bounds access in files shorter than the...
2023-12-15 Simon TathamLists of followers, folllowees, favers and boosters.
2023-12-14 Simon TathamSupport <blockquote> in HTML.
2023-12-14 Simon TathamAhem, fix last minute breakage.
2023-12-14 Simon TathamFirst cut at viewing a user's posts.
2023-12-14 Simon TathamChange wording from 'Reply' to 'Send' for non-statuses.
2023-12-14 Simon TathamFirst cut at Examine User.
2023-12-14 Simon TathamExperimental ^K change of behaviour.
2023-12-14 Simon TathamTests of Ctrl-K.
2023-12-14 Simon TathamFix goof in IndentedParagraph.
2023-12-14 Simon TathamHTML formatting: support <i>.
2023-12-14 Simon TathamSome more TODO comments.
2023-12-14 Simon TathamMatch reply visibility to the incoming message.
2023-12-11 Simon TathamPost info: add list of mentioned users.
2023-12-10 Simon TathamSecond thoughts, remove that assertion again.
2023-12-10 Simon TathamSquelch literal \n appearing in post HTML.
2023-12-10 Simon TathamFix missing screen refresh when new posts arrive.
2023-12-09 Simon TathamFix file-position stability over backward extend.
2023-12-09 Simon TathamImplement searching in the file pager.
2023-12-09 Simon TathamFix display of whether you've boosted something.
2023-12-09 Simon TathamAllow changing the visibility of posts.
2023-12-09 Simon TathamAllow tagging posts with a content warning.
2023-12-09 Simon TathamAdd 'change language' in the pre-posting menu.
2023-12-09 Simon TathamAbility to prompt on the bottom screen line.
2023-12-09 Simon TathamFeature to print detailed info about a status.
2023-12-09 Simon TathamCope with a timeline not containing any posts!
2023-12-09 Simon TathamOverride for config directory.
2023-12-09 Simon TathamFix resizing the window smaller.
2023-12-08 Simon TathamBodgy fix for poor performance of wcwidth.
2023-12-08 Simon Tatham^K and ^Y for copy and paste to end of line.
2023-12-08 Simon TathamEditor: ^W and ^T to go forward/back a word
2023-12-08 Simon TathamProperly indicate whether we can extend backwards.
2023-12-08 Simon TathamAbility to retrieve the thread of a post.
2023-12-08 Simon TathamFix a wrapping glitch I spotted this morning.
2023-12-08 Simon TathamFix API mismatch in composer tests.
2023-12-08 Simon TathamAdd a final menu before posting a status.
2023-12-08 Simon TathamMake the dry-run posting mode a standard option.
2023-12-08 Simon TathamProper old-fashioned [RET][.][RET] to finish a post
2023-12-08 Simon TathamImplement extending feeds backwards.
2023-12-08 Simon TathamGet editor limits from the instance.
2023-12-08 Simon TathamShow which things are already faved/boosted.
2023-12-08 Simon TathamAdd target highlights in the Ego Log.
2023-12-08 Simon TathamAbility to [un]favourite posts.
2023-12-08 Simon TathamPrepare to reuse post-selection UI for other things.
2023-12-07 Simon TathamFix a crash when hitting Return in the editor.
2023-12-07 Simon TathamLeft and Right should page up/down in files.
2023-12-07 Simon TathamAll the machinery is ready to try to post!
2023-12-07 Simon TathamNow we spawn an editor with the right set of recipients.
2023-12-07 Simon TathamFirst cut at an editor for composing posts.
2023-12-07 Simon TathamSwitch to using Unicode input.
2023-12-07 Simon TathamScroll by a bit less than a full screen in files.
2023-12-07 Simon TathamPrevent accidentally stacking multiple [ESC][R].
2023-12-07 Simon TathamActually show keypresses in menus
2023-12-07 Simon TathamTry out the traditional ESC X X to exit.
2023-12-07 Simon TathamAdd a Main Menu, at last.
2023-12-07 Simon TathamFix getting stuck in the logs menus
2023-12-07 Simon TathamCorrect handling of [RET] in files and menus.
2023-12-07 Simon TathamAmazingly horrible regexes for scanning post content.
2023-12-07 Simon TathamSupport <em> in post content.
2023-12-07 Simon TathamShow a Re: header on reply posts.
2023-12-07 Simon TathamSpace out the ... at the end of a boost/fave record.
2023-12-07 Simon TathamDon't show @mentions in Ego Log post summaries.
2023-12-06 Simon TathamFix missing 'you' after 'followed'.
2023-12-06 Simon TathamMake the ego feed refresh.
2023-12-06 Simon Tatham*Really* fix that crash on receiving a mention.
2023-12-06 Simon TathamFirst cut at an 'ego log'.
2023-12-06 Simon TathamFix a crash on receiving a mention.
2023-12-06 Simon TathamCope with lack of XDG config directories.
2023-12-06 Simon TathamUNTESTED: beep and go to [ESC][R] on a message.
2023-12-06 Simon TathamNow we can read 'messages'! (aka mentions)
2023-12-06 Simon TathamDo SIGWINCH handling ourselves.
2023-12-06 Simon TathamSet curses nodelay mode.
2023-12-05 Simon TathamDetect updates and append them to the file.
next