Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Plugins
pidgin-otr
Commits
b1a28729
Commit
b1a28729
authored
Oct 03, 2013
by
Ian Goldberg
Browse files
Change the URL to the OTR website to be https
Mostly in documentation, but also in the HELPURL in the code
parent
225c8642
Changes
6
Hide whitespace changes
Inline
Side-by-side
INSTALL
View file @
b1a28729
...
...
@@ -3,7 +3,7 @@ REQUIREMENTS
To compile the OTR plugin for pidgin, you'll need at least:
- libgpg-error 1.0 [ftp://ftp.gnupg.org/gcrypt/libgpg-error/]
- libgcrypt 1.2.0 [ftp://ftp.gnupg.org/gcrypt/libgcrypt/]
- libotr 3.1.0 [http://otr.cypherpunks.ca/]
- libotr 3.1.0 [http
s
://otr.cypherpunks.ca/]
- glib 2.6 [http://www.gtk.org/download/]
- gtk+ 2.6 [http://www.gtk.org/download/]
- pidgin 2.x [http://pidgin.im/]
...
...
INSTALL.mingw
View file @
b1a28729
...
...
@@ -5,11 +5,11 @@ tl;dr download and install for files before disconnecting from the internet:
wget -c ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.0.tar.gz \
ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.2.1.tar.gz \
http://
www
.cypherpunks.ca/
otr/
rndw32.diff \
http
s
://
otr
.cypherpunks.ca/rndw32.diff \
http://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/2.24/gtk+-bundle_2.24.10-20120208_win32.zip \
http://downloads.sourceforge.net/project/pidgin/Pidgin/2.10.6/pidgin-2.10.6.tar.bz2 \
http://downloads.sourceforge.net/project/pidgin/Pidgin/2.10.6/pidgin-2.10.6-win32-bin.zip \
http://
www
.cypherpunks.ca/
otr/
nsisunz.zip
http
s
://
otr
.cypherpunks.ca/nsisunz.zip
apt-get install mingw32 nsis wget unzip tar
...
...
@@ -46,7 +46,7 @@ libgpg-error-1.0:
libgcrypt-1.2.1:
cd /tmp;
wget ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.2.1.tar.gz
wget http://
www
.cypherpunks.ca/
otr/
rndw32.diff
wget http
s
://
otr
.cypherpunks.ca/rndw32.diff
tar -xvzf libgcrypt-1.2.1.tar.gz
cd /tmp/libgcrypt-1.2.1
CFLAGS="-g -O2 -fstack-protector-all -Wstack-protector -fwrapv --param ssp-buffer-size=1 -fno-strict-overflow"
...
...
@@ -67,7 +67,7 @@ nsis:
# (yes it's a DLL extension, but it will still work for GNU/Linux nsis)
# set LIBOTRSRCDIR to the libotr src directory
cd /tmp;
wget -c http://
www
.cypherpunks.ca/
otr/
nsisunz.zip
wget -c http
s
://
otr
.cypherpunks.ca/nsisunz.zip
unzip nsisunz.zip
sudo cp /tmp/nsisunz/Release/nsisunz.dll /usr/share/nsis/Plugins/
...
...
README
View file @
b1a28729
...
...
@@ -21,7 +21,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/
USAGE
...
...
@@ -179,7 +179,7 @@ End private conversation
Authenticate Buddy
For more information on authentication, see
http://otr-help.cypherpunks.ca/3.2.0/authenticate.php
http
s
://otr-help.cypherpunks.ca/3.2.0/authenticate.php
OTR provides three ways to authenticate your buddy:
...
...
@@ -329,4 +329,4 @@ Ian Goldberg, Rob Smits, Chris Alexander, Willy Lew, 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/
dialogs.h
View file @
b1a28729
...
...
@@ -30,7 +30,7 @@
#include <libotr/message.h>
/* The various help URLs */
#define BASE_HELPURL "http://otr-help.cypherpunks.ca/" PIDGIN_OTR_VERSION "/"
#define BASE_HELPURL "http
s
://otr-help.cypherpunks.ca/" PIDGIN_OTR_VERSION "/"
#define AUTHENTICATE_HELPURL BASE_HELPURL "authenticate.php"
#define SESSIONID_HELPURL BASE_HELPURL "sessionid.php"
#define UNVERIFIED_HELPURL BASE_HELPURL "unverified.php"
...
...
packaging/fedora/pidgin-otr.spec
View file @
b1a28729
...
...
@@ -3,8 +3,8 @@ Summary: Off-The-Record Messaging plugin for Pidgin
Name: pidgin-otr
Version: 4.0.0
Release: 1%{?dist}
Source: http://otr.cypherpunks.ca/%{name}-%{version}.tar.gz
Url: http://otr.cypherpunks.ca/
Source: http
s
://otr.cypherpunks.ca/%{name}-%{version}.tar.gz
Url: http
s
://otr.cypherpunks.ca/
License: GPLv2
Group: Applications/Internet
Provides: gaim-otr = %{version}
...
...
packaging/windows/pidgin-otr.nsi
View file @
b1a28729
...
...
@@ -29,7 +29,7 @@
!define PRODUCT_NAME "pidgin-otr"
!define PRODUCT_VERSION "4.0.0-1"
!define PRODUCT_PUBLISHER "Cypherpunks CA"
!define PRODUCT_WEB_SITE "http://otr.cypherpunks.ca/"
!define PRODUCT_WEB_SITE "http
s
://otr.cypherpunks.ca/"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
!define PRODUCT_UNINST_ROOT_KEY "HKLM"
...
...
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