Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-21 | dep fix | Devaev Maxim | |
2021-02-21 | Bump version: 2.26 → 2.27v2.27 | Devaev Maxim | |
2021-02-21 | update deps | Devaev Maxim | |
2021-02-21 | new sponsors | Devaev Maxim | |
2021-02-21 | Merge pull request #29 from fblaese/ipv6 | Maxim Devaev | |
Make kvmd webui available via IPv6 | |||
2021-02-20 | Make kvmd webui available via IPv6 | Fabian Bläse | |
nginx only binds an IPv4 socket, if the listen option is specified without [::]. There are two possibilites to fix this issue. Either the listen option can be specified using only [::], and additionally including ipv6only=off. This makes nginx bind an IPv6 socket which is also able to handle IPv4 connections. Or the listen option can be specified twice, one with [::] and one without. This makes nginx bind two independent sockets. If the first option is chosen, IPv4 addresses are mapped into the IPv6 address space, which might break scripts, filters, etc. So, for now, the second option is chosen. | |||
2021-02-20 | new sponsor | Devaev Maxim | |
2021-02-19 | new sponsor | Devaev Maxim | |
2021-02-18 | Bump version: 2.25 → 2.26v2.26 | Devaev Maxim | |
2021-02-18 | disabled h264 params | Devaev Maxim | |
2021-02-18 | ustreamer == 3.17 | Devaev Maxim | |
2021-02-17 | new sponsor | Devaev Maxim | |
2021-02-17 | Bump version: 2.24 → 2.25v2.25 | Devaev Maxim | |
2021-02-16 | additional cmd options | Devaev Maxim | |
2021-02-16 | otgnet forwarding | Devaev Maxim | |
2021-02-16 | Fixed pikvm/pikvm#189: verbose removing message | Devaev Maxim | |
2021-02-15 | Bump version: 2.23 → 2.24v2.24 | Devaev Maxim | |
2021-02-15 | crutch for broken linux-firmware | Devaev Maxim | |
2021-02-15 | Bump version: 2.22 → 2.23v2.23 | Devaev Maxim | |
2021-02-15 | fixed Makefile for vnc ssl | Devaev Maxim | |
2021-02-15 | enbaled x509 vnc by default | Devaev Maxim | |
2021-02-15 | Bump version: 2.21 → 2.22v2.22 | Devaev Maxim | |
2021-02-15 | fixed package ssl perms | Devaev Maxim | |
2021-02-15 | Bump version: 2.20 → 2.21v2.21 | Devaev Maxim | |
2021-02-15 | fixed cert perms | Devaev Maxim | |
2021-02-15 | Bump version: 2.19 → 2.20v2.20 | Devaev Maxim | |
2021-02-15 | vnc gencert | Devaev Maxim | |
2021-02-15 | new sponsors | Devaev Maxim | |
2021-02-14 | new sponsor | Devaev Maxim | |
2021-02-14 | new sponsor | Devaev Maxim | |
2021-02-13 | new sponsors | Devaev Maxim | |
2021-02-13 | new sponsor | Devaev Maxim | |
2021-02-12 | Bump version: 2.18 → 2.19v2.19 | Devaev Maxim | |
2021-02-12 | temporary disabled x509 | Devaev Maxim | |
2021-02-12 | Bump version: 2.17 → 2.18v2.18 | Devaev Maxim | |
2021-02-12 | new sponsor | Devaev Maxim | |
2021-02-12 | install certs for tox | Devaev Maxim | |
2021-02-12 | enabled x509 vnc | Devaev Maxim | |
2021-02-12 | refactoring of x509 | Devaev Maxim | |
2021-02-12 | commented memsinks | Devaev Maxim | |
2021-02-12 | Implementing X509Plain VeNCrypt security type 262 in place of TLSPlain ↵ | Iordan Iordanov | |
security type 259. This is a fix for both bVNC on iOS and for devices that do not support Anonymous Diffie Hellman ciphers (e.g. Android past API 23). It provides a mechanism for verifying and approving the identity of the server and ensuring subsequent connections to the same server are not under MITM attack. | |||
2021-02-10 | new sponsors | Devaev Maxim | |
2021-02-09 | new sponsor | Devaev Maxim | |
2021-02-08 | help | Devaev Maxim | |
2021-02-08 | new sponsor | Devaev Maxim | |
2021-02-08 | new sponsor | Devaev Maxim | |
2021-02-07 | refactoring | Devaev Maxim | |
2021-02-07 | reduced gpu_mem and disabled start_x | Devaev Maxim | |
2021-02-07 | Merge pull request #27 from owendaprile/master | Maxim Devaev | |
More web interface spelling fixes + a little improvement | |||
2021-02-07 | Disable page leave warning on unexpected logout | Owen D'Aprile | |
When already logged in, and an unexpected logout occurs, disable the page leave warning to prevent the unnecessary popup. |