Explorar el Código

Merge pull request #1900 from csmith/docs-faq-webirc-secure

Add FAQ about WebIRC and secure clients
tags/v2.10.0-rc1
Shivaram Lingamneni hace 2 años
padre
commit
bf3c0ad70e
No account linked to committer's email address
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      docs/MANUAL.md

+ 3
- 0
docs/MANUAL.md Ver fichero

556
 
556
 
557
 Ergo supports a simplified form of the "global notice" or "wallops" capabilities found in other ircds. With the `massmessage` operator capability, you can `/NOTICE $$* text of your announcement`, and it will be sent to all connected users. If you have human-readable hostnames enabled (in the default/recommended configuration they are not), you can also `/NOTICE $#wild*card.host.name`.
557
 Ergo supports a simplified form of the "global notice" or "wallops" capabilities found in other ircds. With the `massmessage` operator capability, you can `/NOTICE $$* text of your announcement`, and it will be sent to all connected users. If you have human-readable hostnames enabled (in the default/recommended configuration they are not), you can also `/NOTICE $#wild*card.host.name`.
558
 
558
 
559
+## Why does Ergo say my connection is insecure when I'm connected using TLS?
560
+
561
+If the client you are connecting with uses the [WebIRC](https://ircv3.net/specs/extensions/webirc.html) command then it is responsible for saying whether the connection is "secure" or not, even if the connection to ergo is made over TLS. For example, a web-based client would mark connections as secure if you used HTTPS but not if you used plain HTTP. Older versions of the WebIRC specification didn't include the secure parameter at all; any connections from software using the older protocol will therefore be treated as insecure by Ergo. 
559
 
562
 
560
 -------------------------------------------------------------------------------------------
563
 -------------------------------------------------------------------------------------------
561
 
564
 

Loading…
Cancelar
Guardar