Skip to content

Releases: divinity76/msgme

update login code, php8 compatibility

06 Oct 22:05
Compare
Choose a tag to compare

facebook broke it. fixed it.

fixed bug on non-english accounts

07 Dec 21:52
Compare
Choose a tag to compare
Pre-release

now it should work on all languages (was failing previously due to logout url detection, previously it detected logout button by textContent, which changes with languages, now its detected with the href attribute)

facebook fix

03 Sep 15:24
Compare
Choose a tag to compare
facebook fix Pre-release
Pre-release

fixed a facebook issue, now facebook is randomly asking people "do you want to install the fb app?", and wouldn't let the script continue without answering. now the script check if the question is asked, and answers "not now", before proceeding.

fix a namespace issue in error reporting

20 Jan 13:57
Compare
Choose a tag to compare
facebook removed the "name" field

didn't use it, but asserted for it. remove the assert.

fixed release (last release was broken)

26 Oct 02:03
Compare
Choose a tag to compare
Pre-release
v1-beta2

Update README.md

v1-beta1

18 Oct 07:57
Compare
Choose a tag to compare
v1-beta1 Pre-release
Pre-release

only facebook support, but the facebook support seems to work fine. don't know of any big issues.

example install::

sudo -s

wget -O /usr/bin/msgme_standalone.php https://github.com/divinity76/msgme/releases/download/v1-beta1/msgme_standalone.php

chmod 0755 /usr/bin/msgme_standalone.php

ln -s /usr/bin/msgme_standalone.php /usr/bin/msgme

exit

for usage help::
msgme --help