aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/context/libkvicontext.cpp
diff options
context:
space:
mode:
authorGravatar un1versal2015-12-09 16:03:50 +0000
committerGravatar un1versal2015-12-19 02:40:23 +0000
commitc74db9aba4814ccb4dc0ac1e4c7e4ef7589f50a9 (patch)
tree1be38d394b47be8408585a00b2c67819bcf37082 /src/modules/context/libkvicontext.cpp
parentsrc/modules: typos, consistency capitalize, fomatting and indenting fixes (diff)
downloadKVIrc-c74db9aba4814ccb4dc0ac1e4c7e4ef7589f50a9.tar.gz
KVIrc-c74db9aba4814ccb4dc0ac1e4c7e4ef7589f50a9.tar.bz2
KVIrc-c74db9aba4814ccb4dc0ac1e4c7e4ef7589f50a9.zip
various files: typos/consistency and capitalization see notes below.
https://techbase.kde.org/Projects/Usability/HIG/Capitalization This was just done last minute over some notes I had made during earlier similar fixes. * dont capitalize prepositions/conjunctions with less than 5 letters + fix wrong plural. * freenode is all lowercase instance only. * tooltips are not Camel Case capitalization style either. * some centered text on a dialog when all the etxt is left aligned looks off, tootips we can give a pass to. * Tree items are Camel Case * Typos in Unknow channel modes * more tooltips in the Channel Mode/Ban Masks/Invite but flawed design on these The tooltips text doubles up as title one isnt capitalized and the other is... So now none are in this area only since unlike toolbars thers no test display here and its passable. Alternative is to fix these dialogs and toolbars and tbh I cant do it. * cannot vs can't : these are consistency fixes for strings and debug messages only. * about dialog group titles "Runtime Info" "Build Info" are Camel Cased as per capitalization guidelines, but label are like all other labels. s spaces tyyt
Diffstat (limited to 'src/modules/context/libkvicontext.cpp')
-rw-r--r--src/modules/context/libkvicontext.cpp28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/modules/context/libkvicontext.cpp b/src/modules/context/libkvicontext.cpp
index d9f1189fd..bcf8a5813 100644
--- a/src/modules/context/libkvicontext.cpp
+++ b/src/modules/context/libkvicontext.cpp
@@ -146,7 +146,7 @@ STANDARD_IRC_CONNECTION_TARGET_PARAMETER(
The returned network name is the one that has been specified
in the server database and may not correspond to the real network
name. However, this is the network name you want to use if
- you want to manipulate the serverdb entries related to the current
+ you want to manipulate the serverDB entries related to the current
connection.
@seealso:
[fnc]$context.serverHostName[/fnc]
@@ -180,7 +180,7 @@ STANDARD_IRC_CONNECTION_TARGET_PARAMETER(
by the server itself. Some servers report a bogus value for this field.
You should take a look at [fnc]$context.serverIpAddress[/fnc] if you want a value that
can be used to really reconnect to this server. If you want a value
- to manipulate the server entry via the serverdb functions then
+ to manipulate the server entry via the serverDB functions then
you probably need [fnc]$context.serverdbServerHostName[/fnc].
@seealso:
[fnc]$context.serverdbServerHostName[/fnc]
@@ -215,7 +215,7 @@ STANDARD_IRC_CONNECTION_TARGET_PARAMETER(
The returned server name is the one that has been specified
in the server database and may refer to a round-robin DNS entry.
However, this is the server name you want to use if you want to manipulate
- the serverdb entries related to the current connection.
+ the serverDB entries related to the current connection.
@seealso:
[fnc]$context.serverHostName[/fnc],
[fnc]$context.serverPort[/fnc],
@@ -617,11 +617,11 @@ static bool context_kvs_fnc_queueSize(KviKvsModuleFunctionCall * c)
@title:
$context.getSSLCertInfo
@short:
- Returns the requested information about certificates used in an ssl-enabled IRC session
+ Returns the requested information about certificates used in an SSL enabled IRC session
@syntax:
$context.getSSLCertInfo(<query:string>[,<type:string='remote'>[,<context_id:integer>[,<param1:string>]]])
@description:
- Returns the requested information about certificates used in an ssl-enabled IRC session.[br]
+ Returns the requested information about certificates used in an SSL enabled IRC session.[br]
The second <type> parameter can be "local" or "remote", and refers to the certificate you want
to query the information from; if omitted, it defaults to "remote".[br]
If <context_id> is omitted then the IRC context associated with the current window is assumed.[br]
@@ -655,15 +655,15 @@ static bool context_kvs_fnc_queueSize(KviKvsModuleFunctionCall * c)
[li]fingerprintDigestStr[/li]
[li]fingerprintContents * accepts parameter interpreted as "digest name"[/li]
[/ul]
- @examples:
- [example]
- [comment]# get a sha256 fingerprint of remote peer's certificate[/comment]
- $context.getSSLCertInfo(fingerprintContents,remote,$context,sha256)
- [/example]
- @seealso:
- [fnc]$certificate[/fnc]
- [fnc]$str.evpSign[/fnc]
- [fnc]$str.evpVerify[/fnc]
+ @examples:
+ [example]
+ [comment]# get a sha256 fingerprint of remote peer's certificate[/comment]
+ $context.getSSLCertInfo(fingerprintContents,remote,$context,sha256)
+ [/example]
+ @seealso:
+ [fnc]$certificate[/fnc]
+ [fnc]$str.evpSign[/fnc]
+ [fnc]$str.evpVerify[/fnc]
*/
static bool context_kvs_fnc_getSSLCertInfo(KviKvsModuleFunctionCall * c)