From Krystian Chachuła to ~krystianch/public-inbox
Thanks! To git@git.sr.ht:~krystianch/obs-time-source 4bc3b3a..d1483f3 master -> master
From Krystian Chachuła to ~sircmpwn/tokidoki-devel
--- This adds cert and key arguments to enable HTTPS. I'm using it with snid, a SNI-based proxy server. cmd/tokidoki/main.go | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/cmd/tokidoki/main.go b/cmd/tokidoki/main.go index 0c3f4b1..a8fea6a 100644 --- a/cmd/tokidoki/main.go +++ b/cmd/tokidoki/main.go @@ -92,10 +92,14 @@ func main() { debug bool jsonLog bool [message trimmed]
From Krystian Chachuła to ~sircmpwn/himitsu-devel
Introduces Gio to tell the user that their password is being verified instead of just freezing the GUI. --- hiprompt_gtk/proto.py | 66 ++++++++++++++++++++++++++++++++---------- hiprompt_gtk/window.py | 49 ++++++++++++++++++++----------- 2 files changed, 83 insertions(+), 32 deletions(-) diff --git a/hiprompt_gtk/proto.py b/hiprompt_gtk/proto.py index 5f4749f..fecaf6a 100644 --- a/hiprompt_gtk/proto.py +++ b/hiprompt_gtk/proto.py @@ -1,8 +1,39 @@ import sys from enum import Enum [message trimmed]
From Krystian Chachuła to ~sircmpwn/himitsu-devel
This disables form filling in iframes. --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index bda67c1..6dadad4 100644 --- a/manifest.json +++ b/manifest.json @@ -23,7 +23,7 @@ "content/content.js" ], "run_at": "document_idle", "all_frames": true[message trimmed]
From Krystian Chachuła to ~sircmpwn/himitsu-devel
Some login forms require selecting a domain in addition to providing username and password. An example would be the OpenStack login form. --- content/content.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/content/content.js b/content/content.js index b26609f..dbb847d 100644 --- a/content/content.js +++ b/content/content.js @@ -5,6 +5,11 @@ browser.runtime.onMessage.addListener(msg => { }; }); [message trimmed]
From Krystian Chachuła to ~sircmpwn/alpine-aports
--- community/plantuml/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/plantuml/APKBUILD b/community/plantuml/APKBUILD index 5a9b6b39fd..b5c4a305fa 100644 --- a/community/plantuml/APKBUILD +++ b/community/plantuml/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Krystian Chachuła <krystian@krystianch.com> pkgname=plantuml pkgver=1.2022.5 pkgver=1.2022.6 pkgrel=0 [message trimmed]
From Krystian Chachuła to ~sircmpwn/alpine-aports
--- community/plantuml/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/plantuml/APKBUILD b/community/plantuml/APKBUILD index ff005ee975..5a9b6b39fd 100644 --- a/community/plantuml/APKBUILD +++ b/community/plantuml/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Krystian Chachuła <krystian@krystianch.com> pkgname=plantuml pkgver=1.2022.3 pkgver=1.2022.5 pkgrel=0 [message trimmed]
From Krystian Chachuła to ~sircmpwn/alpine-aports
--- community/plantuml/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/plantuml/APKBUILD b/community/plantuml/APKBUILD index eda8859e0a..ff005ee975 100644 --- a/community/plantuml/APKBUILD +++ b/community/plantuml/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Krystian Chachuła <krystian@krystianch.com> pkgname=plantuml pkgver=1.2022.2 pkgver=1.2022.3 pkgrel=0 [message trimmed]
From Krystian Chachuła to ~sircmpwn/alpine-aports
--- testing/plantuml/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/plantuml/APKBUILD b/testing/plantuml/APKBUILD index c63f600d5a..eda8859e0a 100644 --- a/testing/plantuml/APKBUILD +++ b/testing/plantuml/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Krystian Chachuła <krystian@krystianch.com> pkgname=plantuml pkgver=1.2022.1 pkgver=1.2022.2 pkgrel=0 [message trimmed]
From Krystian Chachuła to ~sircmpwn/alpine-aports
--- testing/plantuml/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/plantuml/APKBUILD b/testing/plantuml/APKBUILD index 4ae0191a36..b5fe5ed01f 100644 --- a/testing/plantuml/APKBUILD +++ b/testing/plantuml/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Krystian Chachuła <krystian@krystianch.com> pkgname=plantuml pkgver=1.2022.0 pkgver=1.2022.1 pkgrel=0 [message trimmed]