summaryrefslogtreecommitdiff
path: root/docs/help
AgeCommit message (Collapse)Author
2017-01-06Fix syntax on /help SERVER exampleLasse Toimela
2016-10-22Add x509 certificate and public key pinning support.Alexander Færøy
This patch adds two new options to /CONNECT and /SERVER to let the user pin either an x509 certificate and/or the public key of a given server. It is possible to fetch the certificate outside of Irssi itself to verify the checksum. To fetch the certificate call: $ openssl s_client -connect chat.freenode.net:6697 < /dev/null 2>/dev/null | \ openssl x509 > freenode.cert This will download chat.freenode.net:6697's TLS certificate and put it into the file freenode.cert. -tls_pinned_cert ---------------- This option allows you to specify the SHA-256 hash of the x509 certificate. When succesfully connected to the server, irssi will verify that the given server certificate matches the pin set by the user. The SHA-256 hash of a given certificate can be verified outside of irssi using the OpenSSL command line tool: $ openssl x509 -in freenode.cert -fingerprint -sha256 -noout -tls_pinned_pubkey ------------------ This option allows you to specify the SHA-256 hash of the subject public key information section of the server certificate. This section contains both the cryptographic parameters for the public key, but also information about the algorithm used together with the public key parameters. When succesfully connected to the server, irssi will verify that the given public key matches the pin set by the user. The SHA-256 hash of a public key can be verified outside of irssi using the OpenSSL command line tool: $ openssl x509 -in freenode.cert -pubkey -noout | \ openssl pkey -pubin -outform der | \ openssl dgst -sha256 -c | \ tr a-z A-Z It is possible to specify both -tls_pinned_cert and -tls_pinned_pubkey together.
2016-10-22Rename SSL to TLS.Alexander Færøy
This patch changes the internal name of SSL to TLS. We also add -tls_* options to /CONNECT and /SERVER, but make sure that the -ssl_* versions of the commands continue to work like before.
2016-09-11Document the addition of the -autorun switch for /script reset.LemonBoy
2016-07-17Wrong order in the arguments in /hilight example, -mask doesn't take a parameterJari Matilainen
2016-06-21Merge pull request #498 from vague666/add_modify_functionsLemonBoy
Add modify to /channel, /server and /network
2016-06-18Add info about MODIFY to help filesJari Matilainen
2016-04-30Merge pull request #476 from isundil/masterailin-nemui
Add an option to make /hilight case sensitive
2016-04-30Correct error/typo "You"->"Your" in help messagedennisschagt
2016-04-29changed command-line -case to -matchcaseB Thibault
2016-04-29Ref #421 (Add an option to make /hilight case sensitive)B Thibault
Allow use of /hilight -case exAMPle (compatible with other options) Added matchcase to hilight config file (exemple: { text = exAMPle; matchcase = yes; } )
2016-04-05Merge pull request #453 from LemonBoy/dcc-quoteailin-nemui
Support quoted filenames in some /DCC commands
2016-03-29Revert "Removed the obsolete SQUERY and SERVLIST commands"ailin-nemui
This reverts commit 4beebe3238dda96efd4c3a0a6f6002ad5afc96e7.
2016-03-22Update the documentation about DCCLemonBoy
2016-03-20correct quoting in /help dccailin-nemui
2015-12-09DCC close always requires a typeWieland Hoffmann
2015-09-26Merge pull request #304 from LemonBoy/sasl_user_optionsailin-nemui
Allow the user to set and modify the SASL parameters
2015-09-26Allow the user to set and modify the SASL parametersLemonBoy
The /NETWORK ADD command now is able to modify the SASL mechanism, the username and the password on a chatnet basis.
2015-09-23Improve the WINDOW helpAilin Nemui
Properly describe the window command. Make help sort order deterministic.
2015-09-22Revert "Network and IPv{4,6} related changes"ailin-nemui
2015-09-21Ding dong the switch is deadLemonBoy
2015-06-14Rename /proxy command to /irssiproxy for claritydequis
2015-06-14Merge branch 'master' into irssiproxydequis
Conflicts: src/irc/proxy/listen.c
2015-06-12Clarify the help for /LIST (#228)Geert Hauwaerts
Clarify the help for /LIST (#228)
2015-05-14lastlog doc fixFilip Szczepański
Only the filename can come right after `-file`. Having `-force` in that position causes an `Irssi: Could not open lastlog: No such file or directory` error.
2015-04-18trivial: Minor cosmetic changes fixing docs as per review from ahf.Haw Loeung
2015-04-14ssl: Add option to specify SSL cipher suite preference.Haw Loeung
2015-02-24Add help files for proxy moduleHans Nielsen
2015-02-08Added customization possibility for the lastlog date format, lastlog_dateVesa Pirila
2015-02-08Added a -date parameter to /lastlog to prepend each row with the row's dateVesa Pirila
2015-02-01Fix the lastlog helpailin-nemui
Correct some confusing inaccuracies and document a parameters that got lost on the rewrite.
2015-01-31/help lastlog: Clarify usage of -<level> parameterdequis
2014-12-08Documentation fix for #185Geert Hauwaerts
Documentation fix for #185
2014-12-06Merge pull request #171 from vlajos/typofixes-vlajos-20141108Alexander Færøy
typo fixes - https://github.com/vlajos/misspell_fixer
2014-11-14Fix -ssl_pass documentation in /server and /connectdequis
Copied text from 68f8229 (SVN r5231)
2014-11-08typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos
2014-10-27Remove duplicate example from ignore.inMatt Lewandowsky
Duplicated line inserted in commit 66f5fb6. Reported by @sharethebug on IRC.
2014-10-20Actually fix the params for /SERVER REMOVEDavid Leadbeater
2014-10-15Tiny fix to the param order in the /SERVER REMOVE helpdequis
2014-08-07Updated ALIAS helpGeert Hauwaerts
Updated ALIAS help.
2014-08-07Applied grammar and styling correctionsGeert Hauwaerts
Applied grammar and styling corrections.
2014-08-05Syntax rewrite of U-Z commandsGeert Hauwaerts
Rewrote the syntax documentation of U-Z commands.
2014-07-30Fixed a typo in the cmdmax argumentGeert Hauwaerts
Fixed a typo in the cmdmax argument.
2014-07-30Updated the documentation for LISTGeert Hauwaerts
Updated the documentation for LIST.
2014-07-30Syntax rewrite for S-commandsGeert Hauwaerts
Rewrote the syntax documentation for all commands starting with S.
2014-07-30Removed the obsolete SQUERY and SERVLIST commandsGeert Hauwaerts
Removed the obsolete SQUERY and SERVLIST commands.
2014-07-25Fix typo in help for network commandtomaw
2014-07-15Syntax rewrite for R-commandsGeert Hauwaerts
Rewrote the syntax documentation for all commands starting with the letter R.
2014-07-14Removed the obsolete RPING commandGeert Hauwaerts
The RPING command is obsolete.
2014-07-13Fixed an example of QUOTEGeert Hauwaerts
Fixed an example of QUOTE