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
AgeCommit message (Collapse)Author
2016-01-21Remove the unused base64 headers in NSS RSA encryptionEion Robb
Fixes issue #129
2016-01-13Merge pull request #126 from xvitaly/fedcoprEion Robb
Added COPR repository into README
2016-01-12Added COPR repository into README.V1TSK
2016-01-08Fix compiler error with group/clan detection codeEion Robb
2016-01-08Find out the name of a buddy auth request before displaying it to the userEion Robb
2016-01-07Ignore invites from groups/clansEion Robb
2015-12-24Use code from Miranda for doing RSA on win32 without any NSS dependenciesEion Robb
2015-12-24Add an option to appear as a 'web' user instead of a 'mobile' userEion Robb
2015-12-15Merge pull request #122 from xvitaly/masterEion Robb
Updated SPEC file
2015-12-15Updated README.V1TSK
2015-12-15Synced SPEC with upstream.V1TSK
2015-12-04Remove old dll/so/tarball's from the releases directoryEion Robb
Fixes issue #119
2015-12-01Create LICENSEEion Robb
2015-11-15Merge pull request #118 from esainane/email-auth-noerrorEion Robb
Do not raise an error while waiting for steam guard email auth to allow better compatibility with bitlbee
2015-11-15Fix other uses of steam_set_steam_guard_token_cbesainane
Also clean up minor formatting errors
2015-11-15Rework steam_set_steam_guard_token_cbesainane
This makes it more consistent with steam_set_two_factor_auth_code_cb. Email login via bitlbee in libpurple mode now appears to be fully functional. This requires regression testing to make sure that no corner cases are broken, or that nothing in pidgin/finch was broken by this change.
2015-11-15Trim trailing whitespace in libsteam.cesainane
No other content changes are performed in this commit.
2015-11-15Do not raise an error during email authesainane
This is consistent with the approach taken for mobile two factor authentication. If an error is raised during login, some libpurple dependees, such as bitlbee, will cancel the login process. This made using pidgin-opensteamworks with bitlbee running in libpurple mode impossible for accounts that relied on email authentication. With mobile 2 factor authentication: <SaiN> account 1 off <root> steam-mobile - Signing off.. <SaiN> account 1 on <root> steam-mobile - Logging in: Connecting <purple_request_0> Copy the two-factor auth code you have received <SaiN> hunter2 * purple_request_0 is away: "Offline" <root> steam-mobile - Logging in: Logged in With email: <SaiN> account 1 off <root> steam-mobile - Signing off.. <SaiN> account 1 on <root> steam-mobile - Logging in: Connecting <purple_request_0> Copy the Steam Guard Code you will have received in your email <root> steam-mobile - Login error: <root> steam-mobile - Logging in: Signing off.. <SaiN> hunter2 * purple_request_0: No such nick/channel <SaiN> account 1 off <root> Account already offline
2015-10-15Merge pull request #117 from xvitaly/masterEion Robb
Added SPEC file
2015-10-15Removed gnome-keyring dep.V1TSK
2015-10-14Updated Readme.V1TSK
2015-10-14Renamed SPEC file.V1TSK
2015-10-14Updated Readme.V1TSK
2015-10-14Added SPEC file for Fedora/openSUSE.V1TSK
2015-10-12Update README.mdEion Robb
2015-10-06Update build info for Linux to reflect subfolderEion Robb
2015-10-06Add `make install` option to MakefileEion Robb
Fixes issue #115
2015-08-31Merge pull request #110 from tripplet/mbedtls-2.0Eion Robb
RSA code updated to work with mbedtls 2.0.0
2015-08-31RSA code updated to work with mbedtls 2.0.0Tobias Tangemann
2015-08-30Merge pull request #109 from flocke/masterEion Robb
steam_rsa: add libgcrypt as crypto backend
2015-08-30steam_rsa: G_UNLIKELY -> G_LIKELY.Jakob Nixdorf
2015-08-30steam_rsa: add libgcrypt as crypto backendJakob Nixdorf
2015-08-30Fix password encrypt function when using OpenSSLEion Robb
2015-08-30Merge pull request #108 from flocke/masterEion Robb
Makefile: set pkg-config as variable
2015-08-30Makefile: set pkg-config as variableJakob Nixdorf
2015-08-27Version bump 1.6.11.6.1Eion Robb
2015-08-27Actually use the offline history setting :|Eion Robb
2015-08-27Add a setting to be able to turn off offline history downloadingEion Robb
2015-08-27Fix silly mistake causing new messages not to be displayedEion Robb
2015-08-25Improve offline history support by not repeating history if we haven't ↵Eion Robb
received a message in the current session
2015-08-24Added HowToInstall from old wiki to ReadmeEion Robb
2015-08-23Update README.mdEion Robb
2015-08-23Version Bump 1.61.6Eion Robb
2015-08-23Create README.mdEion Robb
2015-08-21Don't crash if we don't get an OAuth response from the servereionrobb
2015-08-21Better handling of games with non-utf8 characters in their names being ↵eionrobb
played by buddies. Fixes #103
2015-08-18Set the cookies needed to do mobile auth since server changeseionrobb
2015-08-13Fix for historical messages always repeated and without buddy aliaseseionrobb
2015-07-05Fix crashes when the server tells us to reconnect. Fixes #97eionrobb
2015-07-02Don't download every message ever if we haven't downloaded any history beforeeionrobb