chiark / gitweb /
mastodonochrome.git
2024-02-02 Ian JacksonTolerate hidden number of followers in Account (redux) wip.followers
2024-02-02 Ian JacksonTolerate hidden number of followers in Account
2024-02-02 Ian JacksonUpdate h2 in lockfile
2024-02-02 Simon TathamCommit Cargo.lock.
2024-02-02 Simon TathamAdd a README and licence document.
2024-02-02 Simon TathamRemove lib.rs.
2024-02-02 Simon TathamMove TopLevelError out into its own source file.
2024-01-31 Simon TathamFix Markdown syntax in TODO.md.
2024-01-27 Simon TathamMake [ESC][Y][V] go to the Error Log.
2024-01-27 Simon TathamNicer handling of 'not found' in bottom-line prompts.
2024-01-27 Simon TathamReport posting errors in a way that allows retries.
2024-01-27 Simon TathamImplement a proper TUI Error Log.
2024-01-27 Simon TathamStore a log of errors in the Client.
2024-01-27 Simon TathamGive File an infallible constructor.
2024-01-27 Simon TathamAdd a text::ErrorLogEntry type to format errors.
2024-01-26 Simon TathamTurn FileType::get_from_client into an &self method.
2024-01-26 Simon TathamMove some ColouredString methods to the right file.
2024-01-25 Simon TathamReorganise the ClientError enum.
2024-01-25 Simon TathamJump to new mentions even if we're already in mentions.
2024-01-25 Simon TathamStop activity states loitering in initial_util.
2024-01-24 Simon TathamUse Mastodon's JSON error-documents.
2024-01-24 Simon TathamDiscriminate error types in login.
2024-01-24 Simon TathamMove saving of auth file into auth.rs.
2024-01-24 Simon TathamChange the message for AuthError::Nonexistent.
2024-01-24 Simon TathamAnother run of 'cargo fmt'.
2024-01-21 Simon TathamChange my mind again about composing.
2024-01-21 Simon TathamRethink utility status of some activities.
2024-01-21 Simon TathamPrettify username and email in account registration.
2024-01-21 Simon TathamKeep persistent ActivityStates for everything on the...
2024-01-20 Simon TathamFix failure to update fave/boost flags on boosts.
2024-01-20 Simon TathamRerun 'cargo fmt'.
2024-01-20 Simon TathamSupport registering a new account via this client.
2024-01-20 Simon TathamGeneralise EditableMenuLine's data update.
2024-01-20 Simon TathamAdd SingleLineEditor feature to mask passwords.
2024-01-20 Simon TathamActivity to view the instance rules.
2024-01-20 Simon TathamAlign [^X] in menus left instead of right.
2024-01-19 Simon TathamRewrite the login step as part of the TUI.
2024-01-19 Simon TathamConditionalise a lot of the utilities menu
2024-01-19 Simon TathamAdd centring as an option to Paragraph.
2024-01-19 Simon TathamMake MainMenu explicit at the top of the activity stack.
2024-01-19 Simon TathamRefactor login so that Client does it all.
2024-01-17 Simon TathamStop centrally prepending /api to URLs.
2024-01-17 Simon TathamMake everything in AuthConfig optional.
2024-01-17 Simon TathamRemove unneeded Auth::fqaccount() method.
2024-01-17 Simon TathamRun through rustfmt.
2024-01-15 Simon TathamMore TODO updates.
2024-01-13 Simon TathamFix title of user_posts files.
2024-01-13 Simon TathamUpdate to the latest html2text.
2024-01-13 Simon TathamTODO updates, including a bug I just noticed.
2024-01-13 Simon TathamWhen replying to a post, propagate its spoiler warning.
2024-01-13 Simon TathamHonour server-side defaults when composing a new post.
2024-01-13 Simon TathamAbility to set most of your own options.
2024-01-13 Simon TathamClient request to update your account details.
2024-01-13 Simon TathamRetrieve extra details about your own account.
2024-01-13 Simon TathamPost menu: separate 'sensitive' from 'spoiler text'.
2024-01-12 Simon TathamInitial user-options menus.
2024-01-12 Simon TathamSimilarly reusable menu line for cycling between options.
2024-01-12 Simon TathamMore reusable concept of an editable menu line.
2024-01-12 Simon TathamRevise menu width handling via a new trait.
2024-01-12 Simon TathamAdd a trait TextFragmentOneLine.
2024-01-12 Simon TathamFix toot length tracking with nontrivial Unicode.
2024-01-11 Simon TathamSupport unfolding and refolding of sensitive toots.
2024-01-11 Simon TathamAbility to display sensitive toots folded up.
2024-01-11 Simon TathamWrap poll_options into a general display-style trait.
2024-01-11 Simon TathamFix panic when extending an empty feed.
2024-01-11 Simon TathamMore ColouredString streamlining.
2024-01-10 Simon TathamGeneral TODO updates.
2024-01-10 Simon TathamGet rid of ColouredStringSlice::to_owned() completely.
2024-01-10 Simon TathamRemove most uses of ColouredString::slice().
2024-01-10 Simon TathamRestructure ColouredString via a common trait.
2024-01-08 Simon TathamFix duplication of items in feeds.
2024-01-07 Simon TathamSupport showing content warnings.
2024-01-07 Simon TathamAdd support for polls in other users' posts.
2024-01-07 Simon TathamCheck for new messages on startup.
2024-01-07 Simon TathamClean up huge piece of duplicated logic in Tui.
2024-01-07 Simon Tatham^L to refresh the screen.
2024-01-07 Simon TathamAnother TODO I thought of.
2024-01-06 Simon TathamCheckpoint the LDB to disk every few minutes.
2024-01-06 Simon TathamWhen thrown into Read Mentions, show the new mention.
2024-01-06 Simon TathamAnd reload the LDB on startup!
2024-01-06 Simon TathamSave an "ldb" file in the config directory.
2024-01-06 Simon TathamPersist the latest read item in the Tui.
2024-01-06 Simon TathamTrack the latest read item within File's lifetime.
2024-01-06 Simon TathamMake FileContents store the item ids.
2024-01-06 Simon TathamAppend \n when we write out a JSON file.
2024-01-06 Simon TathamFix clipping of initial file positions.
2024-01-06 Simon TathamWrite configuration files atomically.
2024-01-06 Simon TathamApply many uncontroversial style fixes from Clippy.
2024-01-06 Simon TathamClippy fix: borrow the HashMap Entry we want to insert...
2024-01-06 Simon TathamClippy fix: use write_all to beep.
2024-01-06 Simon TathamClippy fix: rename Config::default().
2024-01-06 Simon TathamFix that horrible loop in the streaming subthread.
2024-01-05 Simon TathamEditor: fix handling of abutting scan matches.
2024-01-05 Simon TathamFix inconsistent colour of visibility keywords.
2024-01-05 Simon TathamSupport listing the URLs in a post.
2024-01-05 Simon TathamSplit media URLs at w-1 chars, not w.
2024-01-05 Simon TathamFix last-column glitch in post composition.
2024-01-05 Simon TathamMake all the tests compile again (ahem).
2024-01-05 Simon TathamFlag readonly mode on the main menu.
2024-01-05 Simon TathamCeremonially delete the Python prototype!
next