From 23178481e5e369dd0e14008fe0e9b3156ac5516f Mon Sep 17 00:00:00 2001 From: Ian Goldberg Date: Thu, 3 Oct 2013 15:25:17 -0400 Subject: [PATCH] Change URL of OTR website to be https Mostly in the documentation, but also in the default OTR Query message. --- Protocol-v1.txt | 2 +- README | 4 ++-- libotr.pc.in | 2 +- packaging/fedora/libotr.spec | 4 ++-- src/proto.c | 6 +++--- toolkit/otr_toolkit.1 | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Protocol-v1.txt b/Protocol-v1.txt index 7f1ba97..27429bb 100644 --- a/Protocol-v1.txt +++ b/Protocol-v1.txt @@ -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 https://otr.cypherpunks.ca/ for more information. OTR Key Exchange ---------------- diff --git a/README b/README index d3cf5d8..9a71956 100644 --- a/README +++ b/README @@ -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/ +https://otr.cypherpunks.ca/ LIBRARY USAGE @@ -358,4 +358,4 @@ Ian Goldberg, Rob Smits, Chris Alexander, Lisa Du, Nikita Borisov For more information on Off-the-Record Messaging, visit -http://otr.cypherpunks.ca/ +https://otr.cypherpunks.ca/ diff --git a/libotr.pc.in b/libotr.pc.in index 05b7d43..38f8582 100644 --- a/libotr.pc.in +++ b/libotr.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: libotr Description: Off-the-Record Messaging Library Version: @VERSION@ -URL: http://otr.cypherpunks.ca/ +URL: https://otr.cypherpunks.ca/ Libs: -L${libdir} -lotr Cflags: -I${includedir} diff --git a/packaging/fedora/libotr.spec b/packaging/fedora/libotr.spec index cb19f94..82dd709 100644 --- a/packaging/fedora/libotr.spec +++ b/packaging/fedora/libotr.spec @@ -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: https://otr.cypherpunks.ca/%{name}-%{version}.tar.gz +Url: https://otr.cypherpunks.ca/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Provides: libotr-toolkit = %{version} Obsoletes: libotr-toolkit < %{version} diff --git a/src/proto.c b/src/proto.c index dba32e2..ce597a2 100644 --- a/src/proto.c +++ b/src/proto.c @@ -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%s has requested an " - "Off-the-Record " + "Off-the-Record " "private conversation. However, you do not have a plugin " - "to support that.\nSee " - "http://otr.cypherpunks.ca/ for more information."; + "to support that.\nSee " + "https://otr.cypherpunks.ca/ for more information."; /* Figure out the version tag */ v1_supported = (policy & OTRL_POLICY_ALLOW_V1); diff --git a/toolkit/otr_toolkit.1 b/toolkit/otr_toolkit.1 index 9b074f9..9ded38f 100644 --- a/toolkit/otr_toolkit.1 +++ b/toolkit/otr_toolkit.1 @@ -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 https://www.cypherpunks.ca/otr/ +https://www.cypherpunks.ca/otr/ .UE .SH AUTHOR otr_toolkit was written by the OTR Dev Team . -- GitLab