Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/pidgin-opensteamworks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEion Robb <eion@robbmob.com>2015-08-23 05:16:11 +0300
committerEion Robb <eion@robbmob.com>2015-08-23 05:16:11 +0300
commit5791b90a7bd43b0da6acd42dc1be4678190d2bd9 (patch)
tree0ba0c608415affbe68736616563417c23ade6653
parent05b9fc293aadcf5d21b591635176e622cd5317ab (diff)
Create README.md
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..7207a4f
--- /dev/null
+++ b/README.md
@@ -0,0 +1,16 @@
+A plugin to connect to Steam Friends/Steam IM.
+
+As of version 1.0 the (new) plugin will connect to Steam *without Steam running* via the Steam mobile API and thus works on Linux and OSX.
+
+Versions less than 1.0 of this plugin use [Open Steamworks](http://opensteamworks.org/) to connect to a running copy of Steam.
+
+Download .dll's and .so's for your system at the [Downloads Page](https://github.com/EionRobb/pidgin-opensteamworks/releases)
+Download the Adium plugin from [adiumxtras.com](http://adiumxtras.com/index.php?a=xtras&xtra_id=8339)
+
+Changes:
+ * v1.5.1 - Fixes the infinite captcha login loop
+ * v1.5 - Adds 'Launch/Join Game' options to buddy menu, fix sending messages with < or > in them, fix for renaming a group in the buddy list, (beta) support for captcha image and two-factor auth, better handling of expired access tokens and steam guard tokens
+ * v1.4 - Display Steam nicknames, improvements to sign-in and when servers are down, display buddy status in the buddy list
+ * v1.3 - Fixes for Telepathy-Haze (Empathy), adds an option to change your status in Pidgin when in game, improved connection/disconnection handling, fixes for /me messages
+ * v1.2 - Fixes logins giving a 404 error, some buddies appearing offline, historical message timestamps being incorrect, and adds an option to always use HTTPS
+ * v1.1 - Fixes friend accept/deny not working, messages being received twice and improves some reconnection code