1
0
Fork 0
forked from Mirrors/gomuks
Commit graph

8 commits

Author SHA1 Message Date
FIGBERT
ab18e4c28d
Add update channel to headless initialization 2023-08-08 19:47:19 -07:00
FIGBERT
7d139c50d6
Enforce modern displaymode in headless init 2023-08-08 18:43:23 -07:00
FIGBERT
507aa3c61c
Use recovery code with all verification methods
The previous commit made one attempt at fixing an issue with verifying
keys, but was misguided: the issue at hand was not in attempting the
wrong method of authorization, but rather what was *passed* to the
method. Namely, the account password as opposed to the recovery phrase.
Regardless of terminology, the latter should be used. Certain code has
been restored, while the password parameter remains deleted.
2023-08-08 18:15:52 -07:00
FIGBERT
b8a41425bd
Use recovery phrase to verify in headless client 2023-08-08 17:37:45 -07:00
FIGBERT
c628bfb97c
Configure MxID and homeserver in headless startup 2023-08-08 16:56:57 -07:00
FIGBERT
5db39fd50a
Initialize client in headless Matrix client 2023-08-08 16:24:30 -07:00
FIGBERT
b1c940a0a8
Add sync implementation to headless.go 2023-08-08 14:22:29 -07:00
FIGBERT
704fc53db1
Change headless from flag to subpackage 2023-08-06 22:01:40 -07:00