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

github.com/dequis/purple-facebook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-05Fix reading version from RELEASE_VERSION file. (#451)Björn Esser
2019-01-13Release 0.9.6 (2nd try), Fixes sync_sequence_id, tls 1.3 stuff, etc.v0.9.6dequis
Forgot some things. I don't understand m4 so let's do the obvious/dumb thing instead.
2019-01-13Release 0.9.6. Fixes sync_sequence_id, tls 1.3 stuff, etc.dequis
See bugs #449 and #410 respectively This commit changes version string formatting a bit, now the obs-generated packages will mention this version string too. The version string obs.sh generates are stupid, we're going to need to prefix things with an epoch like '1:' probably, assuming distros support that anyway.
2019-01-07configure: Check for zlib as it is requiredBjörn Esser
2017-08-31Release 0.9.5-9ff9acf9fa14v0.9.5-9ff9acf9fa14dequis
2017-06-08Release 0.9.4-c9b74a765767v0.9.4-c9b74a765767dequis
2017-03-30Release 0.9.3-c9b74a765767, fixing groupchat join errorsv0.9.3-c9b74a765767dequis
2017-03-29Release 0.9.2-c9b74a765767, fixing message sending and other errorsv0.9.2-c9b74a765767dequis
2017-03-29Release 0.9.1-c9b74a765767, fixing sync_sequence_id issuesv0.9.1-c9b74a765767dequis
2016-11-21Let's call this 0.9.0-c9b74a765767v0.9.0-c9b74a765767dequis
2016-11-21Remove --with-ssl-certsdequis
It installs the unused/missing GTE_CyberTrust_Global_Root CA.
2016-04-09Point github urls to the new repo and set myself as current maintainerdequis
RIP jgeboski. Ok, he's not dead, but he was hired by facebook, which is close enough. See this thread for details: https://pidgin.im/pipermail/devel/2016-April/023995.html All old urls redirect properly and will probably continue doing so for a very long time, but it doesn't hurt to update them now.
2016-01-15Updated copyright dates for 2016jgeboski
2015-12-22VERSION: updated to 50bb40c4224550bb40c42245jgeboski
2015-08-24configure: added check for glib-genmarshaljgeboski
2015-08-24configure: depend on gobject-2.0jgeboski
2015-08-24configure: added option for extra compiler warningsjgeboski
2015-08-10configure: depend on >=autoconf-2.64jgeboski
The m4_esyscmd_s macro was introduced in autoconf-2.64.
2015-08-06VERSION: updated to 9e3520d6ec499e3520d6ec49jgeboski
2015-07-16configure: only accept libpurple less than 3.0jgeboski
2015-07-16configure: removed useless CFLAGS optionsjgeboski
2015-07-16configure: dropped required glib version to 2.20.0jgeboski
It was initially thought the plugin would conform to 2.32.0 without any sort of compatibility symbols. But with the plugin being right from the upstream purple3 sources, which is using glib 2.20.0, this plugin has already conformed to using 2.20.0. Drop the version to allow for people who are stuck in the past to use the plugin. Also worth noting, upstream purple3 is likely bumping the glib version to 2.40.0. It is unknown if this plugin will continue to carry around compatibility symbols, or if it will just simply require the newer version of glib.
2015-07-15configure: added option to install additional CA certsjgeboski
When pidgin is built with --with-system-ssl-certs, libpurple relies on the system to have all required CA certs installed. But when GnuTLS is used, the cert verification process can error when the issuing CA cert of a CA cert is missing. In order to navigate this issue, --with-ssl-certs has been added to allow for the installing of potentially missing CAs. An installation of pidgin where --with-system-ssl-certs is used is recommended to pass this flag to autotools at configuration time. This issue is seen with the Baltimore_CyberTrust_Root CA, which is distributed by ca-certificates. The Baltimore certificate is issued by the GTE_CyberTrust_Global_Root CA, and GTE_CyberTrust_Global_Root is missing from ca-certificates.
2015-07-07configure: fixed AC_REQUIRE() usage outside the scope of AC_DEFUN()jgeboski
2015-07-07Implemented better version handlingjgeboski
2015-07-06configure: updated to 6e3ee8e186976e3ee8e18697jgeboski
2015-07-06configure: updated to 2a5decfdeb7b2a5decfdeb7bjgeboski
2015-06-30configure: updated to 0bd9b2c3f5b70bd9b2c3f5b7jgeboski
2015-06-28configure: updated to 602a1c64670a602a1c64670ajgeboski
2015-06-27configure: updated to 3ee1b27dacc43ee1b27dacc4jgeboski
2015-06-25configure: updated to 9e295f087bf69e295f087bf6jgeboski
2015-06-24configure: updated to b9aca76e0549b9aca76e0549jgeboski
2015-06-24update: updated to 5e83f57d97f35e83f57d97f3jgeboski
2015-06-15Initial commitdownloadsjgeboski