0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Clean up game server name and join game code
Eion Robb
as eionrobb
More... almost 11 years ago
A proper actual fix for not compiling on OSX. D'oh!
Eion Robb
as eionrobb
More... almost 11 years ago
Fix for compiling on OSX. Many thanks to tripplet :)
Eion Robb
as eionrobb
More... almost 11 years ago
Fix for crash creating the node menu when chatting to buddies who aren't in your buddy list
Eion Robb
as eionrobb
More... almost 11 years ago
Attempt to add 'Launch Game' and 'Join Game' options to the buddy list. Needs testing
Eion Robb
as eionrobb
More... almost 11 years ago
Uploading all v1.4 releases to svn
Eion Robb
as eionrobb
More... almost 11 years ago
Limit number of simultaneous buddy icon downloads to 4 to reduce threading. Fixes issue #37
Eion Robb
as eionrobb
More... almost 11 years ago
Pull changes from https://github.com/tripplet/Adium-Steam-IM to be able to compile the plugin on OSX
Eion Robb
as eionrobb
More... almost 11 years ago
Version 1.4
Eion Robb
as eionrobb
More... about 11 years ago
Better handling of an incorrect SteamGuard token, re-enable a disabled account after setting the correct SteamGuard token via the UI
Eion Robb
as eionrobb
More... about 11 years ago
Don't display sensitive (encrypted) passwords in libpurple logs
Eion Robb
as eionrobb
More... about 11 years ago
Don't disable the account if there was a non-authentication error during login
Eion Robb
as eionrobb
More... about 11 years ago
Add icons to repo
Eion Robb
as eionrobb
More... about 11 years ago
Add a bit more debugging when we get random errors during access_token logins
Eion Robb
as eionrobb
More... about 11 years ago
Handle expired login access_token's with an error callback during login
Eion Robb
as eionrobb
More... about 11 years ago
Allow setting an error callback for unexpected HTTP responses (eg a 401 Not Authorized when logging in with a bad access_token)
Eion Robb
as eionrobb
More... about 11 years ago
Fix for handling server-stored nicknames coming down as a 32-bit int accountid rather than a 64-bit string steamid (caused all users to have the same alias in Pidgin)
Eion Robb
as eionrobb
More... about 11 years ago
Fix compiler warnings
Eion Robb
as eionrobb
More... about 11 years ago
Updates for latest version of Steam Mobile client: display mobile/big picture status, display Steam Nicknames, minor fix for in-game statuses for non-Steam games
Eion Robb
as eionrobb
More... about 11 years ago
Version 1.3
Eion Robb
as eionrobb
More... over 11 years ago
Fix dlopen() for telepathy
Eion Robb
as eionrobb
More... over 11 years ago
Added debug to dummy callback to help track down why access-tokens aren't being saved with GnomeKeyring
Eion Robb
as eionrobb
More... over 11 years ago
Recreate GNOME_KEYRING_NETWORK_PASSWORD locally rather than trying to load it with dlsym()
Eion Robb
as eionrobb
More... over 11 years ago
Move gnome-keyring lib loading back into plugin_load again, adding some debug
Eion Robb
as eionrobb
More... over 11 years ago
Fix symbol loading so that plugin loads fine on pidgin/finch on linux
Eion Robb
as eionrobb
More... over 11 years ago
Clean up Telepathy-specific code in status types
Eion Robb
as eionrobb
More... over 11 years ago
Added account option to change Pidgin's status message when you start a game
Eion Robb
as eionrobb
More... over 11 years ago
Steam client no longer shows /me emote's, send them as a plain message instead
Eion Robb
as eionrobb
More... over 11 years ago
Add in a watchdog to make sure that if our polling loop doesn't get a server response in 3 minutes, that it tries to re-poll
Eion Robb
as eionrobb
More... over 11 years ago
Detect Telepathy-Haze at runtime rather than compile time
Eion Robb
as eionrobb
More... over 11 years ago