Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Libraries
libotr
Commits
23178481
Commit
23178481
authored
Oct 03, 2013
by
Ian Goldberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change URL of OTR website to be https
Mostly in the documentation, but also in the default OTR Query message.
parent
f0f8a26d
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
11 deletions
+11
-11
Protocol-v1.txt
Protocol-v1.txt
+1
-1
README
README
+2
-2
libotr.pc.in
libotr.pc.in
+1
-1
packaging/fedora/libotr.spec
packaging/fedora/libotr.spec
+2
-2
src/proto.c
src/proto.c
+3
-3
toolkit/otr_toolkit.1
toolkit/otr_toolkit.1
+2
-2
No files found.
Protocol-v1.txt
View file @
23178481
...
...
@@ -220,7 +220,7 @@ human-readable information after this initial string.
Example:
?OTR?\nYour client does not support the OTR Private Messaging
Protocol.\nSee http://
www
.cypherpunks.ca/
otr/
for more information.
Protocol.\nSee http
s
://
otr
.cypherpunks.ca/ for more information.
OTR Key Exchange
----------------
...
...
README
View file @
23178481
...
...
@@ -19,7 +19,7 @@ OTR allows you to have private conversations over IM by providing:
is compromised.
For more information on Off-the-Record Messaging, see
http://otr.cypherpunks.ca/
http
s
://otr.cypherpunks.ca/
LIBRARY USAGE
...
...
@@ -358,4 +358,4 @@ Ian Goldberg, Rob Smits, Chris Alexander, Lisa Du, Nikita Borisov
<otr@cypherpunks.ca>
For more information on Off-the-Record Messaging, visit
http://otr.cypherpunks.ca/
http
s
://otr.cypherpunks.ca/
libotr.pc.in
View file @
23178481
...
...
@@ -6,6 +6,6 @@ includedir=@includedir@
Name: libotr
Description: Off-the-Record Messaging Library
Version: @VERSION@
URL: http://otr.cypherpunks.ca/
URL: http
s
://otr.cypherpunks.ca/
Libs: -L${libdir} -lotr
Cflags: -I${includedir}
packaging/fedora/libotr.spec
View file @
23178481
...
...
@@ -5,8 +5,8 @@ Version: 4.0.0
Release: 1%{?dist}
License: GPLv2 and LGPLv2
Group: System Environment/Libraries
Source0: http://otr.cypherpunks.ca/%{name}-%{version}.tar.gz
Url: http://otr.cypherpunks.ca/
Source0: http
s
://otr.cypherpunks.ca/%{name}-%{version}.tar.gz
Url: http
s
://otr.cypherpunks.ca/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Provides: libotr-toolkit = %{version}
Obsoletes: libotr-toolkit < %{version}
...
...
src/proto.c
View file @
23178481
...
...
@@ -242,10 +242,10 @@ char *otrl_proto_default_query_msg(const char *ourname, OtrlPolicy policy)
* get passed to the main IM application for processing (and
* free()ing). */
const
char
*
format
=
"?OTR%s
\n
<b>%s</b> has requested an "
"<a href=
\"
http://otr.cypherpunks.ca/
\"
>Off-the-Record "
"<a href=
\"
http
s
://otr.cypherpunks.ca/
\"
>Off-the-Record "
"private conversation</a>. However, you do not have a plugin "
"to support that.
\n
See <a href=
\"
http://otr.cypherpunks.ca/
\"
>"
"http://otr.cypherpunks.ca/</a> for more information."
;
"to support that.
\n
See <a href=
\"
http
s
://otr.cypherpunks.ca/
\"
>"
"http
s
://otr.cypherpunks.ca/</a> for more information."
;
/* Figure out the version tag */
v1_supported
=
(
policy
&
OTRL_POLICY_ALLOW_V1
);
...
...
toolkit/otr_toolkit.1
View file @
23178481
...
...
@@ -103,8 +103,8 @@ Here are the six programs in the toolkit:
.SH SEE ALSO
.BR "Off-the-Record Messaging" ,
at
.UR http://www.cypherpunks.ca/otr/
http://www.cypherpunks.ca/otr/
.UR http
s
://www.cypherpunks.ca/otr/
http
s
://www.cypherpunks.ca/otr/
.UE
.SH AUTHOR
otr_toolkit was written by the OTR Dev Team <otr@cypherpunks.ca>.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment