From bc110cde96b6b876315f0e34f6b1932696cc808c Mon Sep 17 00:00:00 2001 From: mjentsch Date: Sat, 15 Nov 2014 17:53:34 +0100 Subject: [PATCH 1/3] Fix download link --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3e4d86c..2ba2170 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ Warning, this version is mainly for development and testing and NOT for producti When encountering a crash or some other bugs, please report it to us, preferably together with a backtrace of the crashed application [https://developer.pidgin.im/wiki/GetABacktrace] +## Version 0.4 + + - Use latest version of libtgl + ## Version 0.3.3 - multiple bugfixes @@ -68,8 +72,7 @@ Unfortunately there are no packages right now, so you need to compile it yoursel ## 1. Get this repository - git clone https://github.com/majn/telegram-purple - + git clone --recursive https://github.com/majn/telegram-purple ## 2. Fetch all needed dependencies @@ -93,8 +96,6 @@ On Debian-based systems you can use: sudo apt-get install libssl-dev libglib2.0-dev libpurple-dev -NOTE: Ubuntu is currently not working, since libpurple doesn't seem to find libssl when loading the plugin. It will compile, but Pidgin won't be able to load it. - ### OpenSUSE @@ -142,9 +143,8 @@ To clean all your user files run: This bundle was tested to work under OSX 10.9 and 10.8. If it doesn't work on your installation please send your Adium crash log (which you can find in ~/Library/Logs/Adium 2/). -[Version 0.3.2](http://lauschgift.org/telegram-purple/telegram-adium-0.3.2.zip) - -[Version 0.3.3](http://lauschgift.org/telegram-purple/telegram-adium-0.3.3.zip) +[Version 0.3.2](http://h2079792.stratoserver.net/telegram-purple/telegram-adium-0.3.2.zip) +[Version 0.3.2](http://h2079792.stratoserver.net/telegram-purple/telegram-adium-0.3.3.zip) ## Build with XCode From fad61cb3d8d7de9ff489eb83577d5015fa713cf5 Mon Sep 17 00:00:00 2001 From: mjentsch Date: Sat, 15 Nov 2014 17:58:41 +0100 Subject: [PATCH 2/3] Fix readme (again) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ba2170..51c24a8 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,8 @@ This bundle was tested to work under OSX 10.9 and 10.8. If it doesn't work on yo please send your Adium crash log (which you can find in ~/Library/Logs/Adium 2/). [Version 0.3.2](http://h2079792.stratoserver.net/telegram-purple/telegram-adium-0.3.2.zip) -[Version 0.3.2](http://h2079792.stratoserver.net/telegram-purple/telegram-adium-0.3.3.zip) + +[Version 0.3.3](http://h2079792.stratoserver.net/telegram-purple/telegram-adium-0.3.3.zip) ## Build with XCode From 6cdd435ace4ad9f442303e875f9ba14572fad35b Mon Sep 17 00:00:00 2001 From: mjentsch Date: Sat, 15 Nov 2014 18:02:21 +0100 Subject: [PATCH 3/3] Fix README installation guide pictures --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 51c24a8..06cd7ca 100644 --- a/README.md +++ b/README.md @@ -114,11 +114,11 @@ On Debian-based systems you can use: After succesfully completing all steps mentioned in the installation instructions, you should restart Pidgin to ensure that the plugin is loaded. When everything went well, Telegram should show up in the account manager: -![Create a new Telegram account](http://lauschgift.org/telegram-purple/res/install-1.png) +![Create a new Telegram account](http://h2079792.stratoserver.net/telegram-purple/res/install-1.png) The username is your current phone number, including your full country prefix instead of a leading '0'. For Germany, this would be '+49' for example. Telegram will verify your phone number by sending you a verification code via sms. You will be prompted for this code, once that happens. -![Provide a phone number](http://lauschgift.org/telegram-purple/res/install-2.png) +![Provide a phone number](http://h2079792.stratoserver.net/telegram-purple/res/install-2.png) Now you should be able to see all your contacts and chats in your buddy list and send/receive messages.