Skip to content

Commit

Permalink
* (bluefox) Update socket.io library to 2.4.1
Browse files Browse the repository at this point in the history
* (bluefox) Used json config for settings
  • Loading branch information
GermanBluefox committed Jan 31, 2022
1 parent b038fea commit f9164ad
Show file tree
Hide file tree
Showing 24 changed files with 572 additions and 1,015 deletions.
5 changes: 4 additions & 1 deletion .releaseconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"plugins": ["iobroker", "license"]
"plugins": ["iobroker", "license"],
"exec": {
"before_commit": "npm run build"
}
}
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,17 +311,9 @@ You can set option *Force Web-Sockets* to force using only web-sockets transport
-->

## Changelog
### 4.0.3 (2022-01-30)
* (bluefox) Removed the deprecated "passport.socketio" packet

### 4.0.2 (2022-01-30)
* (bluefox) Removed "force web sockets" option

### 4.0.1 (2022-01-29)
* (bluefox) Fixed authentication

### 4.0.0 (2022-01-29)
* (bluefox) Remove socket-io and use only web sockets
### __WORK IN PROGRESS__
* (bluefox) Update socket.io library to 2.4.1
* (bluefox) Used json config for settings

### 3.1.5 (2021-10-22)
* (foxriver76) make error logging on failed authentication more specific
Expand Down
20 changes: 20 additions & 0 deletions admin/i18n/de/translations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"Run as": "Laufen unter Anwender",
"IP": "IP",
"Port": "Port",
"Secure(HTTPS)": "Verschlüsselung(HTTPS)",
"Authentication": "Authentifizierung",
"Listen on all IPs": "An allen IP Adressen hören",
"help_tip": "Beim Speichern von Einstellungen der Adapter wird sofort neu gestartet.",
"Public certificate": "Publikzertifikat",
"Private certificate": "Privatzertifikat",
"Chained certificate": "Kettenzertifikat",
"Let's Encrypt settings": "Einstellungen Let's Encrypt",
"Use Lets Encrypt certificates": "Benutzen Let's Encrypt Zertifikate",
"Use this instance for automatic update": "Benutze diese Instanz für automatische Updates",
"Port to check the domain": "Port um die Domain zu prüfen",
"Let's Encrypt SSL": "Let's Encrypt SSL",
"Read about Let's Encrypt certificates": "Lesen Sie mehr über Let's Encrypt-Zertifikate",
"Undo": "Rückgängig",
"Force Web-Sockets": "Web-Sockets erzwingen"
}
20 changes: 20 additions & 0 deletions admin/i18n/en/translations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"Run as": "Run as",
"IP": "IP",
"Port": "Port",
"Secure(HTTPS)": "Secure(HTTPS)",
"Authentication": "Authentication",
"Listen on all IPs": "Listen on all IPs",
"help_tip": "On save the adapter restarts with new configuration immediately",
"Public certificate": "Public certificate",
"Private certificate": "Private certificate",
"Chained certificate": "Chained certificate",
"Let's Encrypt settings": "Let's Encrypt settings",
"Use Lets Encrypt certificates": "Use Let's Encrypt certificates",
"Use this instance for automatic update": "Use this instance for automatic update",
"Port to check the domain": "Port to check the domain",
"Let's Encrypt SSL": "Let's Encrypt SSL",
"Read about Let's Encrypt certificates": "Read about Let's Encrypt certificates",
"Undo": "Undo",
"Force Web-Sockets": "Force Web-Sockets"
}
20 changes: 20 additions & 0 deletions admin/i18n/es/translations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"Run as": "Correr como",
"IP": "IP",
"Port": "Puerto",
"Secure(HTTPS)": "Seguro (HTTPS)",
"Authentication": "Autenticación",
"Listen on all IPs": "Escuchar en todas las direcciones IP",
"help_tip": "Al guardar, el adaptador se reinicia con una nueva configuración de inmediato",
"Public certificate": "Certificado público",
"Private certificate": "Certificado privado",
"Chained certificate": "Certificado encadenado",
"Let's Encrypt settings": "Vamos a cifrar la configuración",
"Use Lets Encrypt certificates": "Utilice los certificados Let's Encrypt",
"Use this instance for automatic update": "Use esta instancia para la actualización automática",
"Port to check the domain": "Puerto para verificar el dominio",
"Let's Encrypt SSL": "Let's Encrypt SSL",
"Read about Let's Encrypt certificates": "Lea acerca de los certificados de Let's Encrypt",
"Undo": "Deshacer",
"Force Web-Sockets": "Forzar Web-Sockets"
}
20 changes: 20 additions & 0 deletions admin/i18n/fr/translations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"Run as": "Courir comme",
"IP": "IP",
"Port": "Port",
"Secure(HTTPS)": "Sécurisé (HTTPS)",
"Authentication": "Authentification",
"Listen on all IPs": "Écoutez sur toutes les adresses IP",
"help_tip": "Sur enregistrer l'adaptateur redémarre avec la nouvelle configuration immédiatement",
"Public certificate": "Certificat public",
"Private certificate": "Certificat privé",
"Chained certificate": "Certificat chaîné",
"Let's Encrypt settings": "Cryptons les paramètres",
"Use Lets Encrypt certificates": "Utiliser les certificats Let's Encrypt",
"Use this instance for automatic update": "Utilisez cette instance pour la mise à jour automatique",
"Port to check the domain": "Port pour vérifier le domaine",
"Let's Encrypt SSL": "Let's Encrypt SSL",
"Read about Let's Encrypt certificates": "En savoir plus sur les certificats Let's Encrypt",
"Undo": "annuler",
"Force Web-Sockets": "Forcer les Web-Sockets"
}
20 changes: 20 additions & 0 deletions admin/i18n/it/translations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"Run as": "Correre come",
"IP": "IP",
"Port": "Porta",
"Secure(HTTPS)": "Sicuro (HTTPS)",
"Authentication": "Autenticazione",
"Listen on all IPs": "Ascolta su tutti gli IP",
"help_tip": "Al salvataggio, l'adattatore si riavvia immediatamente con la nuova configurazione",
"Public certificate": "Certificato pubblico",
"Private certificate": "Certificato privato",
"Chained certificate": "Certificato incatenato",
"Let's Encrypt settings": "Let's Encrypt settings",
"Use Lets Encrypt certificates": "Utilizza Let's Encrypt certificates",
"Use this instance for automatic update": "Utilizza questa istanza per l'aggiornamento automatico",
"Port to check the domain": "Porta per controllare il dominio",
"Let's Encrypt SSL": "Let's Encrypt SSL",
"Read about Let's Encrypt certificates": "Leggi i certificati Let's Encrypt",
"Undo": "Annullare",
"Force Web-Sockets": "Forza Web-Socket"
}
20 changes: 20 additions & 0 deletions admin/i18n/nl/translations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"Run as": "Rennen als",
"IP": "IK P",
"Port": "Haven",
"Secure(HTTPS)": "Secure (HTTPS)",
"Authentication": "authenticatie",
"Listen on all IPs": "Luister op alle IP's",
"help_tip": "Bij opslaan wordt de adapter onmiddellijk opnieuw opgestart met een nieuwe configuratie",
"Public certificate": "Openbaar certificaat",
"Private certificate": "Privé certificaat",
"Chained certificate": "Geketend certificaat",
"Let's Encrypt settings": "Laten we de instellingen versleutelen",
"Use Lets Encrypt certificates": "Gebruik Let's Encrypt-certificaten",
"Use this instance for automatic update": "Gebruik deze instantie voor automatische update",
"Port to check the domain": "Poort om het domein te controleren",
"Let's Encrypt SSL": "Let's Encrypt SSL",
"Read about Let's Encrypt certificates": "Lees over Let's Encrypt-certificaten",
"Undo": "ongedaan maken",
"Force Web-Sockets": "Forceer web-sockets"
}
20 changes: 20 additions & 0 deletions admin/i18n/pl/translations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"Run as": "Uruchom jako",
"IP": "IP",
"Port": "Port",
"Secure(HTTPS)": "Bezpieczne (HTTPS)",
"Authentication": "Uwierzytelnianie",
"Listen on all IPs": "Posłuchaj na wszystkich IP",
"help_tip": "Po zapisaniu adapter natychmiast uruchamia się ponownie z nową konfiguracją",
"Public certificate": "Certyfikat publiczny",
"Private certificate": "Prywatny certyfikat",
"Chained certificate": "Przykuty certyfikat",
"Let's Encrypt settings": "Zakodujmy ustawienia",
"Use Lets Encrypt certificates": "Użyj Let's Encrypt certificates",
"Use this instance for automatic update": "Użyj tej instancji do automatycznej aktualizacji",
"Port to check the domain": "Port do sprawdzenia domeny",
"Let's Encrypt SSL": "Let's Encrypt SSL",
"Read about Let's Encrypt certificates": "Przeczytaj o certyfikatach Let's Encrypt",
"Undo": "Cofnij",
"Force Web-Sockets": "Wymuś gniazda sieciowe"
}
20 changes: 20 additions & 0 deletions admin/i18n/pt/translations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"Run as": "Correr como",
"IP": "IP",
"Port": "Porta",
"Secure(HTTPS)": "Seguro (HTTPS)",
"Authentication": "Autenticação",
"Listen on all IPs": "Ouça todos os IPs",
"help_tip": "Em salvar, o adaptador reinicia com a nova configuração imediatamente",
"Public certificate": "Certificado público",
"Private certificate": "Certificado privado",
"Chained certificate": "Certificado acorrentado",
"Let's Encrypt settings": "Vamos criptografar configurações",
"Use Lets Encrypt certificates": "Use Vamos criptografar certificados",
"Use this instance for automatic update": "Use esta instância para atualização automática",
"Port to check the domain": "Porta para verificar o domínio",
"Let's Encrypt SSL": "Let's Encrypt SSL",
"Read about Let's Encrypt certificates": "Leia sobre os certificados Let's Encrypt",
"Undo": "Desfazer",
"Force Web-Sockets": "Forçar Web-Sockets"
}
20 changes: 20 additions & 0 deletions admin/i18n/ru/translations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"Run as": "Запустить от пользователя",
"IP": "IP",
"Port": "Порт",
"Secure(HTTPS)": "Шифрование(HTTPS)",
"Authentication": "Аутентификация",
"Listen on all IPs": "Открыть сокет на всех IP адресах",
"help_tip": "Сразу после сохранения настроек драйвер перезапуститься с новыми значениями",
"Public certificate": "'Public' сертификат",
"Private certificate": "'Private' сертификат",
"Chained certificate": "'Chained' сертификат",
"Let's Encrypt settings": "Настройки Let's Encrypt",
"Use Lets Encrypt certificates": "Использовать сертификаты Let's Encrypt",
"Use this instance for automatic update": "Обновлять сертификаты в этом драйвере",
"Port to check the domain": "Порт для проверки доменного имени",
"Let's Encrypt SSL": "Let's Encrypt SSL",
"Read about Let's Encrypt certificates": "Читать о сертификатах Let's Encrypt",
"Undo": "Отменить",
"Force Web-Sockets": "Использовать только веб-сокеты"
}
20 changes: 20 additions & 0 deletions admin/i18n/zh-cn/translations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"Run as": "运行方式",
"IP": "知识产权",
"Port": "港口",
"Secure(HTTPS)": "安全(HTTPS)",
"Authentication": "验证",
"Listen on all IPs": "监听所有 IP",
"help_tip": "保存后适配器立即使用新配置重新启动",
"Public certificate": "公共证书",
"Private certificate": "私人证书",
"Chained certificate": "链式证书",
"Let's Encrypt settings": "让我们加密设置",
"Use Lets Encrypt certificates": "使用 Let's Encrypt 证书",
"Use this instance for automatic update": "使用此实例进行自动更新",
"Port to check the domain": "检查域的端口",
"Let's Encrypt SSL": "Let's Encrypt SSL",
"Read about Let's Encrypt certificates": "阅读 Let's Encrypt 证书",
"Undo": "撤消",
"Force Web-Sockets": "强制 Web 套接字"
}
Loading

0 comments on commit f9164ad

Please sign in to comment.