index
:
mastodon-async
add-public-fields
bump-rust-version
comb
comb-entities/account
comb-entities/admin
comb-entities/announcement
comb-entities/application
comb-entities/conversation
comb-entities/instance
comb-entities/media-attachment
comb-entities/notifications
comb-entities/second-pass/docs
comb-entities/second-pass/example-tests
comb-entities/second-pass/prelude
comb-entities/second-pass/serde_rename
comb-entities/small-fries
comb-entities/starts-with-p
comb-entities/status-related
comb-methods/accounts
comb-methods/apps
comb-methods/filters
comb-methods/oauth-2
comb-methods/oauth-revoke
dependabot/cargo/derive_builder-0.20.1
dependabot/cargo/html2text-0.12.4
dependabot/cargo/parse_link_header-0.4.0
dependency/log/fix-macro
drop-dependency/hyper-old-types
drop-dependency/serde_qs
feature/add-post-macro
feature/async-v1
feature/async-websocket
feature/event-dispatcher
feature/is_variant
feature/logging
feature/media-with-descriptions
feature/sse
feature/thiserror
feature/wait-for-media-url
fix/breakages-from-tokio-dependency-change
fix/builder-style
fix/clone-as-into
fix/derive-is_variant
fix/entities-ids
fix/examples
fix/magic-is-not-send
fix/media-upload
fix/pass-client-to-stream
fix/public-timeline-should-be-paged
fix/reduce-tokio-features
fix/search_accounts_route
fix/spelling
fix/stream-urls
fix/tag-response
main
revision/derive_builder
typed-ids
v1
Mirror of https://github.com/dscottboggs/mastodon-async
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-09-03
Fix: public timeline should be paginated
fix/public-timeline-should-be-paged
D. Scott Boggs
2023-09-03
Merge pull request #115 from dscottboggs/fix/misc
Scott Boggs
2023-09-02
Even MORE clippy lints
D. Scott Boggs
2023-09-02
More clippy lints
D. Scott Boggs
2023-09-01
Bump Rust version to 1.67 for dependency "time"
D. Scott Boggs
2023-09-01
Make behavior consistent with interface
D. Scott Boggs
2023-09-01
Fix: https://rust-lang.github.io/rust-clippy/master/index.html#/incorrect_par...
D. Scott Boggs
2023-09-01
Formatting fixes
D. Scott Boggs
2023-09-01
Update example to use tracing instead of femme
D. Scott Boggs
2023-09-01
feat: Use `valuable` for tracing
Josh McKinney
2023-09-01
chore: cargo fmt after the tracing updates
Josh McKinney
2023-09-01
fix: log using Debug from read_response too
Josh McKinney
2023-09-01
fix: render using debug in log message for stream
Josh McKinney
2023-09-01
chore: add tracing to home_timeline example
Josh McKinney
2023-09-01
refactor: remove log module as part of switch to tracing
Josh McKinney
2023-09-01
fix: error message for page_next/prev now shows actual method
Josh McKinney
2023-09-01
refactor: use tracing in leftover modules
Josh McKinney
2023-09-01
refactor: use tracing for registration
Josh McKinney
2023-09-01
refactor: use tracing in itemsiter
Josh McKinney
2023-09-01
refactor: use tracing in read_response
Josh McKinney
2023-09-01
refactor: use tracing in event_stream
Josh McKinney
2023-09-01
refactor: use tracing in log_events example
Josh McKinney
2023-09-01
chore: add tracing crates
Josh McKinney
2023-09-01
fix: address two clippy issues
Josh McKinney
2023-09-01
Remove unnecessary/problematic serde 'deny_unused_fields' attribute
D. Scott Boggs
2023-09-01
cargo fmt fix
D. Scott Boggs
2023-09-01
Add implementation for From to ids
D. Scott Boggs
2023-09-01
doc_comment! macro is unnecessary
D. Scott Boggs
2023-09-01
Clippy fixes
D. Scott Boggs
2023-09-01
VapidKey is not optional
D. Scott Boggs
2023-09-01
fixes
D. Scott Boggs
2023-09-01
create entities::forms mod; move apps to forms::application
D. Scott Boggs
2023-09-01
Comb apps methods
D. Scott Boggs
2023-09-01
more nits
D. Scott Boggs
2023-09-01
clippy nits
D. Scott Boggs
2023-09-01
Fix imports after prelude revisions
D. Scott Boggs
2023-09-01
Update entities prelude
D. Scott Boggs
2023-09-01
fix doc links
D. Scott Boggs
2023-09-01
fix serde rename
D. Scott Boggs
2023-09-01
fixes
D. Scott Boggs
2023-09-01
Add Admin::CanonicalEmailBlock example test
D. Scott Boggs
2023-09-01
Add Admin::Cohort example test; change conversion namespace
D. Scott Boggs
2023-09-01
Add Admin::Dimension test example
D. Scott Boggs
2023-09-01
Add Admin::DomainAllow test example
D. Scott Boggs
2023-09-01
Add Admin::DomainBlock example test
D. Scott Boggs
2023-09-01
Add email domain block example test
D. Scott Boggs
2023-09-01
Add IP example test
D. Scott Boggs
2023-09-01
Add IP Block example test
D. Scott Boggs
2023-09-01
Add Admin::Measure example test
D. Scott Boggs
2023-09-01
Add Account example test
D. Scott Boggs
[next]