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
2021-11-01Merge pull request #202 from nodiscc/gitlab-ci-fix-stretch-packageHEAD1.7.2masterEion Robb
.gitlab-ci.yml: fix debian stretch package naming
2021-10-30.gitlab-ci.yml: fix debian stretch package namingnodiscc
2021-06-20Merge pull request #197 from nodiscc/gitlab-ci1.7.1Eion Robb
automatically build and publish Debian packages at https://gitlab.com/nodiscc/pidgin-opensteamworks/-/releases
2021-06-18.gitlab-ci.yml: debian packages: libsecret-1.0 is not required at runtimenodiscc
2021-06-18automatically build and publish Debian packages at ↵nodiscc
https://gitlab.com/nodiscc/pidgin-opensteamworks/-/releases - https://gitlab.com/nodiscc/pidgin-opensteamworks/ configured to mirror https://github.com/EionRobb/pidgin-opensteamworks - let gitlab CI build packages for debian stretch/buster on every git tag - let gitlab CI create a release at https://gitlab.com/nodiscc/pidgin-opensteamworks/-/releases and link to the packages download page - run a lintian pass on resulting packages - use debian buster-backports image as checkinstall is only available in buster-backports - update docuemnation - https://docs.gitlab.com/ce/ci/yaml/README.html - use CI_JOB_TOKEN to authenticate to the package registry
2019-09-30Version bump - 1.71.7Eion Robb
2019-09-18Merge pull request #188 from Roshless/masterEion Robb
Fix not showing currenty played games
2019-09-18Fix not showing up friend's current gamesRoshless
Turns out it works again and probably was for quite a while.
2019-09-14Merge pull request #187 from msschulte/patch-1Eion Robb
undefined symbol: secret_password_clear
2019-09-14Update libsteam.cMarc Sven Schulte
Pidgin refuses to load libsteam.so: plugins: probing /usr/lib/purple-2/libsteam.so plugins: /usr/lib/purple-2/libsteam.so is not loadable: undefined symbol: secret_password_clear Just a typo of 'secret_password_clear' which should be 'my_secret_password_clear'.
2019-09-12Fix compiler warning about possible overflowEion Robb
2019-09-12Switch to using libsecret instead of the deprecated gnome-keyring. Fixes #186Eion Robb
2019-09-11Fix intermittent crashes when being rate limited. See issue #183Eion Robb
2019-09-11Fix crash when connecting, fixes issue #185Eion Robb
2019-01-17Add a delay when re-requesting a url to not trigger rate-limitingEion Robb
2018-08-01Merge pull request #176 from ChristianGalla/ReadmeFixEion Robb
Fixed icon path
2018-08-01Fixed icon pathChristian Galla
2018-06-19Try to re-request any rate-limited responsesEion Robb
2018-06-03Merge pull request #172 from xvitaly/fix-linkerEion Robb
Added zlib to LIBPURPLE_CFLAGS and LIBPURPLE_LIBS
2018-06-02Added zlib to LIBPURPLE_CFLAGS and LIBPURPLE_LIBS.Vitaly Zaitsev
Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
2018-05-14Update json-glib dll to 0.14.2 to be compatible with Discord, Hangouts, FacebookEion Robb
2018-04-18Fix for issue 169 when we unexpectedly recieve the state of a group instead ↵Eion Robb
of a friend
2017-12-25Fix for issue 165 where no in-game info was displayedEion Robb
2017-09-29Add an option to redeem game keys to the accounts menuEion Robb
2016-09-21Merge pull request #153 from hasufell/masterEion Robb
Fix 'make install' dependencies
2016-09-21Fix 'make install' dependenciesJulian Ospald
Fixes #137
2016-09-10Merge pull request #152 from hasufell/masterEion Robb
Quote variables in install rules
2016-09-10Quote variables in install rulesJulian Ospald
'make' does not take care of this! These are not variable assignments.
2016-08-27README - wget raw .spec file (#150)esainane
Previously, the README instructed the user to wget github's browser-formatted page.
2016-07-13Update to Install on Ubuntu (#149)Steven Basart
2016-07-03Updated README and SPEC for Fedora (#148)Vitaly Zaitsev
* Updated Fedora instructions. * Added CentOS/RHEL instructions. * Synced SPEC file from Fedora's upstream.
2016-06-20Adds generic install instructions for Linux (#146)Davor Babić
2016-06-19Add GPLv3+ preamble to all source files.Eion Robb
Fixes #145
2016-04-16Suppress json-glib errors, see issue #133Eion Robb
2016-04-08Merge pull request #141 from doctorlard/add-gitignoreEion Robb
Adding .gitignore
2016-04-08Merge pull request #142 from doctorlard/lint-1Eion Robb
Lint: unused variables, socket write error checks.
2016-04-08Lint: unused variables, socket write error checks.Jonathan Harker
2016-04-08Adding .gitignoreJonathan Harker
2016-03-14Only allow OpenSSL on platforms that don't ship Pidgin with OpenSSLEion Robb
2016-03-14Merge pull request #139 from hasufell/masterEion Robb
Improve Makefile, fix OS detection in steam_rsa.c, minor compiler fix
2016-03-12Use object dependencies in MakefileJulian Ospald
2016-03-12Fix format security warningJulian Ospald
2016-03-12Respect system LDFLAGSJulian Ospald
2016-03-12Add mbedtls/openssl as STEAM_CRYPT_BACKENDJulian Ospald
Also fix the ifdef check to include linux systems.
2016-02-18Fix for infinite captcha and bad loginsEion Robb
2016-02-18Drop the use of win32 api for RSA crypto for now until I can get it to ↵Eion Robb
actually work
2016-02-16Fix for bad function calls in win32 RSA functionsEion Robb
2016-01-24Merge pull request #130 from tripplet/captcha_urlEion Robb
Added option to display the url of the captcha
2016-01-24Added option to display the url of the captchaTobias Tangemann
(workaround for adium)
2016-01-21Add nss devel as a required package for compilingEion Robb
Closes #129