readme.ssl

来自「EPIC IRC客户端。来源于IRCII客户端但做了很多性能和功能的优化。」· SSL 代码 · 共 48 行

SSL
48
字号
			SSL support for EPIC			--------------------Connecting----------In order to connect to an SSL-enabled server, a given server's "server-spec"must be defined correctly in order for /CONNECT to establish the connection.Example:<some SSL-enabled server>:<port>:<pass>:<nick>:<group>:IRC-SSL(Please note that only the first and last fields are mandatory to establishan SSL connection.)Alternatively, you may use the function $serverctl(SET <refnum> SSL) to changethe connection strategy for a server that already exists in your server list.Scripting support-----------------The function, cipher(), will return cipher type used in an already establishedSSL server connection.The function, isencrypted(), is supplied to determine whether or not a givenserver connection is SSL-enabled or not.The hook, SSL_SERVER_CERT, will return server certificate information (if any)after a server connection is established.  WARNING:  This is hook is subjectto change in the future.  Please do not rely on the output you receive fromthis hook.  You have been warned.A new status indicator, %|, has been added to show a server SSL/RAW connectionstatus.Credits-------Original SSL support for EPIC was written by Juraj Bednar.  You may find thedetails of that project at http://epicssl.sourceforge.net for the originalsource material.Further modification was done by B. Thomas Frazier for inclusion into theregular distriubtion.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?