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
2017-09-17Test build, 0.9.4 + thrift fixes onlymystery-meat-3dequis
2017-06-08Release 0.9.4-c9b74a765767v0.9.4-c9b74a765767dequis
2017-06-08Bump orca version. Purely speculative, may not help with anything.dequis
2017-06-08Change error message when sync_sequence_id is missing, for claritydequis
It was getting hard to distinguish between users who never managed to get the latest version of the plugin and users who are getting the error even with the newest version.
2017-06-08Add content-type header to all requests, fixes http error 400dequis
The content-type header became required for /method/auth.login and other endpoints with POST data like image attachments.
2017-03-30Release 0.9.3-c9b74a765767, fixing groupchat join errorsv0.9.3-c9b74a765767dequis
2017-03-30Send orca-formatted user agent for all HTTP requests toodequis
Fixes "Failed to parse thread information" errors when joining channels. Facebook rolled a hotfix update today and they are requiring the same user agent for HTTP requests too. As far as I can see the main affected request is ThreadQuery. Hopefully this also solves issues some a tiny minority of people were still having with sync sequence ids.
2017-03-29Release 0.9.2-c9b74a765767, fixing message sending and other errorsv0.9.2-c9b74a765767dequis
2017-03-29Use the new ThreadListQuery hash for seq id only, not for thread queriesdequis
Since it's used for different things and parameters are all wrong with the newer query hash, but the seq id query doesn't use parameters.
2017-03-29Set the MQTT user agent to look like Orca-Android 38.0.0.22.155dequis
Looks like this is what they use to discontinue older versions. An empty user agent is treated as too old. This fixes following error when sending messages: This app version no longer supports messaging. To continue to send and receive messages, please update your app to a newer version or use the mobile web version of Facebook.
2017-03-29Release 0.9.1-c9b74a765767, fixing sync_sequence_id issuesv0.9.1-c9b74a765767dequis
2017-03-29Update ThreadListQuery hash, fixes sync_sequence_id issues, thanks Eiondequis
This hash represents a graphql query cached in the server. We were using an old version of the hash that broke for some reason, possibly related to the fact that fb messenger versions older than 5 are being discontinued. For reference, the oldest parts of the plugin were written when 4 was the latest version, most parts are updated to 33 or 38, and the newest parts are based on 100 or so. Thanks EionRobb for coming up with this fix so quickly.
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-11-21Set a non-empty HTTP User-Agentdequis
Shot in the dark to fix checkpoint issues, but had to be done anyway.
2016-11-21VERSION: update to c9b74a765767dequis
Relevant changes: https://bitbucket.org/pidgin/main/pull-requests/167 * fb_api_cb_contacts: Make all the other fields optional too * fb_http_urlcmp: more loose comparison, to avoid showing urls twice * Prevent disconnections on 509 errors, "Invalid attachment id" * Make $.hugePictureUrl.uri optional * Store sent message id in lastmid, to deduplicate echoed messages
2016-11-21VERSION: update to 56d191003b34Mike Ruprecht
2016-09-29VERSION: update to 2a8f41535c8fMike Ruprecht
2016-09-20Revert "spec allowing creation of rpm packages (#265)"dequis
This reverts commit fe068747dfd1085702458ba3182abdbe50ee4c06. Okay this was dumb. Turns out there's one spec at dist/ too.
2016-09-13spec allowing creation of rpm packages (#265)manuel wolfshant
Initial spec allowing to create rpm packages for RHEL and Fedora. Follows the Fedora packaging rules.
2016-04-09VERSION: update to 66ee77378d8266ee77378d82dequis
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-02-15Added RPM autobuildsjgeboski
2016-02-03debian: fixed libglib2.0 dependencyjgeboski
2016-01-26VERSION: update to 92885e0456ed92885e0456edjgeboski
2016-01-18VERSION: update to 25a255f32eee25a255f32eeejgeboski
2016-01-15debian: use generic changelog datejgeboski
2016-01-15Updated copyright dates for 2016jgeboski
2016-01-08VERSION: update to ad2ee74b913aad2ee74b913ajgeboski
2016-01-06autogen: added support for the NOCONFIGURE variablejgeboski
2015-12-25VERSION: update to 1852eb9052a01852eb9052a0jgeboski
2015-12-25Coding style consistenciesjgeboski
2015-12-22travis: fixed version numbersjgeboski
2015-12-22VERSION: updated to 078fbf8d1a4e078fbf8d1a4ejgeboski
2015-12-22VERSION: updated to 50bb40c4224550bb40c42245jgeboski
2015-12-20Makefile.mingw: enable debugging CFLAGS by defaultjgeboski
2015-12-20travis: handle packaging for OBS and windowsjgeboski
2015-10-19update: switched to the main pidgin repositoryjgeboski
The GSoC branch was merged into the main repository, and patches will now go there. This uses the Bitbucket mirror to reduce stress on hg.pidgin.im.
2015-09-16travis: fixed warnings not being fataljgeboski
2015-08-28VERSION: updated to 6a0a79182ebc6a0a79182ebcjgeboski
2015-08-24configure: added check for glib-genmarshaljgeboski
2015-08-24configure: depend on gobject-2.0jgeboski
2015-08-24debian: fixed dependenciesjgeboski
2015-08-24configure: added option for extra compiler warningsjgeboski
2015-08-21VERSION: updated to 5727ffb502c75727ffb502c7jgeboski
2015-08-19VERSION: updated to 7201f07fe8f77201f07fe8f7jgeboski
2015-08-17travis: removed debugging supportjgeboski
2015-08-16VERSION: updated to dd1528f03f59dd1528f03f59jgeboski
2015-08-12VERSION: updated to 3d30d24fdbef3d30d24fdbefjgeboski
2015-08-10configure: depend on >=autoconf-2.64jgeboski
The m4_esyscmd_s macro was introduced in autoconf-2.64.