link2xt
05f0fe0a88
Derive Default where possible
2023-02-14 21:33:02 +00:00
link2xt
4615c84f31
Automatically group imports using nightly rustfmt
2023-01-19 13:13:25 +00:00
Simon Laux
110f56777d
implement dclogin scheme ( #3541 )
...
* start implementing dclogin scheme
* fix formatting
* add test for usename+extension@host cases
* add test with all advanced options
* add changelog
* jsonrpc api and regenerate node constants
* Update src/qr/dclogin_scheme.rs
Co-authored-by: Hocuri <hocuri@gmx.de >
* apply Hocuris comments from code review
* fix clippy
* Use .eq_ignore_ascii_case()
* rename internal function apply_from_login_qr
to configure_from_login_qr
* fix error message
* cargo fmt
* remove test todo comment
Co-authored-by: Hocuri <hocuri@gmx.de >
2022-09-29 18:32:17 +02:00
link2xt
39ae44dbf0
rustfmt
2022-07-09 22:27:42 +00:00
link2xt
c9a1ebf257
Collapse match patterns
2022-07-09 22:24:51 +00:00
link2xt
0b2c3ee163
Use as_deref() instead of unwrapping Option
2022-07-09 19:25:04 +00:00
adbenitez
6b9aac5234
detect draft when scanning QR with mailto link as data
2022-07-09 05:42:39 -04:00
Floris Bruynooghe
438940219e
Introduce a ContactId newtype
...
This makes the contact ID its own newtype instead of being a plain
u32. The change purposefully does not yet try and reap any benefits
from this yet, instead aiming for a boring change that's easy to
review. Only exception is the ToSql/FromSql as not doing that yet
would also have created churn in the database code and it is easier to
go straight for the right solution here.
2022-03-08 22:57:51 +01:00
link2xt
dbd8814d2c
Refactor qr module
2021-10-10 15:11:01 +03:00