chiark / gitweb /
mastodonochrome.git
2024-02-04 Ian JacksonDerive YourOptionsMenuContents rendering with derive... wip.menus
2024-02-04 Ian JacksonReorder YourOptionsMenuContents
2024-02-04 Ian JacksonDerive YourOptionsMenuContents::fix_widths with derive...
2024-02-04 Ian Jacksonoptiuons: Break out YourOptionsMenuContents
2024-02-04 Simon TathamFix sense of a matches! test.
2024-02-04 Simon TathamMerge Ian's fixes to satisfy and/or silence Clippy.
2024-02-04 Ian JacksonSuppress unknown lints wip.clippy
2024-02-04 Ian JacksonRegularise Paragraph::add and introduce Paragraph:...
2024-02-04 Simon TathamMerge Ian's ColouredString improvements.
2024-02-04 Simon TathamImplement a visible 'busy' indicator.
2024-02-04 Simon TathamMake execute_and_log_request a method of Client.
2024-02-04 Simon TathamMove terminal output into a sub-struct.
2024-02-04 Simon Tathamimpl TextFragmentOneLine for CentredInfoLine.
2024-02-04 Ian Jacksoncoloured_string: Make ColouredString common blanket... wip.ref
2024-02-04 Ian Jacksoncoloured_string: Simplify a macro
2024-02-04 Ian JacksonApply deferred rustfmt churn
2024-02-04 Ian JacksonLocally suppress a lint, with a TODO
2024-02-04 Ian JacksonDerive Default and use it instead of open-coding in new
2024-02-04 Ian JacksonAdd Default impls (prompted by clippy)
2024-02-04 Ian JacksonReduce String consing in reply userid
2024-02-04 Ian JacksonIntroduce a type alias
2024-02-04 Ian Jacksonclippy: Suppress a lot of lints
2024-02-04 Ian JacksonRemove some otiose lifetimes
2024-02-04 Ian JacksonReplace from_str_radix with FromStr/parse
2024-02-04 Ian JacksonChange !...is_some to is_none
2024-02-04 Ian JacksonRemove some unnecessary .to_string
2024-02-04 Ian JacksonUse unwrap_or_default
2024-02-04 Ian JacksonUse matches!
2024-02-04 Simon TathamRemove redundant license-file from Cargo.toml.
2024-02-04 Simon TathamAdd README and metadata.
2024-02-03 Simon TathamOnly display _nonzero_ follow-request counts.
2024-02-03 Simon TathamRemove an unnecessary to_string().
2024-02-03 Simon TathamFix character counting in masked passwords.
2024-02-03 Simon TathamTidy up a few rustfmt divergences.
2024-02-03 Simon TathamShow pending follow requests on the Main Menu.
2024-02-03 Simon TathamImplement responding to follow requests.
2024-02-03 Simon TathamSupport listing your follow requesters.
2024-02-03 Simon TathamChange FileType::CAN_LIST into a method.
2024-02-03 Simon TathamImprove OtherUserOptionsMenu's handling of follow requests.
2024-02-03 Simon TathamFix display of pending follow requests.
2024-02-03 Simon TathamFix keystrokes in options menus.
2024-02-03 Simon Tathamlogin.rs: factor out ready_to_register().
2024-02-02 Ian JacksonTolerate hidden number of followers in Account
2024-02-02 Simon TathamMerge Ian's Client refactoring.
2024-02-02 Simon TathamTODO: add 'please wait' display update idea.
2024-02-02 Ian Jacksonclient: Instrudoce api_request_ok and api_request_raw
2024-02-02 Ian Jacksonclient: Better handling of JSON deser failures
2024-02-02 Ian Jacksonclient: Introduce api_request_parse and use it in 14...
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.
next